Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h385 class NumericSubstitution : public Substitution {
392 NumericSubstitution(FileCheckPatternContext *Context, StringRef ExpressionStr, in NumericSubstitution() function
H A DFileCheck.cpp268 Expected<std::string> NumericSubstitution::getResult() const { in getResult()
1385 Substitutions.push_back(std::make_unique<NumericSubstitution>( in makeNumericSubstitution()