Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Dnowarn-superclass-method-mismatch.m7 @property (nonatomic) NSString *thingy; property
/llvm-project/compiler-rt/test/tsan/libcxx/
H A Dstd_shared_ptr.cpp13 auto thingy = std::make_shared<int>(42); in main() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-missing-noreturn.cpp114 template <typename T> void thingy(T thing) { thingy() function