Home
last modified time | relevance | path

Searched defs:IsSubroutine (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h325 bool IsSubroutine() const { return attrs.test(Attr::Subroutine); } in IsSubroutine() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3272 static bool IsSubroutine(const DWARFDIE &die) { in IsSubroutine() function