Home
last modified time | relevance | path

Searched defs:ProcBindingDetails (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h293 explicit ProcBindingDetails(const Symbol &symbol) : symbol_{symbol} {} in ProcBindingDetails() function
/external/llvm-project/flang/lib/Semantics/
Dsymbol.cpp229 [](const ProcBindingDetails &) { return "ProcBinding"; }, in DetailsToString()
Druntime-type-info.cpp458 [&](const ProcBindingDetails &) { // handled in a later pass in DescribeType()
/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp1001 [](const ProcBindingDetails &) { return true; }, in IsProcedure()