Home
last modified time | relevance | path

Searched refs:testA (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp14 only<const char [16]> testA = a; variable
40 only<bool> testA = a; in f() local
45 only<int> testA = a; in f() local
49 only<bool> testA = a; in f() local
53 only<const char[5]> testA = a; in f() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dinline.c139 inline void testA() {} in testA() function
140 void testA();
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dabstract-class-type-ivar.mm7 virtual void testA() = 0;
13 virtual void testA() { }
/llvm-project-15.0.7/llvm/test/Linker/
H A Dtype-unique-type-array-a.ll14 ; 7 void testA(SA a) {
19 ; 12 a->testA(sa);
26 ; CHECK: DW_AT_name {{.*}}"testA"
101 !6 = !DISubprogram(name: "testA", linkageName: "_ZN1A5testAE2SA", line: 7, isLocal: false, isDefini…
114 !20 = distinct !DISubprogram(name: "testA", linkageName: "_ZN1A5testAE2SA", line: 7, isLocal: false…
/llvm-project-15.0.7/clang/test/Analysis/
H A Dunions-region.m10 // [testA] When using RegionStore, this test case previously had a
18 float testA(float f) { function
H A Dmisc-ps.m370 void testA(void) { function
/llvm-project-15.0.7/clang/test/Analysis/diagnostics/
H A Dtext-diagnostics.c3 void testA(void) { in testA() function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dblock-byref-cxx-objc.cpp18 int testA() { in testA() function
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtypo-template-name.cpp8 …void testA() { A::typo_first_a<int>(); } // expected-error {{'typo_first_a' does not name a templa… in testA() function
/llvm-project-15.0.7/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp80 void testA() { (void)sizeof(A<int>); } in testA() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Duser-defined-conversions.cpp95 void testA(A a) { in testA() function
H A Dattr-deprecated.cpp205 void testA() { in testA() function
H A Dconstant-expression-cxx14.cpp622 constexpr bool testA() { in testA() function
629 static_assert(testA(), "");
/llvm-project-15.0.7/clang/test/Modules/
H A Ddecldef.m26 void testA(A *a) { function
H A Ddecldef.mm35 void testA(A *a) { function
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp12 void testA(A &a) { in testA() function
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dmove-const-arg.cpp329 void testA() { in testA() function