Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/CodeGen/
Dhexagon-linux-vararg.c5 struct AAA { struct
6 int x;
7 int y;
8 int z;
9 int d;
/external/llvm-project/clang/test/FixIt/
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
/external/clang/test/FixIt/
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
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-avoid-bind.cpp136 auto AAA = std::bind(add, x, y); in testCaptureByValue() local
179 auto AAA = std::bind(add, 2, 2); in testLiteralParameters() local
191 auto AAA = std::bind(add, std::ref(x), std::ref(y)); in testCaptureByReference() local
220 auto AAA = std::bind(add, x, F(x).get()); in testCaptureByInitExpression() local
228 auto AAA = std::bind(d, 1, 2); in testFunctionObjects() local
272 auto AAA = std::bind(add, x, _1); in testPlaceholders() local
298 auto AAA = std::bind(C::add, 1, 1); in testGlobalFunctions() local
325 auto AAA = std::bind(add, 1, add(2, 5)); in testCapturedSubexpressions() local
347 auto AAA = std::bind(&D::MemberFunction, d, 1); in testMemberFunctions() local
Dmodernize-avoid-bind-permissive-parameter-list.cpp51 auto AAA = std::bind(add, 2, 2); in testLiteralParameters() local
/external/llvm-project/compiler-rt/test/tsan/
Dvirtual_inheritance_compile_bug.cpp6 struct AAA { struct
9 struct BBB : virtual AAA { argument
/external/compiler-rt/test/tsan/
Dvirtual_inheritance_compile_bug.cc6 struct AAA { virtual long aaa () { return 0; } }; // NOLINT in aaa() argument
/external/clang/test/Parser/
Dmissing-end.m3 @interface AAA // expected-note {{class started here}} interface
/external/llvm-project/clang/test/Parser/
Dmissing-end.m3 @interface AAA // expected-note {{class started here}} interface
/external/clang/test/Analysis/inlining/
DInlineObjCClassMethod.m58 @interface AAA : NSObject interface
60 @interface AAA (MyCat) interface in MyCat
67 @implementation AAA implementation
69 @implementation AAA (MyCat) implementation in MyCat
/external/testng/src/test/java/test/preserveorder/
DAAA.java7 public class AAA extends BaseLogTest { class
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dstack-buffer-overflow-with-position.cpp23 char AAA[10], BBB[10], CCC[10]; in main() local
/external/compiler-rt/test/asan/TestCases/
Dstack-buffer-overflow-with-position.cc23 char AAA[10], BBB[10], CCC[10]; in main() local
/external/llvm-project/clang/test/Analysis/inlining/
DInlineObjCClassMethod.m66 @interface AAA : NSObject interface
68 @interface AAA (MyCat) interface in MyCat
75 @implementation AAA implementation
77 @implementation AAA (MyCat) implementation in MyCat
/external/llvm-project/clang/test/SemaCXX/
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
DMicrosoftExtensions.cpp170 class AAA { class
/external/clang/test/SemaCXX/
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
DMicrosoftExtensions.cpp189 class AAA { class
/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
Ddebug-info-use-after-free.cpp123 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
235 AAA { class
/external/llvm-project/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
Ddebug-info-use-after-free.cpp125 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
237 AAA { class
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dsizeofpack.cpp39 struct AAA { struct
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dsizeofpack.cpp39 struct AAA { struct
/external/python/cpython3/Lib/test/
Dpickletester.py3469 class AAA(object): class

12