Home
last modified time | relevance | path

Searched defs:init2 (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/ARCMT/
H A Dinit.m13 -init2; method
28 -(id) init2 { method
H A Dchecking.m285 - (Test9_incomplete*) init2; method
/llvm-project/compiler-rt/test/orc/TestCases/Windows/x86-64/
H A Dstatic-initializer.S31 .globl init2 # -- Begin function init2 symbol
33 init2: # @init2 label
H A Dstatic-initializer.cpp8 extern "C" int init2() { return -2; } in init2() function
H A Dpriority-static-initializer.c13 int init2() { in init2() function
H A Dpriority-static-initializer-three.c14 int init2() { in init2() function
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp87 struct init2 struct
94 int init2::called = 0; argument
/llvm-project/flang/test/Semantics/
H A Dresolve48.f9033 type(t2) function init2() function
/llvm-project/clang/test/Analysis/inlining/
H A Dretain-count-self-init.m45 - (id) init2 { method
/llvm-project/clang/test/Analysis/
H A Dself-init.m76 -(id)init2 { method
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dnon-const-parameter.cpp90 void init2(int *p) { in init2() function
/llvm-project/clang/test/SemaObjC/
H A Darc.m266 - (Test9_incomplete*) init2; method