HomeSort by relevance Sort by last modified time
    Searched full:init42 (Results 1 - 3 of 3) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 106 void init42();
114 void init42() function
123 std::call_once(flg42, init42);
128 std::call_once(flg42, init42);
  /external/clang/test/ARCMT/
checking.m 227 - (Test8*) init42;
258 - (Test8_incomplete*) init42 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
  /external/clang/test/SemaObjC/
arc.m 187 - (Test8*) init42; // expected-note{{overridden method}}
223 - (Test8_incomplete*) init42 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \

Completed in 78 milliseconds