/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | SetOperations.h | 22 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() 39 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() 50 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() 62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() 71 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset() 83 bool set_is_strict_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_strict_subset()
|
H A D | StringSwitch.h | 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() 92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 113 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 119 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 125 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 132 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 161 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/ |
H A D | write.d | 74 struct S1 struct 87 formatTest(S1(false), "false"); argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | PrettyTypeDumper.cpp | 39 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareNames() 43 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareSizes() 47 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePadding() 51 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingPct() 57 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingImmediate() 61 static bool ComparePaddingPctImmediate(const LayoutPtr &S1, in ComparePaddingPctImmediate()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/ |
H A D | types.go | 13 type S1 struct { p_s2 *S2 } struct
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/ |
H A D | types.go | 13 type S1 struct { p_s2 *S2 } struct
|
/netbsd-src/lib/libm/ld80/ |
H A D | k_sinl.c | 35 #define S1 ((long double)S1hi + S1lo) macro 38 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
|
/netbsd-src/lib/libm/src/ |
H A D | k_sincosl.h | 32 #define S1 ((long double)S1hi + S1lo) macro 37 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable 91 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
|
H A D | k_sindf.c | 26 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
|
H A D | k_sin.c | 51 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
|
H A D | k_sinf.c | 26 S1 = -1.6666667163e-01, /* 0xbe2aaaab */ variable
|
H A D | k_sincosf.h | 24 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
|
H A D | k_sincos.h | 23 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | MergedLoadStoreMotion.cpp | 211 StoreInst *S1) { in getPHIOperand() 244 StoreInst *S1) { in sinkStoresAndGEPs() 321 if (StoreInst *S1 = canSinkFromBlock(Pred1, S0)) { in mergeStores() local
|
H A D | InstSimplifyPass.cpp | 35 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
|
/netbsd-src/external/bsd/flex/dist/tests/ |
H A D | cxx_multiple_scanners_main.cc | 38 S1_FlexLexer* S1 = new S1_FlexLexer; in main() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | mutation.d | 948 static struct S1 struct 966 static assert(!hasElaborateAssign!S1); argument 1070 struct S1 struct 1075 S1 s11 = { 10, 11 }; argument
|
/netbsd-src/lib/libm/ld128/ |
H A D | k_sinl.c | 31 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
|
/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A D | sha1-tlsprf.c | 34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | mutation.d | 965 static struct S1 struct 983 static assert(!hasElaborateAssign!S1); argument 1095 struct S1 struct 1100 S1 s11 = { 10, 11 }; argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | exception.d | 1246 struct S1 { int a; S1 * b; } struct
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | trig.h | 144 #define S1 vccast(S1) macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCExpr.cpp | 293 if (const MipsMCExpr *S1 = dyn_cast<const MipsMCExpr>(getSubExpr())) { in isGpOff() local
|
/netbsd-src/lib/libc/net/ |
H A D | ethers.c | 199 #define S1(arg) S2(arg) in ether_line() macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | exception.d | 1321 struct S1 { int a; S1 * b; } argument
|