Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h146 getImplicitFormat(const SourceMgr &SM) const { in getImplicitFormat() function
245 ExpressionFormat getImplicitFormat() const { return ImplicitFormat; } in getImplicitFormat() function
293 getImplicitFormat(const SourceMgr &SM) const override { in getImplicitFormat() function
294 return Variable->getImplicitFormat(); in getImplicitFormat()
333 getImplicitFormat(const SourceMgr &SM) const override;
H A DFileCheck.cpp242 BinaryOperation::getImplicitFormat(const SourceMgr &SM) const { in getImplicitFormat() function in BinaryOperation
243 Expected<ExpressionFormat> LeftFormat = LeftOperand->getImplicitFormat(SM); in getImplicitFormat()
244 Expected<ExpressionFormat> RightFormat = RightOperand->getImplicitFormat(SM); in getImplicitFormat()
364 if (DefinedNumericVariable->getImplicitFormat() != ImplicitFormat) in parseNumericVariableDefinition()
739 ExpressionASTPointer->getImplicitFormat(SM); in parseNumericSubstitutionBlock()
1180 ExpressionFormat Format = DefinedNumericVariable->getImplicitFormat(); in match()