/external/compiler-rt/test/asan/TestCases/ |
stack-buffer-overflow-with-position.cc | 23 char AAA[10], BBB[10], CCC[10]; 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' <== {{.*}}overflows this variabl [all...] |
/external/compiler-rt/test/tsan/ |
virtual_inheritance_compile_bug.cc | 6 struct AAA { virtual long aaa () { return 0; } }; // NOLINT function in struct:AAA 7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT 8 struct CCC: virtual AAA { };
|
/external/clang/test/FixIt/ |
typo-using.cpp | 11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} 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}} 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}} 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() { } }; // expected-note {{'AAA' declared here} [all...] |
/external/clang/test/CodeGenCXX/ |
thunk-use-after-free.cpp | 36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; 39 vector < HHH < X1 > >aaa; member in class:BBB 41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
|
debug-info-use-after-free.cpp | 123 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { }; 126 vector < HHH < X1 > >aaa; member in class:BBB 128 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; }; 235 AAA { 237 AAA () { 258 AAA { 267 aaa; member in class:__anon22644::C1::C3
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
sizeofpack.cpp | 39 struct AAA { 45 array<2> arr2 = AAA<int, int>::make_array<int>(1,2);
|
/external/clang/test/SemaCXX/ |
using-decl-1.cpp | 130 class CCC { public: void AAA() { } }; 143 class AAA {}; // expected-note {{'N::AAA' declared here}} 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}} 154 using typename N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_tyname_ty_dropped_nested_specifier::N::M'; did you mean 'N::AAA'?} [all...] |
MicrosoftExtensions.cpp | 120 class AAA { 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/ |
assyntax.h | 380 #define AAA CHOICE(aaa, aaa, aaa) [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 380 #define AAA CHOICE(aaa, aaa, aaa) [all...] |