Home
last modified time | relevance | path

Searched refs:DefExpr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp263 StringRef DefExpr = StringRef(); in parseNumericSubstitutionBlock() local
268 DefExpr = Expr.substr(0, DefEnd); in parseNumericSubstitutionBlock()
297 DefExpr = DefExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
299 parseNumericVariableDefinition(DefExpr, Context, LineNumber, SM); in parseNumericSubstitutionBlock()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp753 StringRef DefExpr = StringRef(); in parseNumericSubstitutionBlock() local
814 DefExpr = Expr.substr(0, DefEnd); in parseNumericSubstitutionBlock()
875 DefExpr = DefExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()
877 DefExpr, Context, LineNumber, ExpressionPointer->getFormat(), SM); in parseNumericSubstitutionBlock()