Home
last modified time | relevance | path

Searched defs:A7 (Results 1 – 6 of 6) sorted by relevance

/external/libcxxabi/test/
Ddynamic_cast14.pass.cpp81 struct A7 struct
85 char _[34819];
86 virtual ~A7() {} in ~A7()
88 A1* getA1_3() {return A5::getA1_3();} in getA1_3()
89 A1* getA1_4() {return A5::getA1_4();} in getA1_4()
90 A1* getA1_6() {return A6::getA1_6();} in getA1_6()
91 A2* getA2() {return A5::getA2();} in getA2()
92 A3* getA3() {return A5::getA3();} in getA3()
93 A4* getA4() {return A5::getA4();} in getA4()
94 A5* getA5() {return A5::getA5();} in getA5()
[all …]
/external/clang/INPUTS/
Dmacro_pounder_obj.c13 #define A7 A6 A6 A6 A6 A6 A6 macro
Dmacro_pounder_fn.c13 #define A7(A, B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) macro
/external/lldb/test/lang/c/stepping/
Dmain.c65 int A7 = complex (a(5), b(6), c(7)); // Stop here to make sure bogus target steps over. in main() local
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h217 A5, A6, A7, A8>& args) { in Invoke() argument
226 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, in InvokeMethod() argument
240 A5, A6, A7, A8, A9>& args) { in Invoke() argument
249 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8, in InvokeMethod() argument
266 A5, A6, A7, A8, A9, A10>& args) { in Invoke() argument
276 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8, in InvokeMethod() argument
732 A5, A6, A7, A8>& args) { in Perform() argument
743 A5, A6, A7, A8, A9>& args) { in Perform() argument
/external/llvm/unittests/ADT/
DAPIntTest.cpp870 APInt A7(1, 1); in TEST() local