Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp112 constexpr int directiveNameLength{3}; in EmitPreprocessedSource() local
148 if (inDirective && directive.size() < directiveNameLength && in EmitPreprocessedSource()