Searched defs:getA (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
H A Dp1.cpp58 A &getA() { return static_cast<B&>(*this); } function in struct:rdar9915664::D
61 getA().a<int>();
/external/clang/test/CodeGenCXX/
H A Drvalue-references.cpp16 A &&getA() { return static_cast<A&&>(getB()); } function
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java23 public ECFieldElement getA() method in class:ECCurve
/external/clang/test/SemaCXX/
H A Duninitialized.cpp46 A getA() { return A(); } function
47 A getA(int x) { return A(); } function
48 A getA(A* a) { return A(); } function
58 A a7 = getA();
59 A a8 = getA(a8.TWO);
60 A a9 = getA(&a9);
67 A a15 = getA(a15.num); // expected-warning {{variable 'a15' is uninitialized when used within its own initialization}}

Completed in 5182 milliseconds