Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 106) sorted by relevance

12345

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dconstructor-attribute.c3 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 Dattr-decl-after-definition.c7 void foo() __attribute__((constructor)); // expected-warning {{must precede definition}}
H A Dwarn-unused-function.c31 __attribute__((constructor)) static void bar2(void);
/minix3/tests/lib/csu/
H A Dt_crt0.sh36 constructor executed
52 constructor executed
68 constructor executed
89 constructor executed
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2008-03-03-CtorAttrType.c2 int __attribute__((constructor)) foo(void) { in foo()
5 void __attribute__((constructor)) bar(void) {} in bar()
H A Dconstructor-attribute.c9 void A() __attribute__((constructor));
20 static void C() __attribute__((constructor));
H A Dattribute_constructor.c3 void foo() __attribute__((constructor));
/minix3/external/bsd/llvm/dist/llvm/test/Linker/
H A Dconstructor-comdat.ll1 ; 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 Dcast-conversion.cpp12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
H A Dvalue-dependent-exprs.cpp30 __attribute__((constructor(1 + I)))
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Darc-special-member-functions.mm107 // 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 DDiagnosticSemaKinds.td292 "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 Dconstructor-attr.cpp9 static void foo() __attribute__((constructor)) { in foo()
/minix3/minix/include/ddekit/
H A Dattribs.h10 #define DDEKIT_CONSTRUCTOR __attribute__((constructor))
H A Dinitcall.h22 static void __attribute__((used)) __attribute__((constructor))\
/minix3/external/mit/expat/dist/amiga/
H A Dlaunch.c35 void setup() __attribute__((constructor));
/minix3/external/bsd/llvm/dist/llvm/test/MC/MachO/
H A Dx86_64-sections.s12 .constructor
H A Dx86_32-sections.s12 .constructor
/minix3/external/bsd/libc++/dist/libcxxrt/test/
H A Dtest.cc30 static void __attribute__((constructor)) init(void) in init()
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp40 …cted-error {{must explicitly initialize the member 'e1' which does not have a default constructor}}
/minix3/external/bsd/llvm/dist/clang/
H A DNOTES.txt102 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 Dether.c57 static void ether_constructor(void) __attribute__((constructor));
/minix3/crypto/external/bsd/openssl/dist/crypto/
H A Darmcap.c40 void OPENSSL_cpuid_setup(void) __attribute__ ((constructor));
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Divar-construct.mm20 @implementation A // expected-note{{implicit default constructor}}
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Dast-dump-attr.cpp78 void TestInt(void) __attribute__((constructor(123)));

12345