/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SetOperations.h | 43 template <class S1Ty, class S2Ty> bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() 58 template <class S1Ty, class S2Ty> void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() 73 S1Ty set_intersection_impl(const S1Ty &S1, const S2Ty &S2) { in set_intersection_impl() 83 S1Ty set_intersection(const S1Ty &S1, const S2Ty &S2) { in set_intersection() 93 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() 106 template <class S1Ty, class S2Ty> void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() 140 void set_subtract(S1Ty &S1, const S2Ty &S2, S1Ty &Removed, S1Ty &Remaining) { in set_subtract() 151 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset()
|
H A D | StringSwitch.h | 94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 104 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 109 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 115 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 121 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,StringLiteral S7,T Value) Cases() argument 127 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,StringLiteral S7,StringLiteral S8,T Value) Cases() argument 134 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,StringLiteral S7,StringLiteral S8,StringLiteral S9,T Value) Cases() argument 167 CasesLower(StringLiteral S0,StringLiteral S1,StringLiteral S2,T Value) CasesLower() argument 172 CasesLower(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,T Value) CasesLower() argument 177 CasesLower(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,T Value) CasesLower() argument [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyTypeDumper.cpp | 41 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareNames() 45 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareSizes() 49 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePadding() 53 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingPct() 59 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingImmediate() 64 const LayoutPtr &S2) { in ComparePaddingPctImmediate()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerSubChecker.cpp | 83 ProgramStateRef S1, S2; in checkArrayBounds() local 95 ProgramStateRef S1, S2; in checkArrayBounds() local
|
/freebsd/lib/msun/src/ |
H A D | k_sinf.c | 23 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
|
H A D | k_sin.c | 49 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
|
H A D | k_sincosf.h | 17 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
|
H A D | k_sincosl.h | 39 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable 77 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
|
H A D | k_sincos.h | 16 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
|
/freebsd/lib/msun/ld80/ |
H A D | k_sinl.c | 40 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
|
/freebsd/lib/msun/ld128/ |
H A D | k_sinl.c | 30 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha1-tlsprf.c | 34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCExpr.cpp | 292 if (const MipsMCExpr *S2 = dyn_cast<const MipsMCExpr>(S1->getSubExpr())) { in isGpOff() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInstSimplify.cpp | 57 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local
|
H A D | InstSimplifyPass.cpp | 29 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 610 bool haveEqualConstraints(ProgramStateRef S1, ProgramStateRef S2) const { in haveEqualConstraints() 614 bool haveEqualEnvironments(ProgramStateRef S1, ProgramStateRef S2) const { in haveEqualEnvironments() 618 bool haveEqualStores(ProgramStateRef S1, ProgramStateRef S2) const { in haveEqualStores()
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | des_tab.c | 71 static const uint32_t S2[] = { variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 31 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 290 bool IsStmtEquivalent(const Stmt *S1, const Stmt *S2) { return true; } in IsStmtEquivalent() 292 bool IsStmtEquivalent(const GotoStmt *S1, const GotoStmt *S2) { in IsStmtEquivalent() 406 bool TraverseStmt(const Stmt *S1, const Stmt *S2) { return true; } in TraverseStmt() 428 bool IsEquivalent(const Stmt *S1, const Stmt *S2) { in IsEquivalent() 488 const Stmt *S1, const Stmt *S2) { in IsStructurallyEquivalent() 2439 bool StructuralEquivalenceContext::IsEquivalent(Stmt *S1, Stmt *S2) { in IsEquivalent()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp | 285 const MachineInstr *S2) { in storesAreAdjacent() 354 MachineInstr *S2 = *I; in selectStores() local
|
H A D | HexagonPeephole.cpp | 256 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. in runOnMachineFunction() local
|
/freebsd/contrib/file/src/ |
H A D | encoding.c | 303 #define S2 0x13 // accept 1, size 3 macro
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 68 RecSet S1, S2; in apply() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 282 std::string S1, S2; verify() local
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 315 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; in ecp_nistz256_point_add() local 446 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; in ecp_nistz256_point_add_affine() local
|