/external/llvm-project/clang/test/CodeGen/ |
D | hexagon-linux-vararg.c | 5 struct AAA { struct 6 int x; 7 int y; 8 int z; 9 int d;
|
/external/llvm-project/clang/test/FixIt/ |
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
|
/external/clang/test/FixIt/ |
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
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-avoid-bind.cpp | 136 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
|
D | modernize-avoid-bind-permissive-parameter-list.cpp | 51 auto AAA = std::bind(add, 2, 2); in testLiteralParameters() local
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | virtual_inheritance_compile_bug.cpp | 6 struct AAA { struct 9 struct BBB : virtual AAA { argument
|
/external/compiler-rt/test/tsan/ |
D | virtual_inheritance_compile_bug.cc | 6 struct AAA { virtual long aaa () { return 0; } }; // NOLINT in aaa() argument
|
/external/clang/test/Parser/ |
D | missing-end.m | 3 @interface AAA // expected-note {{class started here}} interface
|
/external/llvm-project/clang/test/Parser/ |
D | missing-end.m | 3 @interface AAA // expected-note {{class started here}} interface
|
/external/clang/test/Analysis/inlining/ |
D | InlineObjCClassMethod.m | 58 @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/ |
D | AAA.java | 7 public class AAA extends BaseLogTest { class
|
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | stack-buffer-overflow-with-position.cpp | 23 char AAA[10], BBB[10], CCC[10]; in main() local
|
/external/compiler-rt/test/asan/TestCases/ |
D | stack-buffer-overflow-with-position.cc | 23 char AAA[10], BBB[10], CCC[10]; in main() local
|
/external/llvm-project/clang/test/Analysis/inlining/ |
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
|
/external/llvm-project/clang/test/SemaCXX/ |
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
|
D | MicrosoftExtensions.cpp | 170 class AAA { class
|
/external/clang/test/SemaCXX/ |
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
|
D | MicrosoftExtensions.cpp | 189 class AAA { class
|
/external/clang/test/CodeGenCXX/ |
D | thunk-use-after-free.cpp | 36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
|
D | debug-info-use-after-free.cpp | 123 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class 235 AAA { class
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | thunk-use-after-free.cpp | 36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class
|
D | debug-info-use-after-free.cpp | 125 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class 237 AAA { class
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | sizeofpack.cpp | 39 struct AAA { struct
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | sizeofpack.cpp | 39 struct AAA { struct
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 3469 class AAA(object): class
|