/external/compiler-rt/lib/tsan/lit_tests/ |
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'?}} 26 class AAA {}; // expected-note {{'::using_suggestion_ty_dropped_specifier::AAA' declared here}} 28 using N::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_ty_dropped_specifier::N'; did you mean '::using_suggestion_ty_drop (…) [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:__anon18452::C1::C3
|
/external/clang/test/SemaCXX/ |
using-decl-1.cpp | 129 class CCC { public: void AAA() { } }; 142 class AAA {}; 145 using N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_ty_dropped_nested_specifier::N::M'}} 150 class AAA {}; 153 using typename N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_tyname_ty_dropped_nested_specifier::N::M'}}
|
MicrosoftExtensions.cpp | 124 class AAA { 129 __declspec(dllimport) void AAA::f2(void) { // expected-error {{dllimport attribute can be applied only to symbol}}
|
/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/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...] |