Home
last modified time | relevance | path

Searched defs:holder (Results 1 – 14 of 14) sorted by relevance

/llvm-project/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp45 auto holder = TEST_F() local
72 auto holder = TEST_F() local
101 auto holder = TEST_F() local
130 auto holder = TEST_F() local
154 auto holder = TEST_F() local
181 auto holder = TEST_F() local
214 auto holder = TEST_F() local
233 auto holder = TEST_F() local
[all...]
H A DTestTypeSystemClang.cpp266 auto holder = TEST_F() local
285 auto holder = TEST_F() local
/llvm-project/libc/test/src/sys/mman/linux/
H A Dmlock_test.cpp84 PageHolder holder; TEST() local
96 PageHolder holder; TEST() local
147 PageHolder holder; TEST() local
173 PageHolder holder; TEST() local
190 PageHolder holder; TEST() local
[all...]
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DDWARFASTParserClangTests.cpp106 auto holder = std::make_unique<clang_utils::TypeSystemClangHolder>("ast"); in TEST_F() local
259 auto holder = std::make_unique<clang_utils::TypeSystemClangHolder>("ast"); in TEST_F() local
405 auto holder = std::make_unique<clang_utils::TypeSystemClangHolder>("ast"); in TEST_F() local
427 clang_utils::TypeSystemClangHolder holder; member
565 auto holder in TEST_F() local
[all...]
/llvm-project/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-temp.cpp9 __attribute__((noinline)) void save(const IntHolder &holder) { in save()
H A Duse-after-scope-dtor-order.cpp21 IntHolder holder; in main() local
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Duse-after-scope-temp.cpp14 __attribute__((noinline)) void save(const IntHolder &holder) { in save()
H A Duse-after-scope-dtor-order.cpp26 IntHolder holder; in main() local
/llvm-project/lldb/unittests/TestingSupport/Symbol/
H A DClangTestUtils.h61 std::unique_ptr<TypeSystemClangHolder> holder; member
/llvm-project/lldb/unittests/Expression/
H A DClangExpressionDeclMapTest.cpp67 std::unique_ptr<clang_utils::TypeSystemClangHolder> holder; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmagic-numbers.cpp229 template<Letter x> struct holder { Letter letter = x; }; struct
H A Dcontainer-data-pointer.cpp142 VectorHolder holder; in r() local
/llvm-project/libcxx/test/std/thread/thread.stoptoken/stopcallback/
H A Ddtor.pass.cpp159 CallbackHolder holder; in main() local
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle.cpp669 template <class T> struct holder { static T object; }; argument