Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormatVariadic.cpp124 std::size_t BO2 = Fmt.find_first_of('{', 1); in splitLiteralAndReplacement() local
125 if (BO2 < BC) in splitLiteralAndReplacement()
126 return std::make_pair(ReplacementItem{Fmt.substr(0, BO2)}, in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp1056 BinaryOperatorKind BO2; in checkIncorrectLogicOperator() local
1057 std::tie(DeclExpr2, BO2, NumExpr2) = tryNormalizeBinaryOperator(RHS); in checkIncorrectLogicOperator()
1113 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2); in checkIncorrectLogicOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp2605 BinaryOperator *BO2 = nullptr; in getInvertibleOperands() local
2609 !matchSimpleRecurrence(PN2, BO2, Start2, Step2)) in getInvertibleOperands()
2613 cast<Operator>(BO2)); in getInvertibleOperands()