Home
last modified time | relevance | path

Searched defs:init1 (Results 1 – 8 of 8) sorted by relevance

/llvm-project/compiler-rt/test/orc/TestCases/Windows/x86-64/
H A Dpriority-static-initializer.c8 int init1() { in init1() function
H A Dpriority-static-initializer-three.c9 int init1() { in init1() function
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp71 struct init1 struct
78 int init1::called = 0; argument
/llvm-project/flang/test/Semantics/
H A Dresolve48.f9031 type(t1) function init1() function
/llvm-project/clang/test/Analysis/
H A Dconversion.c78 void init1(void) { in init1() function
/llvm-project/clang/test/ARCMT/
H A Dchecking.m284 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec… method
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dnon-const-parameter.cpp84 void init1(int *p) { in init1() function
/llvm-project/clang/test/SemaObjC/
H A Darc.m265 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec… method