Home
last modified time | relevance | path

Searched refs:BO2 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFormatVariadic.cpp125 std::size_t BO2 = Fmt.find_first_of('{', 1); in splitLiteralAndReplacement() local
126 if (BO2 < BC) in splitLiteralAndReplacement()
127 return std::make_pair(ReplacementItem{Fmt.substr(0, BO2)}, in splitLiteralAndReplacement()
128 Fmt.substr(BO2)); in splitLiteralAndReplacement()
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1581.chain13 TUur+5NxZFZH36wbOEoWiUxCFb0ygciL1cFLqdDzPI6Wqs06xrGOe/h7NLH+BO2/
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp1106 BinaryOperatorKind BO2; in checkIncorrectLogicOperator() local
1107 std::tie(DeclExpr2, BO2, NumExpr2) = tryNormalizeBinaryOperator(RHS); in checkIncorrectLogicOperator()
1163 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2); in checkIncorrectLogicOperator()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp2824 BinaryOperator *BO2 = nullptr; in getInvertibleOperands() local
2828 !matchSimpleRecurrence(PN2, BO2, Start2, Step2)) in getInvertibleOperands()
2832 cast<Operator>(BO2)); in getInvertibleOperands()