Home
last modified time | relevance | path

Searched defs:C1 (Results 1 – 25 of 80) sorted by relevance

1234

/external/clang/test/CodeGenObjC/
Dproperty-list-in-class.m16 @interface C1 { id isa; } @end interface
24 @implementation C1 implementation
/external/llvm/lib/VMCore/
DConstantsContext.h59 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()
DConstants.cpp1583 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/
Dout-of-line-def-mismatch.cpp7 class C1 {}; class
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() argument
Dvtable-instantiation.cc4 template<class T1> struct C1 { struct
5 virtual void c1() { in c1()
DPR12481.cpp3 class C1 { }; class
Dambiguous-builtin-unary-operator.cpp27 struct C1 : B1, A1 { }; struct
Dalias-template.cpp74 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
Dbuiltin-ptrtomember-overload-1.cpp33 struct C1 : B1 { struct
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
DC_one.h4 long *C1; variable
/external/clang/test/CXX/temp/temp.param/
Dp12.cpp37 class C1 {}; class
/external/clang/test/SemaTemplate/
Ddependent-class-member-operator.cpp4 template<class T> struct C1 { void operator()(T); }; struct
Dclass-template-id-2.cpp12 class C1 : public N::A<int> { }; class
/external/v8/test/mjsunit/
Dsetter-on-constructor-prototype.js31 function C1() { class in RunTest
34 C1.prototype = { set x(value) { this.y = 23; } }; class
/external/bluetooth/bluez/sbc/
Dsbc_tables.h380 #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/
Dp2-0x.cpp89 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/
Dk_cos.c57 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */ variable
/external/clang/test/CodeGenCXX/
Dvtt-layout.cpp33 class C1 : public virtual V1 { int i; }; class
52 class C1 : public virtual V1 { int i; }; class
Dvtable-layout-extreme.cpp10 class C1 class
/external/clang/test/Sema/
Dwarn-unreachable.c102 enum Cases { C1, C2, C3 }; enumerator
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp78 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/
D618.js29 function C1() { class
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
Dp3.cpp44 struct C1 : A { }; struct
/external/speex/libspeex/
Dmath_approx.h138 #define C1 21173 macro
309 #define C1 0.9999932946f macro
/external/dropbear/libtomcrypt/testprof/
Decc_test.c36 ecc_point *G, *A, *B, *C1, *C2; in ecc_test_shamir() local

1234