| /minix3/external/bsd/llvm/dist/clang/test/Sema/ |
| H A D | constructor-attribute.c | 3 int x __attribute__((constructor)); // expected-warning {{'constructor' attribute only applies to f… 4 int f() __attribute__((constructor)); 5 int f() __attribute__((constructor(1))); 6 int f() __attribute__((constructor(1,2))); // expected-error {{'constructor' attribute takes no mor… 7 int f() __attribute__((constructor(1.0))); // expected-error {{'constructor' attribute requires an … 8 int f() __attribute__((constructor(0x100000000))); // expected-error {{integer constant expression …
|
| H A D | attr-decl-after-definition.c | 7 void foo() __attribute__((constructor)); // expected-warning {{must precede definition}}
|
| H A D | warn-unused-function.c | 31 __attribute__((constructor)) static void bar2(void);
|
| /minix3/tests/lib/csu/ |
| H A D | t_crt0.sh | 36 constructor executed 52 constructor executed 68 constructor executed 89 constructor executed
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
| H A D | 2008-03-03-CtorAttrType.c | 2 int __attribute__((constructor)) foo(void) { in foo() 5 void __attribute__((constructor)) bar(void) {} in bar()
|
| H A D | constructor-attribute.c | 9 void A() __attribute__((constructor)); 20 static void C() __attribute__((constructor));
|
| H A D | attribute_constructor.c | 3 void foo() __attribute__((constructor));
|
| /minix3/external/bsd/llvm/dist/llvm/test/Linker/ |
| H A D | constructor-comdat.ll | 1 ; RUN: llvm-link %s %p/Inputs/constructor-comdat.ll -S -o - 2>&1 | FileCheck %s 2 ; RUN: llvm-link %p/Inputs/constructor-comdat.ll %s -S -o - 2>&1 | FileCheck %s
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | cast-conversion.cpp | 12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
|
| H A D | value-dependent-exprs.cpp | 30 __attribute__((constructor(1 + I)))
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/ |
| H A D | arc-special-member-functions.mm | 107 // Implicitly-generated copy constructor for ObjCBlockMember 117 // Implicitly-generated default constructor for ObjCBlockMember 122 // Implicitly-generated copy constructor for ObjCArrayMember 142 // Implicitly-generated default constructor for ObjCArrayMember 147 // Implicitly-generated copy constructor for ObjCMember 159 // Implicitly-generated default constructor for ObjCMember
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 292 "cannot inherit constructor, already inherited constructor with " 295 "conflicting constructor">; 297 "previous constructor">; 301 "inheriting constructor does not inherit ellipsis">, 304 "constructor declared with ellipsis here">; 313 "using declaration cannot refer to a constructor">; 341 "definition of implicit copy %select{constructor|assignment operator}1 " 343 "%select{copy %select{assignment operator|constructor}1|destructor}2">, 347 "declaration requires a global constructor">, 1004 "must use a qualified name when declaring a %select{constructor|" [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
| H A D | constructor-attr.cpp | 9 static void foo() __attribute__((constructor)) { in foo()
|
| /minix3/minix/include/ddekit/ |
| H A D | attribs.h | 10 #define DDEKIT_CONSTRUCTOR __attribute__((constructor))
|
| H A D | initcall.h | 22 static void __attribute__((used)) __attribute__((constructor))\
|
| /minix3/external/mit/expat/dist/amiga/ |
| H A D | launch.c | 35 void setup() __attribute__((constructor));
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/MachO/ |
| H A D | x86_64-sections.s | 12 .constructor
|
| H A D | x86_32-sections.s | 12 .constructor
|
| /minix3/external/bsd/libc++/dist/libcxxrt/test/ |
| H A D | test.cc | 30 static void __attribute__((constructor)) init(void) in init()
|
| /minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.init/ |
| H A D | p14-0x.cpp | 40 …cted-error {{must explicitly initialize the member 'e1' which does not have a default constructor}}
|
| /minix3/external/bsd/llvm/dist/clang/ |
| H A D | NOTES.txt | 102 We can still apply a modified version of the constructor/destructor 105 - the constructor signature is not variadic, and 107 to the base constructor because either
|
| /minix3/sbin/ifconfig/ |
| H A D | ether.c | 57 static void ether_constructor(void) __attribute__((constructor));
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | armcap.c | 40 void OPENSSL_cpuid_setup(void) __attribute__ ((constructor));
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
| H A D | ivar-construct.mm | 20 @implementation A // expected-note{{implicit default constructor}}
|
| /minix3/external/bsd/llvm/dist/clang/test/Misc/ |
| H A D | ast-dump-attr.cpp | 78 void TestInt(void) __attribute__((constructor(123)));
|