/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ |
H A D | switch1.C | 10 struct C1 { struct 11 static A<void> t1; 13 void fun() in fun()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
H A D | dtor1.C | 14 struct C1 : public B { struct 15 C1 (int i) : B (i) {} in C1() argument
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | ConstantsContext.h | 70 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() 97 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 124 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr() 151 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 179 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, ArrayRef<int> Mask) in ShuffleVectorConstantExpr()
|
/openbsd-src/lib/libm/src/ld80/ |
H A D | k_cosl.c | 52 #define C1 ((long double)C1hi + C1lo) macro 55 C1 = 0.0416666666666666666136L; /* 0xaaaaaaaaaaaaaa9b.0p-68 */ variable
|
H A D | k_sincosl.h | 23 #define C1 ((long double)C1hi + C1lo) macro 26 C1 = 0.0416666666666666666136L, /* 0xaaaaaaaaaaaaaa9b.0p-68 */ variable
|
H A D | e_logl.c | 111 static const long double C1 = 6.9314575195312500000000E-1L; variable
|
H A D | e_expl.c | 90 static const long double C1 = 6.9314575195312500000000E-1L; variable
|
H A D | s_log1pl.c | 108 static const long double C1 = 6.9314575195312500000000E-1L; variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | rtl.h | 292 #define RTL_CHECK1(RTX, N, C1) __extension__ \ argument 303 #define RTL_CHECK2(RTX, N, C1, C2) __extension__ \ argument 322 #define RTL_CHECKC2(RTX, N, C1, C2) __extension__ \ argument 358 #define RTL_CHECK1(RTX, N, C1) ((RTX)->fld[N]) argument 359 #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->fld[N]) argument 361 #define RTL_CHECKC2(RTX, N, C1, C2) ((RTX)->fld[N]) argument 372 #define RTL_FLAG_CHECK1(NAME, RTX, C1) __extension__ \ argument 379 #define RTL_FLAG_CHECK2(NAME, RTX, C1, C2) __extension__ \ argument 386 #define RTL_FLAG_CHECK3(NAME, RTX, C1, C2, C3) __extension__ \ argument 394 #define RTL_FLAG_CHECK4(NAME, RTX, C1, C2, C3, C4) __extension__ \ argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | dyncast5.C | 11 struct C1 : A {int m;}; argument
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | rtl.h | 455 #define RTL_CHECK1(RTX, N, C1) __extension__ \ argument 466 #define RTL_CHECK2(RTX, N, C1, C2) __extension__ \ argument 485 #define RTL_CHECKC2(RTX, N, C1, C2) __extension__ \ argument 566 #define RTL_CHECK1(RTX, N, C1) ((RTX)->u.fld[N]) argument 567 #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) argument 569 #define RTL_CHECKC2(RTX, N, C1, C2) ((RTX)->u.fld[N]) argument 586 #define RTL_FLAG_CHECK1(NAME, RTX, C1) __extension__ \ argument 593 #define RTL_FLAG_CHECK2(NAME, RTX, C1, C2) __extension__ \ argument 600 #define RTL_FLAG_CHECK3(NAME, RTX, C1, C2, C3) __extension__ \ argument 608 #define RTL_FLAG_CHECK4(NAME, RTX, C1, C2, C3, C4) __extension__ \ argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
H A D | empty2.C | 18 struct C1 : B1 struct 20 virtual void Foo () {}; in Foo()
|
H A D | vmihint.C | 17 struct C1 : B, virtual A {int m;}; argument
|
H A D | crash1.C | 15 struct C1 : virtual B2 {}; struct
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 336 Constant *C0, *C1; in foldShiftOfShiftedLogic() local 406 Constant *C, *C1; in commonShiftTransforms() local 589 const APInt *C1; in foldShiftedShift() local 723 Instruction *InstCombinerImpl::FoldShiftByConstant(Value *Op0, Constant *C1, in FoldShiftByConstant() 950 const APInt *C1; in visitShl() local 1115 Constant *C1; in visitShl() local 1188 const APInt *C1; in visitLShr() local 1428 Constant *C1, *C2; in foldVariableSignZeroExtensionOfVariableHighBitExtract() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/ |
H A D | decl1.C | 8 template <typename X> struct C1{}; struct
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | thunk1.C | 3 struct C1 struct
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | vtable2.C | 3 struct C1 struct
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
H A D | breakpoint.cc | 22 class C1 { class
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/ |
H A D | t135.C | 13 friend class C1; variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/ |
H A D | dtor1.h | 8 struct C1 : public B { struct
|
H A D | dtor1_y.C | 10 C1::C1 (int i) : B (i) {} in C1() function
|
/openbsd-src/lib/libm/src/ld128/ |
H A D | e_expl.c | 100 static const long double C1 = -6.93145751953125E-1L; variable
|
/openbsd-src/lib/libm/src/ |
H A D | k_cos.c | 57 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */ variable
|
H A D | k_sincosf.h | 24 C1 = 0x155553e1053a42.0p-57, /* 0.0416666233237390631894 */ variable
|