Home
last modified time | relevance | path

Searched defs:C4 (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/test/Layout/
Dms-x86-empty-nonvirtual-bases.cpp18 struct C4 { int a; C4() : a(0xf00000C4) {printf("C4 : %p\n", this);} }; in C4() function
Dms-x86-basic-layout.cpp18 struct C4 { struct
20 C4() : a(0xf00000c4) {} in C4() function
21 virtual void f() {printf("C4");} in f() argument
Dms-x86-empty-virtual-base.cpp18 struct C4 { int a; C4() : a(0xf00000C4) {printf("C4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in C4() argument
/external/clang/test/Parser/
Dcxx-concept-declaration.cpp17 concept auto C4(void) -> bool { return true; } in C4() function
/external/fdlibm/
Dk_cos.c60 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ variable
/external/clang/test/CodeGenCXX/
Dlto-visibility-inference.cpp17 struct __declspec(dllimport) C4 { struct
Dvtable-layout-extreme.cpp31 class C4 class
Ddebug-info-use-after-free.cpp286 C4: class
/external/arm-optimized-routines/math/
Dexp2.c18 #define C4 __exp_data.exp2_poly[3] macro
Dexp.c20 #define C4 __exp_data.poly[7 - EXP_POLY_ORDER] macro
Dpow.c115 #define C4 __exp_data.poly[7 - EXP_POLY_ORDER] macro
/external/clang/test/SemaCXX/
Dclass.cpp125 struct C4 { struct
127 int f; // expected-error{{duplicate member 'f'}}
Dalias-template.cpp82 template<typename T> class C4 { // expected-note {{template parameter is declared here}} class
/external/libcxxabi/test/
Ddynamic_cast.pass.cpp104 struct C4 : C3 { Pad3 _; }; struct
/external/clang/test/CXX/special/class.dtor/
Dp5-0x.cpp84 struct C4 : virtual InaccessibleDtor { C4(); } c4; // expected-error {{deleted function}} expected-… struct
/external/clang/test/Sema/
Dreturn.c260 enum Cases { C1, C2, C3, C4 }; enumerator
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
Dp2-0x.cpp97 template<typename T> class C4 { // expected-note {{template parameter is declared here}} class
/external/freetype/src/gzip/
Dinftrees.c141 #define C4 C2 C2 C2 C2 in huft_build() macro
/external/speex/libspeexdsp/
Dmath_approx.h312 #define C4 -0.0012712095f macro
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp57 class C4 {} constexpr c4 = C4(); class
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DFunctionExtrasTest.cpp95 unique_function<long()> C4 = [A, B, C, D]() { return A + B + C + D; }; in TEST() local
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DTimeUnit.java101 static final long C4 = C3 * 60L; field in TimeUnit
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c86 #define C4(c, p, n, r, g, b, a, t, s, u) \ macro
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DInstructionsTest.cpp769 Constant *C4 = ConstantInt::get(Int32Ty, 4); in TEST() local
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c313 const float32x4_t C4 = vdupq_n_f32(3.1821337e-1f); in vpowq_f32() local

12