Home
last modified time | relevance | path

Searched defs:Simple (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/clang/test/CodeGenCXX/
H A Dsanitize-dtor-tail-call.cpp5 struct Simple { struct
7 Simple() { in Simple() function
10 ~Simple() { in ~Simple() argument
H A Dsanitize-no-dtor-callback.cpp5 struct Simple { struct
7 ~Simple() {} in ~Simple() argument
H A Dsanitize-dtor-callback.cpp7 struct Simple { struct
9 ~Simple() {} in ~Simple() argument
H A Dsanitize-dtor-bit-field.cpp32 struct Simple { struct
34 ~Simple() {} in ~Simple() argument
/llvm-project/compiler-rt/test/msan/
H A Duse-after-dtor.cpp12 struct Simple { struct
14 Simple() { in Simple() argument
17 ~Simple() { in ~Simple() argument
H A Ddtor-member.cpp21 struct Simple { struct
23 Simple() { in Simple() argument
26 ~Simple() { } in ~Simple() argument
H A Ddtor-bit-fields.cpp35 struct Simple { struct
37 ~Simple() {} in ~Simple() argument
/llvm-project/compiler-rt/test/fuzzer/
H A DUseAfterDtor.cpp4 struct Simple { struct
6 Simple() { in Simple() function
9 ~Simple() { in ~Simple() argument
/llvm-project/clang/test/Index/
H A Dms-property.cpp4 struct Simple { struct
15 // CHECK-NEXT: RelChild | Simple | [[Simple_USR]] argument
/llvm-project/clang/test/Sema/
H A Dbuiltins-arm64-exclusive.c3 struct Simple { struct
17 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex() argument
H A Dbuiltins-arm-exclusive.c3 struct Simple { struct
16 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex() argument
/llvm-project/clang/test/Profile/
H A Dcxx-class.cpp20 class Simple { class
26 explicit Simple(int Member) : Member(Member) { in Simple() function in Simple
/llvm-project/clang/test/CodeGen/
H A Dbuiltins-arm-exclusive.c4 struct Simple { struct
5 char a, b;
/llvm-project/lldb/test/API/lang/objc/objc-checker/
H A Dmain.m10 @interface Simple : NSObject interface
19 @implementation Simple implementation
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-override-allow-override-and-final.cpp17 struct Simple : public Base { struct
H A Duse-override-no-destructors.cpp9 struct Simple : public Base { struct
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DStringTableBuilderTest.cpp22 TEST(StringTableBuilderTest, Simple) { in TEST() argument
78 TEST(StringTableHashTraitsTest, Simple) { in TEST() argument
/llvm-project/llvm/unittests/ADT/
H A DIntEqClassesTest.cpp16 TEST(IntEqClasses, Simple) { in TEST() argument
/llvm-project/clang/test/AST/Interp/
H A Dmutable.cpp
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
H A Dmain.cpp36 struct Simple struct
41 Simple(int X, float Y, char Z) : in Simple() argument
/llvm-project/lldb/test/API/lang/cpp/abi_tag_lookup/
H A Dmain.cpp35 struct Simple { struct
36 int mem;
/llvm-project/libc/test/src/string/
H A Dmempcpy_test.cpp15 TEST(LlvmLibcMempcpyTest, Simple) { in TEST() argument
/llvm-project/libc/test/src/__support/CPP/
H A Dstringstream_test.cpp16 TEST(LlvmLibcStringStreamTest, Simple) { in TEST() argument
/llvm-project/llvm/unittests/Support/
H A DPerThreadBumpPtrAllocatorTest.cpp19 TEST(PerThreadBumpPtrAllocatorTest, Simple) { in TEST() argument
/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h57 enum class DebugTemplateNamesKind { Full, Simple, Mangled }; enumerator

12