Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dpreprocessor.h91 bool IsIfPredicateTrue(const TokenSequence &expr, std::size_t first,
H A Dpreprocessor.cpp523 if (IsIfPredicateTrue(dir, j, tokens - j, prescanner)) { in Directive()
698 IsIfPredicateTrue( in SkipDisabledConditionalCode()
1054 bool Preprocessor::IsIfPredicateTrue(const TokenSequence &expr, in IsIfPredicateTrue() function in Fortran::parser::Preprocessor