代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518591
c vthunk2.c
// { dg-do compile { target i?86-*-* x86_64-*-*} }
// { dg-require-effective-target ilp32 }
struct c0 {
virtual void f ();
};
struct c1 : virtual public c0 {
};
struct c2 : virtual public c0, pub
www.eeworm.com/read/162614/5518602
c mangle15.c
// { dg-do compile }
// { dg-options "-fabi-version=0" }
struct A {
template int f ();
};
typedef int (A::*P)();
template struct S {};
void g (S) {}
// { dg-final
www.eeworm.com/read/162614/5518616
c mangle29.c
// Test of std::basic_ostream mangling
// { dg-do compile }
// { dg-options "-fno-inline" }
namespace std {
template struct char_traits;
template
www.eeworm.com/read/162614/5518620
c mangle28.c
// Test of std::basic_istream mangling
// { dg-do compile }
// { dg-options "-fno-inline" }
namespace std {
template struct char_traits;
template
www.eeworm.com/read/162614/5518622
c arm_rtti1.c
// { dg-do compile { target arm*-*-eabi* arm*-*-symbianelf* } }
// { dg-options "-O2" }
// Check that, even when optimizing, we emit an out-of-line call to
// the type-info comparison function.
// {
www.eeworm.com/read/162614/5518626
c mangle27.c
// Test of std::basic_iostream mangling
// { dg-do compile }
// { dg-options "-fno-inline" }
namespace std {
template struct char_traits;
template
www.eeworm.com/read/162614/5518632
c mangle10.c
// { dg-options "-fabi-version=0" }
template
void f (typename Q::X) {}
template
struct S {
typedef int X;
};
template void f (int);
// { dg-fin
www.eeworm.com/read/162614/5518656
c mangle16.c
// { dg-options "-fabi-version=0" }
enum E { e = 3 };
template struct S {};
template void f (S) {}
template void f(S);
template void g (S) {}
template v
www.eeworm.com/read/162614/5522932
m no-extra-load.m
/* { dg-do compile { target *-*-darwin* } } */
#import
main() { [NSObject new]; }
/* { dg-final { scan-assembler-not "L_objc_msgSend\\\$non_lazy_ptr" } } */
www.eeworm.com/read/162614/5523134
tree extrafunc.tree
// { dg-do compile }
// { dg-options "-O2 -fdump-tree-optimized -Wunused-function" }
// Check to see that unused functions get removed at -O2 and
// above.
static int foo (int bar);
static int baz (in