Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.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()
H A DStringSwitch.h94 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 DPrettyTypeDumper.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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp83 ProgramStateRef S1, S2; in checkArrayBounds() local
95 ProgramStateRef S1, S2; in checkArrayBounds() local
/freebsd/lib/msun/src/
H A Dk_sinf.c23 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
H A Dk_sin.c49 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
H A Dk_sincosf.h17 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
H A Dk_sincosl.h39 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
77 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
H A Dk_sincos.h16 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
/freebsd/lib/msun/ld80/
H A Dk_sinl.c40 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
/freebsd/lib/msun/ld128/
H A Dk_sinl.c30 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-tlsprf.c34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp292 if (const MipsMCExpr *S2 = dyn_cast<const MipsMCExpr>(S1->getSubExpr())) { in isGpOff() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp57 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local
H A DInstSimplifyPass.cpp29 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 DProgramState.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/contrib/bearssl/src/symcipher/
H A Ddes_tab.c71 static const uint32_t S2[] = { variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp31 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.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/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp285 const MachineInstr *S2) { in storesAreAdjacent()
354 MachineInstr *S2 = *I; in selectStores() local
H A DHexagonPeephole.cpp256 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. in runOnMachineFunction() local
/freebsd/contrib/file/src/
H A Dencoding.c303 #define S2 0x13 // accept 1, size 3 macro
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp68 RecSet S1, S2; in apply() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp282 std::string S1, S2; verify() local
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistz256.c315 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

123