Searched refs:TestA (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | objc-typeargs-protocols.m | 2 @interface TestA interface 18 Foo<TestA *, TestB *> *b; 20 Foo<TestA *, TestB *><Bar> *d; 25 …TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs… 27 …TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
|
| /llvm-project-15.0.7/llvm/unittests/Support/DynamicLibrary/ |
| H A D | DynamicLibraryTest.cpp | 25 void *Ptr = (void*)(intptr_t)TestA; in LibPath() 70 EXPECT_NE(GS, &TestA); in TEST() 75 EXPECT_NE(GS, &TestA); in TEST() 85 EXPECT_EQ(GS, &TestA); in TEST() 90 EXPECT_EQ(GS, &TestA); in TEST() 97 EXPECT_NE(GS, &TestA); in TEST()
|
| H A D | ExportedFuncs.cpp | 15 extern "C" PIPSQUEAK_EXPORT const char *TestA() { return PIPSQUEAK_TESTA_RETURN; } in TestA() function
|
| H A D | PipSqueak.h | 33 extern "C" PIPSQUEAK_EXPORT const char *TestA();
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | asm-printer-topological-order.ll | 3 @TestA = alias void (), void ()* @TestC 15 ; CHECK-DAG: .set TestA, TestC
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | unused-ivars.m | 17 @interface TestA { interface 19 int x; // expected-warning {{Instance variable 'x' in class 'TestA' is never used}} 22 @implementation TestA @end implementation
|
| H A D | superclass.m | 53 @interface TestA interface 55 @implementation TestA implementation
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-ctor-homing-flag.cpp | 23 } TestA; variable
|
| H A D | debug-info-limited-ctor.cpp | 5 } TestA; variable
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | interfaces.mlir | 3 // expected-remark@below {{'!test.test_type' - TestA}}
|
| H A D | attr-or-type-format.td | 73 def AttrA : TestAttr<"TestA"> {
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | string-literal-with-embedded-nul.cpp | 54 void TestA() { in TestA() function
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | nested-name-spec-template.cpp | 60 struct TestA { struct
|
| /llvm-project-15.0.7/clang/test/CXX/class/class.compare/class.compare.default/ |
| H A D | p3.cpp | 26 struct TestA { struct
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestInterfaces.td | 21 emitRemark(loc) << $_type << " - TestA";
|