Home
last modified time | relevance | path

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 DFileCheck.cpp555 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 DFileCheckImpl.h819 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp182 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 DFileCheckImpl.h548 parseNumericOperand(StringRef &Expr, AllowedOperand AO,