Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h548 parseNumericOperand(StringRef &Expr, AllowedOperand AO,
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()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp536 Expected<std::unique_ptr<ExpressionAST>> Pattern::parseNumericOperand( in parseNumericOperand() function in Pattern
607 Expected<std::unique_ptr<ExpressionAST>> SubExprResult = parseNumericOperand( in parseParenExpr()
662 parseNumericOperand(RemainingExpr, AO, /*MaybeInvalidConstraint=*/false, in parseBinop()
703 Expected<std::unique_ptr<ExpressionAST>> Arg = parseNumericOperand( in parseCallExpr()
837 Expected<std::unique_ptr<ExpressionAST>> ParseResult = parseNumericOperand( in parseNumericSubstitutionBlock()
DFileCheckImpl.h769 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,