Home
last modified time | relevance | path

Searched defs:AAA (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dhexagon-linux-vararg.c5 struct AAA { struct
6 int x;
7 int y;
8 int z;
9 int d;
/llvm-project/clang/test/FixIt/
H A Dtypo-using.cpp11 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 Ddeclare_variant_clauses_ast_print.cpp41 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 Ddeclare_variant_clauses_messages.cpp90 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 Dvirtual_inheritance_compile_bug.cpp6 struct AAA { struct
9 struct BBB : virtual AAA { argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp138 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 Davoid-bind-permissive-parameter-list.cpp51 auto AAA = std::bind(add, 2, 2); in testLiteralParameters() local
/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.constr/
H A Dnon-function-templates.cpp98 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 Dmissing-end.m3 @interface AAA // expected-note {{class started here}} interface
/llvm-project/clang/test/CodeCompletion/
H A Dusing-enum.cpp1 enum class AAA { X, Y, Z }; enum
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dstack-buffer-overflow-with-position.cpp23 char AAA[10], BBB[10], CCC[10]; in main() local
/llvm-project/clang/test/Preprocessor/
H A Ducn-allowed-chars.c85 #define AAA\u0024 // expected-error {{character '$' cannot be specified by a universal character na… macro
/llvm-project/clang/test/Analysis/inlining/
H A DInlineObjCClassMethod.m66 @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 Dthunk-use-after-free.cpp36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
H A Ddebug-info-use-after-free.cpp125 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
237 AAA { class
/llvm-project/clang/test/SemaCXX/
H A Dusing-decl-1.cpp128 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 DMicrosoftExtensions.cpp183 class AAA { global() class
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp39 struct AAA { global() struct