Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h152 getImplicitFormat(const SourceMgr &SM) const { in getImplicitFormat() function
251 ExpressionFormat getImplicitFormat() const { return ImplicitFormat; } in getImplicitFormat() function
299 getImplicitFormat(const SourceMgr &SM) const override { in getImplicitFormat() function
300 return Variable->getImplicitFormat(); in getImplicitFormat()
339 getImplicitFormat(const SourceMgr &SM) const override;
H A DFileCheck.cpp241 BinaryOperation::getImplicitFormat(const SourceMgr &SM) const { in getImplicitFormat() function in BinaryOperation
242 Expected<ExpressionFormat> LeftFormat = LeftOperand->getImplicitFormat(SM); in getImplicitFormat()
243 Expected<ExpressionFormat> RightFormat = RightOperand->getImplicitFormat(SM); in getImplicitFormat()
404 if (DefinedNumericVariable->getImplicitFormat() != ImplicitFormat) in parseNumericVariableDefinition()
776 ExpressionASTPointer->getImplicitFormat(SM); in parseNumericSubstitutionBlock()
1219 ExpressionFormat Format = DefinedNumericVariable->getImplicitFormat(); in match()