Home
last modified time | relevance | path

Searched defs:isTerminal (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/runtime/
H A Dfile.h38 bool isTerminal() const { return isTerminal_; } in isTerminal() function
H A Dunit.h64 RT_API_ATTRS bool isTerminal() const { return true; } in isTerminal() function
/llvm-project/lld/MachO/
H A DExportTrie.cpp244 bool isTerminal = pivot == -1; in sortAndBuild() local