Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h70 const std::string *bindName() const { in bindName() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp32 const std::string *bindName = symbol.GetBindName(); in getMangledName() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp775 const std::string *bindName, std::string before, std::string after) { in PutAttrs()