Searched defs:AB (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp17.cpp31 typedef A<double> AB; typedef in namespace:test1
32 template <> int AB::foo = 0; // expected-error{{extraneous 'template<>'}}
33 int AB::bar = 1;
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp3.cpp18 namespace AB { namespace
24 if (AB::i)
25 AB::f();
H A Dp5.cpp22 namespace AB { namespace
28 struct AB::x foo; // expected-error {{reference to 'x' is ambiguous}}
29 int i = AB::x; // expected-error {{reference to 'x' is ambiguous}}
31 struct AB::y bar;
32 float f = AB::y; // expected-error {{a type named 'y' is hidden by a declaration in a different namespace}}
33 AB::z(i);
34 AB::z(f);
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/
H A Dp6-0x.cpp22 typedef A AB; typedef
24 AB *p;
25 p->AB::~AB();
H A Dp6.cpp20 typedef A AB; typedef
22 AB *p;
23 p->AB::~AB(); // expected-error{{expected the class name after '~' to name a destructor}}
/external/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp147 const SCEV *AB = SE->getMinusSCEV(AS, BS); local
152 if (BSizeInt.ule(SE->getUnsignedRange(AB).getUnsignedMin()) &&
153 (-ASizeInt).uge(SE->getUnsignedRange(AB).getUnsignedMax()))
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp506 class __attribute__((acquired_before(mu1))) AB { // \ class

Completed in 440 milliseconds