Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dtools.cpp724 return ClassifyProcedure(symbol) == ProcedureDefinitionClass::External; in IsExternal()
728 return ClassifyProcedure(symbol) == ProcedureDefinitionClass::Module; in IsModuleProcedure()
1030 ProcedureDefinitionClass ClassifyProcedure(const Symbol &symbol) { // 15.2.2 in ClassifyProcedure() function
/external/llvm-project/flang/include/flang/Semantics/
Dtools.h305 ProcedureDefinitionClass ClassifyProcedure(const Symbol &);