/llvm-project/clang/test/CodeGen/ |
H A D | hexagon-linux-vararg.c | 5 struct AAA { struct 6 int x; 7 int y; 8 int z; 9 int d;
|
/llvm-project/clang/test/FixIt/ |
H A D | typo-using.cpp | 11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class 16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class 44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_ty::CCC 49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() function in using_suggestion_member_val::CCC 54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_tyname_ty::CCC
|
/llvm-project/clang/test/OpenMP/ |
H A D | declare_variant_clauses_ast_print.cpp | 41 void foo_v1(float *AAA, float *BBB, int *I) {return;} in foo_v1() 42 void foo_v2(float *AAA, float *BBB, int *I) {return;} in foo_v2() 43 void foo_v3(float *AAA, float *BBB, int *I) {return;} in foo_v3() 75 void foo(float *AAA, float *BBB, int *I) {return;} in foo() 77 void Foo_Var(float *AAA, float *BBB) {return;} in Foo_Var() 83 void Foo(T *AAA, T *BBB) {return;} in Foo()
|
H A D | declare_variant_clauses_messages.cpp | 90 void foo_v1(float *AAA, float *BBB, int *I) { return; } in foo_v1() 91 void foo_v2(float *AAA, float *BBB, int *I) { return; } in foo_v2() 92 void foo_v3(float *AAA, float *BBB, int *I) { return; } in foo_v3() 93 void foo_v4(float *AAA, float *BBB, int *I, omp_interop_t IOp) { return; } in foo_v4() 209 void foo(float *AAA, float *BBB, int *I) { return; } in foo()
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | virtual_inheritance_compile_bug.cpp | 6 struct AAA { struct 9 struct BBB : virtual AAA { argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | avoid-bind.cpp | 138 auto AAA = std::bind(add, x, y); in testCaptureByValue() local 181 auto AAA = std::bind(add, 2, 2); in testLiteralParameters() local 193 auto AAA = std::bind(add, std::ref(x), std::ref(y)); in testCaptureByReference() local 222 auto AAA = std::bind(add, x, F(x).get()); in testCaptureByInitExpression() local 230 auto AAA = std::bind(d, 1, 2); in testFunctionObjects() local 274 auto AAA = std::bind(add, x, _1); in testPlaceholders() local 300 auto AAA = std::bind(C::add, 1, 1); in testGlobalFunctions() local 327 auto AAA = std::bind(add, 1, add(2, 5)); in testCapturedSubexpressions() local 351 auto AAA = std::bind(&D::MemberFunction, d, 1); in testMemberFunctions() local
|
H A D | avoid-bind-permissive-parameter-list.cpp | 51 auto AAA = std::bind(add, 2, 2); in testLiteralParameters() local
|
/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.constr/ |
H A D | non-function-templates.cpp | 98 struct AAA { struct 111 …<5>::foo(); // expected-note {{in instantiation of member function 'DelayedInst::AAA<5>::foo' requ…
|
/llvm-project/clang/test/Parser/ |
H A D | missing-end.m | 3 @interface AAA // expected-note {{class started here}} interface
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | using-enum.cpp | 1 enum class AAA { X, Y, Z }; enum
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | stack-buffer-overflow-with-position.cpp | 23 char AAA[10], BBB[10], CCC[10]; in main() local
|
/llvm-project/clang/test/Preprocessor/ |
H A D | ucn-allowed-chars.c | 85 #define AAA\u0024 // expected-error {{character '$' cannot be specified by a universal character na… macro
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | InlineObjCClassMethod.m | 66 @interface AAA : NSObject interface 68 @interface AAA (MyCat) interface in MyCat 75 @implementation AAA implementation 77 @implementation AAA (MyCat) implementation in MyCat
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | thunk-use-after-free.cpp | 36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
|
H A D | debug-info-use-after-free.cpp | 125 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class 237 AAA { class
|
/llvm-project/clang/test/SemaCXX/ |
H A D | using-decl-1.cpp | 128 class CCC { public: void AAA() { } }; in AAA() function in using_suggestion_member_tyname_val::CCC 141 class AAA {}; // expected-note {{'N::AAA' declared here}} class 149 class AAA {}; // expected-note {{'N::AAA' declared here}} class
|
H A D | MicrosoftExtensions.cpp | 183 class AAA { global() class
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | sizeofpack.cpp | 39 struct AAA { global() struct
|