Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h193 getImplicitFormat(const SourceMgr &SM) const { in getImplicitFormat() function
293 ExpressionFormat getImplicitFormat() const { return ImplicitFormat; } in getImplicitFormat() function
341 getImplicitFormat(const SourceMgr &SM) const override { in getImplicitFormat() function
342 return Variable->getImplicitFormat(); in getImplicitFormat()
382 getImplicitFormat(const SourceMgr &SM) const override;
H A DFileCheck.cpp392 BinaryOperation::getImplicitFormat(const SourceMgr &SM) const { in getImplicitFormat() function in BinaryOperation
393 Expected<ExpressionFormat> LeftFormat = LeftOperand->getImplicitFormat(SM); in getImplicitFormat()
394 Expected<ExpressionFormat> RightFormat = RightOperand->getImplicitFormat(SM); in getImplicitFormat()
510 if (DefinedNumericVariable->getImplicitFormat() != ImplicitFormat) in parseNumericVariableDefinition()
891 ExpressionASTPointer->getImplicitFormat(SM); in parseNumericSubstitutionBlock()
1325 ExpressionFormat Format = DefinedNumericVariable->getImplicitFormat(); in match()