/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-non-virtual-base-ordering.cpp | 6 struct C2 { int a; virtual void C2M() {} }; in C2M() struct
|
H A D | vtt-layout.cpp | 34 class C2 : public virtual V3, virtual V2 { int i; }; class 53 class C2 : public virtual V3, virtual V2 { int i; }; class
|
H A D | vtable-layout-extreme.cpp | 15 class C2 class
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | visibility.cpp | 5 struct C2 struct 7 static int p __attribute__((visibility("hidden")));
|
H A D | vtable-instantiation.cpp | 10 template<class T2> struct C2 { struct 11 void c2() { in c2()
|
H A D | PR12481.cpp | 4 class C2 { }; class
|
H A D | member-name-lookup.cpp | 77 struct C2 : virtual A { struct 84 struct D2 : B2, C2 { argument
|
H A D | derived-to-base-ambig.cpp | 15 class C2 : virtual public A2 { }; class
|
H A D | nested-name-spec.cpp | 28 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 D | property-list-in-class.m | 18 @interface C2 : C1 <P, P2> { interface 28 @implementation C2 implementation
|
/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
H A D | C_two.h | 4 unsigned long *C2; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | ConstantsContext.h | 60 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 D | Constants.cpp | 1841 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 D | class-template-id-2.cpp | 14 class C2 : public N::A<float> { }; // expected-error{{base class has incomplete type}} class
|
/minix3/external/bsd/llvm/dist/clang/test/Layout/ |
H A D | ms-x86-empty-nonvirtual-bases.cpp | 16 struct C2 { int a; C2() : a(0xf00000C2) {printf("C2 : %p\n", this);} }; in C2() function
|
H A D | ms-x86-empty-virtual-base.cpp | 16 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 D | k_cos.c | 59 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
|
H A D | k_cosf.c | 27 C2 = -1.3888889225e-03, /* 0xbab60b61 */ variable
|
/minix3/lib/libm/arch/vax/ |
H A D | n_support.S | 203 C2: label
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.mfct/class.mfct.non-static/ |
H A D | p3.cpp | 45 struct C2 : B { }; struct
|
/minix3/lib/libm/noieee_src/ |
H A D | trig.h | 217 #define C2 vccast(C2) macro
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/ |
H A D | LazyCallGraphTest.cpp | 145 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 D | wp_block.c | 159 # 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 D | CostAllocator.h | 70 bool isEqual(const ValueKeyT1 &C1, const ValueKeyT2 &C2) { in isEqual()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 81 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
|