Home
last modified time | relevance | path

Searched defs:A4 (Results 1 – 22 of 22) sorted by relevance

/external/libcxxabi/test/
Ddynamic_cast5.pass.cpp44 struct A4 struct
48 char _[13489];
49 virtual ~A4() {} in ~A4()
51 t1::A1* getA1() {return A3::getA1();} in getA1()
52 A2* getA2() {return A3::getA2();} in getA2()
53 A3* getA3() {return A3::getA3();} in getA3()
54 A4* getA4() {return this;} in getA4()
188 struct A4 struct
192 char _[13489];
193 virtual ~A4() {} in ~A4()
[all …]
Ddynamic_cast14.pass.cpp44 struct A4 struct
48 char _[13489];
49 virtual ~A4() {} in ~A4()
51 A1* getA1_4() {return A1::getA1();} in getA1_4()
52 A2* getA2() {return A2::getA2();} in getA2()
53 A4* getA4() {return this;} in getA4()
765 struct A4 struct
769 char _[13489];
770 virtual ~A4() {} in ~A4()
772 A1* getA1_4() {return A1::getA1();} in getA1_4()
[all …]
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixExponential.h220 MatrixType A4 = A2 * A2; in pade7() local
233 MatrixType A4 = A2 * A2; in pade9() local
248 MatrixType A4 = A2 * A2; in pade13() local
270 MatrixType A4 = A2 * A2; in pade17() local
/external/clang/INPUTS/
Dmacro_pounder_obj.c10 #define A4 A3 A3 A3 A3 A3 A3 macro
Dmacro_pounder_fn.c10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) macro
/external/clang/test/Index/
Dannotate-comments-preprocessor.c18 #define A4 1 // Aaa. macro
/external/clang/test/CXX/special/class.dtor/
Dp5-0x.cpp34 struct A4 { struct
40 A4 a4; // expected-error {{deleted function}} argument
/external/clang/test/SemaObjCXX/
Dinstancetype.mm195 @interface A4 : Root <P4> interface
201 @implementation A4 { implementation
/external/clang/test/SemaObjC/
Dinstancetype.m195 @interface A4 : Root <P4> interface
201 @implementation A4 { implementation
/external/lldb/test/lang/c/stepping/
Dmain.c59 int A4 = complex (a(1), b(2), c(3)); // Stop here to try step in targetting b. in main() local
/external/clang/test/Layout/
Dms-x86-basic-layout.cpp8 struct A4 { struct
10 A4() : a(0xf00000a4) {} in A4() function
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp101 Object *A4 = DUT.allocate(Cap, Allocator); in TEST() local
DAlignOfTest.cpp44 struct LLVM_ALIGNAS(4) A4 {}; struct
/external/clang/test/SemaCXX/
Dcxx1y-contextual-conversion-tweaks.cpp65 struct A4 { struct
Duninitialized.cpp615 int A4() { return 5;} in A4() function
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h149 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() argument
159 const ::std::tr1::tuple<A1, A2, A3, A4, A5>& args) { in InvokeMethod() argument
171 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() argument
181 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6>& args) { in InvokeMethod() argument
193 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() argument
203 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, in InvokeMethod() argument
216 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() argument
226 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, in InvokeMethod() argument
239 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2, A3, A4, in Invoke() argument
249 const ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8, in InvokeMethod() argument
[all …]
/external/clang/test/Sema/
Dwarn-duplicate-enum.c7 A4}; enumerator
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp47 struct A4 { struct
52 template class A4<int>; argument
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp908 A4 = .69314718055994546743029643825322 / EXPPOLY_32F_A0, variable
1477 A4 = -0.5, variable
/external/llvm/unittests/ADT/
DAPIntTest.cpp856 APInt A4(integerPartWidth*4, I4); in TEST() local
/external/webp/src/dsp/
Dlossless_sse2.c50 const __m128i A4 = _mm_add_epi16(A0, A3); in ClampedAddSubtractHalf() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h940 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, in create()