Home
last modified time | relevance | path

Searched refs:TestA (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dobjc-typeargs-protocols.m2 @interface TestA interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestA *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs…
27TestA *,TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typ…
/llvm-project-15.0.7/llvm/unittests/Support/DynamicLibrary/
H A DDynamicLibraryTest.cpp25 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 DExportedFuncs.cpp15 extern "C" PIPSQUEAK_EXPORT const char *TestA() { return PIPSQUEAK_TESTA_RETURN; } in TestA() function
H A DPipSqueak.h33 extern "C" PIPSQUEAK_EXPORT const char *TestA();
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dasm-printer-topological-order.ll3 @TestA = alias void (), void ()* @TestC
15 ; CHECK-DAG: .set TestA, TestC
/llvm-project-15.0.7/clang/test/Analysis/
H A Dunused-ivars.m17 @interface TestA { interface
19 int x; // expected-warning {{Instance variable 'x' in class 'TestA' is never used}}
22 @implementation TestA @end implementation
H A Dsuperclass.m53 @interface TestA interface
55 @implementation TestA implementation
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-ctor-homing-flag.cpp23 } TestA; variable
H A Ddebug-info-limited-ctor.cpp5 } TestA; variable
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dinterfaces.mlir3 // expected-remark@below {{'!test.test_type' - TestA}}
H A Dattr-or-type-format.td73 def AttrA : TestAttr<"TestA"> {
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstring-literal-with-embedded-nul.cpp54 void TestA() { in TestA() function
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp60 struct TestA { struct
/llvm-project-15.0.7/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp3.cpp26 struct TestA { struct
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestInterfaces.td21 emitRemark(loc) << $_type << " - TestA";