Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dsanitize-dtor-tail-call.cpp5 struct Simple { struct
7 Simple() { in Simple() argument
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-15.0.7/compiler-rt/test/msan/
H A Duse-after-dtor.cpp21 struct Simple { struct
23 Simple() { in Simple() function
26 ~Simple() { in ~Simple() argument
H A Ddtor-member.cpp21 struct Simple { struct
23 Simple() { in Simple() function
26 ~Simple() { } in ~Simple() argument
H A Ddtor-bit-fields.cpp35 struct Simple { struct
37 ~Simple() {} in ~Simple() argument
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DUseAfterDtor.cpp4 struct Simple { struct
6 Simple() { in Simple() function
9 ~Simple() { in ~Simple() argument
/llvm-project-15.0.7/clang/test/Index/
H A Dms-property.cpp4 struct Simple { struct
15 // CHECK-NEXT: RelChild | Simple | [[Simple_USR]] argument
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/clang/test/CodeGen/
H A Dbuiltins-arm-exclusive.c4 struct Simple { struct
5 char a, b;
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-checker/
H A Dmain.m10 @interface Simple : NSObject interface
19 @implementation Simple implementation
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-override-no-destructors.cpp9 struct Simple : public Base { struct
H A Duse-override-allow-override-and-final.cpp17 struct Simple : public Base { struct
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DStringTableBuilderTest.cpp22 TEST(StringTableBuilderTest, Simple) { in TEST() argument
78 TEST(StringTableHashTraitsTest, Simple) { in TEST() argument
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIntEqClassesTest.cpp16 TEST(IntEqClasses, Simple) { in TEST() argument
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
H A Dmain.cpp35 struct Simple struct
40 Simple(int X, float Y, char Z) : in Simple() argument
/llvm-project-15.0.7/libc/test/src/string/
H A Dmempcpy_test.cpp15 TEST(LlvmLibcMempcpyTest, Simple) { in TEST() argument
/llvm-project-15.0.7/libc/test/src/__support/CPP/
H A Dstringstream_test.cpp16 TEST(LlvmLibcStringStreamTest, Simple) { in TEST() argument
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDebugInfoOptions.h59 Simple, enumerator
/llvm-project-15.0.7/clang/docs/
H A DDriverInternals.rst63 Simple section in Features and Goals
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/
H A DContextTests.cpp16 TEST(ContextTests, Simple) { in TEST() argument
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dbenchmark_gtest.cc15 TEST(AddRangeTest, Simple) { in TEST() argument
136 TEST(AddCustomContext, Simple) { in TEST() argument

12