/external/clang/test/CodeGenObjC/ |
D | property-list-in-class.m | 16 @interface C1 { id isa; } @end interface 24 @implementation C1 implementation
|
/external/llvm/lib/VMCore/ |
D | ConstantsContext.h | 59 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() 80 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 101 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr() 122 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 144 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
|
D | Constants.cpp | 1583 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, in get() 1704 Constant *C1, Constant *C2) { in getCompare() 1922 Constant *ConstantExpr::getAdd(Constant *C1, Constant *C2, in getAdd() 1929 Constant *ConstantExpr::getFAdd(Constant *C1, Constant *C2) { in getFAdd() 1933 Constant *ConstantExpr::getSub(Constant *C1, Constant *C2, in getSub() 1940 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() 1944 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() 1951 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() 1955 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv() 1960 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() [all …]
|
/external/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 7 class C1 {}; class 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() argument
|
D | vtable-instantiation.cc | 4 template<class T1> struct C1 { struct 5 virtual void c1() { in c1()
|
D | PR12481.cpp | 3 class C1 { }; class
|
D | ambiguous-builtin-unary-operator.cpp | 27 struct C1 : B1, A1 { }; struct
|
D | alias-template.cpp | 74 class C1 { class 76 …template<typename U> using C1 = C1; // expected-error {{name defined in alias declaration must be … typedef in ClassNameRedecl::C1 131 class C1 { class
|
D | builtin-ptrtomember-overload-1.cpp | 33 struct C1 : B1 { struct
|
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
D | C_one.h | 4 long *C1; variable
|
/external/clang/test/CXX/temp/temp.param/ |
D | p12.cpp | 37 class C1 {}; class
|
/external/clang/test/SemaTemplate/ |
D | dependent-class-member-operator.cpp | 4 template<class T> struct C1 { void operator()(T); }; struct
|
D | class-template-id-2.cpp | 12 class C1 : public N::A<int> { }; class
|
/external/v8/test/mjsunit/ |
D | setter-on-constructor-prototype.js | 31 function C1() { class in RunTest 34 C1.prototype = { set x(value) { this.y = 23; } }; class
|
/external/bluetooth/bluez/sbc/ |
D | sbc_tables.h | 380 #define C1 1.3056875580 macro 425 #define C1 1.6772280856 macro 470 #define C1 2.4270044280 macro 567 #define C1 2.4270044280 macro
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
D | p2-0x.cpp | 89 class C1 { class 91 using C1 = C1; // expected-error {{name defined in alias declaration must be an identifier}} typedef in ClassNameRedecl::C1 149 class C1 { class
|
/external/fdlibm/ |
D | k_cos.c | 57 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */ variable
|
/external/clang/test/CodeGenCXX/ |
D | vtt-layout.cpp | 33 class C1 : public virtual V1 { int i; }; class 52 class C1 : public virtual V1 { int i; }; class
|
D | vtable-layout-extreme.cpp | 10 class C1 class
|
/external/clang/test/Sema/ |
D | warn-unreachable.c | 102 enum Cases { C1, C2, C3 }; enumerator
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 78 static bool MultiplyOverflows(ConstantInt *C1, ConstantInt *C2, bool sign) { in MultiplyOverflows() 131 { Value *X; ConstantInt *C1; in visitMul() local 148 ConstantInt *C1; in visitMul() local 478 { Value *Cond; const APInt *C1, *C2; in visitUDiv() local 639 { Value *Cond; const APInt *C1, *C2; in visitURem() local
|
/external/v8/test/mjsunit/bugs/ |
D | 618.js | 29 function C1() { class
|
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/ |
D | p3.cpp | 44 struct C1 : A { }; struct
|
/external/speex/libspeex/ |
D | math_approx.h | 138 #define C1 21173 macro 309 #define C1 0.9999932946f macro
|
/external/dropbear/libtomcrypt/testprof/ |
D | ecc_test.c | 36 ecc_point *G, *A, *B, *C1, *C2; in ecc_test_shamir() local
|