Searched defs:AAA (Results 1 - 10 of 10) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Dstack-buffer-overflow-with-position.cc23 char AAA[10], BBB[10], CCC[10]; local
24 memset(AAA, 0, sizeof(AAA));
28 char *p = AAA + idx;
29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p);
33 // CHECK-m2: 'AAA' <== {{.*}}underflows this variable
34 // CHECK-m1: 'AAA' <== {{.*}}partially underflows this variable
35 // CHECK-9: 'AAA' <== {{.*}}partially overflows this variable
36 // CHECK-10: 'AAA' <
[all...]
/external/compiler-rt/test/tsan/
H A Dvirtual_inheritance_compile_bug.cc6 struct AAA { virtual long aaa () { return 0; } }; // NOLINT struct
7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT
8 struct CCC: virtual AAA { };
/external/clang/test/FixIt/
H A Dtypo-using.cpp11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class in namespace:using_suggestion_ty::N
12 using N::AAB; // expected-error {{no member named 'AAB' in namespace 'using_suggestion_ty::N'; did you mean 'AAA'?}}
16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class in namespace:using_suggestion_tyname_ty::N
17 using typename N::AAB; // expected-error {{no member named 'AAB' in namespace 'using_suggestion_tyname_ty::N'; did you mean 'AAA'?}}
44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in class:using_suggestion_member_ty::CCC
45 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'using_suggestion_member_ty::CCC'; did you mean 'AAA'?}}
49 class CCC { public: void AAA() { } }; // expecte function in class:using_suggestion_member_val::CCC
54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in class:using_suggestion_member_tyname_ty::CCC
[all...]
/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class in inherits:FFF
41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
H A Ddebug-info-use-after-free.cpp123 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; class in inherits:FFF
128 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
235 AAA { class in namespace:__anon18831
237 AAA () {
258 AAA {
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp39 struct AAA { struct in namespace:pr12262
45 array<2> arr2 = AAA<int, int>::make_array<int>(1,2);
/external/clang/test/SemaCXX/
H A Dusing-decl-1.cpp130 class CCC { public: void AAA() { } }; function in class:using_suggestion_member_tyname_val::CCC
143 class AAA {}; // expected-note {{'N::AAA' declared here}} class in namespace:using_suggestion_ty_dropped_nested_specifier::N
146 using N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_ty_dropped_nested_specifier::N::M'; did you mean 'N::AAA'?}}
151 class AAA {}; // expected-note {{'N::AAA' declared here}} class in namespace:using_suggestion_tyname_ty_dropped_nested_specifier::N
154 using typename N::M::AAA; // expected-error {{no member named 'AAA' i
[all...]
H A DMicrosoftExtensions.cpp120 class AAA { class
125 __declspec(dllimport) void AAA::f2(void) { // expected-error{{dllimport cannot be applied to non-inline function definition}}
126 // expected-error@-1{{redeclaration of 'AAA::f2' cannot add 'dllimport' attribute}}
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h380 #define AAA CHOICE(aaa, aaa, aaa) macro
1116 #define AAA aaa macro
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h380 #define AAA CHOICE(aaa, aaa, aaa) macro
1116 #define AAA aaa macro

Completed in 172 milliseconds