Home
last modified time | relevance | path

Searched defs:init42 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/ARCMT/
H A Dchecking.m226 - (Test8*) init42; method
257 - (Test8_incomplete*) init42 { return 0; } // expected-error {{init methods must return a type rela… method
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp120 void init42() in init42() function
/llvm-project/clang/test/SemaObjC/
H A Darc.m198 - (Test8*) init42; // expected-note{{overridden method}} method
234 - (Test8_incomplete*) init42 { return 0; } // expected-error {{init methods must return a type rela… method