Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dpreprocessor.h90 bool IsIfPredicateTrue(const TokenSequence &expr, std::size_t first,
Dpreprocessor.cpp521 if (IsIfPredicateTrue(dir, j, tokens - j, prescanner)) { in Directive()
685 IsIfPredicateTrue( in SkipDisabledConditionalCode()
1041 bool Preprocessor::IsIfPredicateTrue(const TokenSequence &expr, in IsIfPredicateTrue() function in Fortran::parser::Preprocessor