代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518615
c mangle25.c
// Test mangling of __float128.
// The C++ ABI document says __float128 is mangled as "g". It
// also says that "long double" is mangled as "e", so these conflict on
// ia64-hpux where "long double"
www.eeworm.com/read/162614/5518618
c vtt1.c
// { dg-do compile }
struct A {
};
struct B : virtual public A {
};
B b;
// { dg-final { scan-assembler _ZTT1B } }
www.eeworm.com/read/162614/5518659
c mangle13.c
// { dg-options "-fabi-version=0" }
struct A {
template int f ();
int operator+();
operator int ();
template
int operator-();
};
typedef int (A::*P)();
template
www.eeworm.com/read/162614/5522767
mm encode-2.mm
/* { dg-do compile } */
template
struct Vec {
T x, y;
int z;
};
Vec dd;
const char *enc = @encode(Vec);
const char *enc2 = @encode(Vec);
/* { dg-final { scan-asse
www.eeworm.com/read/162614/5522840
mm template-6.mm
// Test that extern template does not get emitted.
// Author: Matt Austern
// { dg-do compile }
// { dg-options "" }
// { dg-final { scan-assembler-not ".globl __ZN3FooIiE5identEi
www.eeworm.com/read/162614/5522842
mm const-str-10.mm
/* Test if ObjC constant string layout is checked properly, regardless of how
constant string classes get derived. */
/* Contributed by Ziemowit Laski */
/* { dg-options "-fne
www.eeworm.com/read/162614/5522846
mm const-str-11.mm
/* Test if ObjC constant string layout is checked properly, regardless of how
constant string classes get derived. */
/* Contributed by Ziemowit Laski */
/* { dg-options "-fne
www.eeworm.com/read/162614/5522849
mm template-5.mm
// Test that extern template does not get emitted.
// Author: Matt Austern
// { dg-do compile }
// { dg-options "" }
// { dg-final { scan-assembler-not ".globl __ZN3FooIiE5identEi
www.eeworm.com/read/162614/5522918
m stret-2.m
/* Test for handling of struct-returning methods
for the Mac OS X ("NeXT") runtime (which uses specialized entry
points). */
/* Contributed by Ziemowit Laski . */
/* { dg-do
www.eeworm.com/read/162614/5522953
m const-str-11.m
/* Test if ObjC constant string layout is checked properly, regardless of how
constant string classes get derived. */
/* Contributed by Ziemowit Laski */
/* { dg-options "-fne