/llvm-project/lldb/unittests/Symbol/ |
H A D | TestClangASTImporter.cpp | 45 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 D | TestTypeSystemClang.cpp | 266 auto holder = TEST_F() local 285 auto holder = TEST_F() local
|
/llvm-project/libc/test/src/sys/mman/linux/ |
H A D | mlock_test.cpp | 84 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 D | DWARFASTParserClangTests.cpp | 106 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 D | use-after-scope-temp.cpp | 9 __attribute__((noinline)) void save(const IntHolder &holder) { in save()
|
H A D | use-after-scope-dtor-order.cpp | 21 IntHolder holder; in main() local
|
/llvm-project/compiler-rt/test/hwasan/TestCases/ |
H A D | use-after-scope-temp.cpp | 14 __attribute__((noinline)) void save(const IntHolder &holder) { in save()
|
H A D | use-after-scope-dtor-order.cpp | 26 IntHolder holder; in main() local
|
/llvm-project/lldb/unittests/TestingSupport/Symbol/ |
H A D | ClangTestUtils.h | 61 std::unique_ptr<TypeSystemClangHolder> holder; member
|
/llvm-project/lldb/unittests/Expression/ |
H A D | ClangExpressionDeclMapTest.cpp | 67 std::unique_ptr<clang_utils::TypeSystemClangHolder> holder; member
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | magic-numbers.cpp | 229 template<Letter x> struct holder { Letter letter = x; }; struct
|
H A D | container-data-pointer.cpp | 142 VectorHolder holder; in r() local
|
/llvm-project/libcxx/test/std/thread/thread.stoptoken/stopcallback/ |
H A D | dtor.pass.cpp | 159 CallbackHolder holder; in main() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle.cpp | 669 template <class T> struct holder { static T object; }; argument
|