Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h434 class NumericSubstitution : public Substitution {
441 NumericSubstitution(FileCheckPatternContext *Context, StringRef ExpressionStr, in NumericSubstitution() function
H A DFileCheck.cpp418 Expected<std::string> NumericSubstitution::getResult() const { in getResult()
1531 Substitutions.push_back(std::make_unique<NumericSubstitution>( in makeNumericSubstitution()