Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h402 class LLVM_ABI_FOR_TEST NumericSubstitution : public Substitution {
409 NumericSubstitution(FileCheckPatternContext *Context, StringRef ExpressionStr, in NumericSubstitution() function
H A DFileCheck.cpp267 Expected<std::string> NumericSubstitution::getResultRegex() const { in getResultRegex()
277 Expected<std::string> NumericSubstitution::getResultForDiagnostics() const { in getResultForDiagnostics()
1425 Substitutions.push_back(std::make_unique<NumericSubstitution>( in makeNumericSubstitution()