Searched refs:parseNumericOperand (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 555 Expected<std::unique_ptr<ExpressionAST>> Pattern::parseNumericOperand( in parseNumericOperand() function in Pattern 626 Expected<std::unique_ptr<ExpressionAST>> SubExprResult = parseNumericOperand( in parseParenExpr() 681 parseNumericOperand(RemainingExpr, AO, /*MaybeInvalidConstraint=*/false, in parseBinop() 722 Expected<std::unique_ptr<ExpressionAST>> Arg = parseNumericOperand( in parseCallExpr() 866 Expected<std::unique_ptr<ExpressionAST>> ParseResult = parseNumericOperand( in parseNumericSubstitutionBlock()
|
H A D | FileCheckImpl.h | 819 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCheck.cpp | 182 Expected<std::unique_ptr<ExpressionAST>> Pattern::parseNumericOperand( in parseNumericOperand() function in Pattern 249 parseNumericOperand(Expr, AO, LineNumber, Context, SM); in parseBinop() 280 parseNumericOperand(Expr, AO, LineNumber, Context, SM); in parseNumericSubstitutionBlock()
|
H A D | FileCheckImpl.h | 548 parseNumericOperand(StringRef &Expr, AllowedOperand AO,
|