Home
last modified time | relevance | path

Searched defs:C2 (Results 1 – 25 of 81) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-non-virtual-base-ordering.cpp6 struct C2 { int a; virtual void C2M() {} }; in C2M() struct
H A Dvtt-layout.cpp34 class C2 : public virtual V3, virtual V2 { int i; }; class
53 class C2 : public virtual V3, virtual V2 { int i; }; class
H A Dvtable-layout-extreme.cpp15 class C2 class
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dvisibility.cpp5 struct C2 struct
7 static int p __attribute__((visibility("hidden")));
H A Dvtable-instantiation.cpp10 template<class T2> struct C2 { struct
11 void c2() { in c2()
H A DPR12481.cpp4 class C2 { }; class
H A Dmember-name-lookup.cpp77 struct C2 : virtual A { struct
84 struct D2 : B2, C2 { argument
H A Dderived-to-base-ambig.cpp15 class C2 : virtual public A2 { }; class
H A Dnested-name-spec.cpp28 class C2 { class
319 typedef int C2; typedef
326 struct C2 { static const unsigned N1 = 1; }; argument
345 int f(C1::C2), C2 : N1; member
378 int C2:N1; member
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dproperty-list-in-class.m18 @interface C2 : C1 <P, P2> { interface
28 @implementation C2 implementation
/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DC_two.h4 unsigned long *C2; variable
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h60 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr()
81 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr()
102 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr()
123 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr()
145 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
H A DConstants.cpp1841 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, in get()
1964 Constant *C2, bool OnlyIfReduced) { in getCompare()
2225 Constant *ConstantExpr::getAdd(Constant *C1, Constant *C2, in getAdd()
2232 Constant *ConstantExpr::getFAdd(Constant *C1, Constant *C2) { in getFAdd()
2236 Constant *ConstantExpr::getSub(Constant *C1, Constant *C2, in getSub()
2243 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub()
2247 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul()
2254 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul()
2258 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv()
2263 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dclass-template-id-2.cpp14 class C2 : public N::A<float> { }; // expected-error{{base class has incomplete type}} class
/minix3/external/bsd/llvm/dist/clang/test/Layout/
H A Dms-x86-empty-nonvirtual-bases.cpp16 struct C2 { int a; C2() : a(0xf00000C2) {printf("C2 : %p\n", this);} }; in C2() function
H A Dms-x86-empty-virtual-base.cpp16 struct C2 { int a; C2() : a(0xf00000C2) {printf("C2 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in C2() function
/minix3/lib/libm/src/
H A Dk_cos.c59 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
H A Dk_cosf.c27 C2 = -1.3888889225e-03, /* 0xbab60b61 */ variable
/minix3/lib/libm/arch/vax/
H A Dn_support.S203 C2: label
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.mfct/class.mfct.non-static/
H A Dp3.cpp45 struct C2 : B { }; struct
/minix3/lib/libm/noieee_src/
H A Dtrig.h217 #define C2 vccast(C2) macro
/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp145 LazyCallGraph::Node &C2 = *I++; in TEST() local
460 LazyCallGraph::Node &C2 = *CG.lookup(lookupFunction(*M, "c2")); in TEST() local
541 LazyCallGraph::Node &C2 = *CG.lookup(lookupFunction(*M, "c2")); in TEST() local
/minix3/crypto/external/bsd/openssl/dist/crypto/whrlpool/
H A Dwp_block.c159 # define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16) macro
177 # define C2(K,i) (Cx.q[2+8*K.c[(i)*8+2]]) macro
190 # define C2(K,i) (((u64*)(Cx.c+6))[2*K.c[(i)*8+2]]) macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h70 bool isEqual(const ValueKeyT1 &C1, const ValueKeyT2 &C2) { in isEqual()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp81 static bool MultiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in MultiplyOverflows()
93 static bool IsMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in IsMultiple()
192 Constant *C1, *C2; in visitMul() local
794 const APInt *C2; in commonIDivTransforms() local
1048 const APInt *C1, *C2; in visitUDiv() local
1227 Constant *C2 = Op1C; in visitFDiv() local

1234