Searched defs:bindName (Results 1 – 6 of 6) sorted by relevance
/llvm-project/flang/include/flang/Semantics/ |
H A D | symbol.h | 112 const std::string *bindName() const { in bindName() function 140 const std::string *bindName() const { in bindName() function
|
/llvm-project/mlir/lib/Dialect/OpenACC/IR/ |
H A D | OpenACC.cpp | 2446 parseBindName(OpAsmParser & parser,mlir::ArrayAttr & bindName,mlir::ArrayAttr & deviceTypes) parseBindName() argument 2473 printBindName(mlir::OpAsmPrinter & p,mlir::Operation * op,std::optional<mlir::ArrayAttr> bindName,std::optional<mlir::ArrayAttr> deviceTypes) printBindName() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-declarations.cpp | 2879 const std::string *bindName{symbol.GetBindName()}; CheckProcedureAssemblyName() local 3232 if (const std::string * bindName{symbol.GetBindName()}; CheckBindC() local [all...] |
H A D | mod-file.cpp | 1079 PutAttrs(llvm::raw_ostream & os,Attrs attrs,const std::string * bindName,bool isExplicitBindName,std::string before,std::string after) const PutAttrs() argument
|
H A D | resolve-directives.cpp | 1026 std::stringstream bindName; AddRoutineInfoToSymbol() local
|
H A D | resolve-names.cpp | 1809 if (const auto *bindName{symbol.GetBindName()}) { SetBindNameOn() local
|