HomeSort by relevance Sort by last modified time
    Searched refs:AAA (Results 1 - 22 of 22) sorted by null

  /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/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/clang/test/Index/
overriding-ftemplate-comments.cpp 12 /// \param AAA Blah blah
14 void comment_to_html_conversion_17(T AAA);
16 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_17</Name><USR>c:@FT@&gt;1#Tcomment_to_html_conversion_17#t0.0#</USR><Declaration>template &lt;typename T&gt; void comment_to_html_conversion_17(T AAA)</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah</Para></Discussion></Parameter></Parameters></Function>]
26 /// \tparam AAA Aaa
27 template<typename AAA, typename BBB>
28 void comment_to_html_conversion_19(AAA aaa, BBB bbb);
30 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_19</Name><USR>c:@FT@&gt;2#T#Tcomment_to_html_conversion_19#t0.0#t0.1#</USR><Declaration>template &lt;typename AAA, typename BBB&gt;\nvoid comment_to_html_conversion_19(AAA aaa, BBB bbb)</Declaration><TemplatePara (…)
    [all...]
comment-cplus-template-decls.cpp 12 * \brief Aaa
62 /// \param AAA Blah blah
64 void func_template_1(T AAA);
65 // CHECK: <Declaration>template &lt;typename T&gt; void func_template_1(T AAA)</Declaration>
67 template<template<template<typename CCC> class DDD, class BBB> class AAA>
  /external/clang/test/Frontend/
verify.c 44 #error AAA // expected-error {{BBB}} <- this shall be part of diagnostic
56 // CHECK2-NEXT: Line 44: AAA // expected-error {{[{][{]BBB[}][}]}} <- this shall be part of diagnostic
  /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:__anon23450::C1::C3
  /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}}
  /cts/suite/audio_quality/test/
TaskTest.cpp 20 static const android::String8 AAA("aaa");
45 const android::String8* list[] = {&AAA, &BBB, NULL};
118 ASSERT_TRUE(task->addStringAttributePublic(AAA, aaaVal));
122 ASSERT_TRUE(task->findStringAttributePublic(AAA, read));
  /external/chromium_org/chrome/browser/resources/chromeos/
slow.css 16 border: 1px solid #AAA;
19 box-shadow: 0 2px 2px #AAA;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.css 38 border: 1px solid #AAA;
  /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/WebKit/Source/devtools/front_end/
sourcesPanel.css 163 border-bottom: 1px solid #AAA;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
style.css 388 color: #AAA;
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 293 'May 25 2008 AAA (GMT)']; // Unknown word after number.
  /external/chromium_org/remoting/webapp/
main.css 102 border-color: #aaa;
552 color: #AAA;
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js     [all...]
  /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...]
  /external/chromium_org/tools/findit/common/
cacert.pem     [all...]

Completed in 803 milliseconds