Home
last modified time | relevance | path

Searched defs:S2 (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSetOperations.h43 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()
HDStringSwitch.h94 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()
167 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower()
172 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyTypeDumper.cpp41 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-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDPointerSubChecker.cpp83 ProgramStateRef S1, S2; in checkArrayBounds() local
95 ProgramStateRef S1, S2; in checkArrayBounds() local
/freebsd-13-stable/lib/msun/src/
HDk_sinf.c27 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
HDk_sin.c51 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
HDk_sincosl.h40 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
78 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
HDk_sincosf.h18 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
HDk_sincos.h17 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
/freebsd-13-stable/lib/msun/ld80/
HDk_sinl.c42 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
/freebsd-13-stable/lib/msun/ld128/
HDk_sinl.c32 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
/freebsd-13-stable/contrib/wpa/src/crypto/
HDsha1-tlsprf.c34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCExpr.cpp292 if (const MipsMCExpr *S2 = dyn_cast<const MipsMCExpr>(S1->getSubExpr())) { in isGpOff() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopInstSimplify.cpp57 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local
HDInstSimplifyPass.cpp29 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDProgramState.h610 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/
HDdes_tab.c71 static const uint32_t S2[] = { variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsCCState.cpp31 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTStructuralEquivalence.cpp290 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/
HDHexagonStoreWidening.cpp285 const MachineInstr *S2) { in storesAreAdjacent()
354 MachineInstr *S2 = *I; in selectStores() local
HDHexagonPeephole.cpp256 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. in runOnMachineFunction() local
/freebsd-13-stable/sbin/iscontrol/
HDfsm.c627 S1, S2, /*S3,*/ S4, S5, S6, S7, S8 enumerator
/freebsd-13-stable/contrib/file/src/
HDencoding.c303 #define S2 0x13 // accept 1, size 3 macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
HDSetTheory.cpp68 RecSet S1, S2; in apply() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCSEInfo.cpp280 std::string S1, S2; in verify() local

123