| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | 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()
|
| HD | StringSwitch.h | 90 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() 94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 104 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 109 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 115 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 121 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 127 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 134 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 163 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| HD | 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() 63 static bool ComparePaddingPctImmediate(const LayoutPtr &S1, in ComparePaddingPctImmediate()
|
| /freebsd-13-stable/lib/msun/ld80/ |
| HD | k_sinl.c | 35 #define S1 ((long double)S1hi + S1lo) macro 38 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
|
| /freebsd-13-stable/lib/msun/src/ |
| HD | k_sincosl.h | 25 #define S1 ((long double)S1hi + S1lo) macro 30 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable 77 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
|
| HD | k_sinf.c | 26 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
|
| HD | k_sin.c | 50 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
|
| HD | k_sincosf.h | 17 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
|
| HD | k_sincos.h | 16 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | MergedLoadStoreMotion.cpp | 212 StoreInst *S1) { in getPHIOperand() 247 StoreInst *S1) { in sinkStoresAndGEPs() 336 if (StoreInst *S1 = canSinkFromBlock(Pred1, S0)) { in mergeStores() local
|
| HD | LoopInstSimplify.cpp | 57 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local
|
| HD | InstSimplifyPass.cpp | 29 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | PointerSubChecker.cpp | 83 ProgramStateRef S1, S2; in checkArrayBounds() local 95 ProgramStateRef S1, S2; in checkArrayBounds() local
|
| /freebsd-13-stable/lib/msun/ld128/ |
| HD | k_sinl.c | 31 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| HD | PPCLegalizerInfo.cpp | 44 const LLT S1 = LLT::scalar(1); in PPCLegalizerInfo() local
|
| /freebsd-13-stable/contrib/wpa/src/crypto/ |
| HD | sha1-tlsprf.c | 34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| HD | MipsMCExpr.cpp | 291 if (const MipsMCExpr *S1 = dyn_cast<const MipsMCExpr>(getSubExpr())) { in isGpOff() local
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | 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-13-stable/contrib/bearssl/src/symcipher/ |
| HD | des_tab.c | 52 static const uint32_t S1[] = { variable
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUGlobalISelDivergenceLowering.cpp | 103 LLT S1 = LLT::scalar(1); in getCandidatesForLowering() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsCCState.cpp | 31 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | 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-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonStoreWidening.cpp | 284 bool HexagonStoreWidening::storesAreAdjacent(const MachineInstr *S1, in storesAreAdjacent() 341 MachineInstr *S1 = FirstMI; in selectStores() local
|
| HD | HexagonPeephole.cpp | 256 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. in runOnMachineFunction() local
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
| HD | hash_sha256_cp.c | 79 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
|