Searched refs:BindC (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | characteristics.h | 302 Attr, Pure, Elemental, BindC, ImplicitInterface, NullPointer, Subroutine) 329 bool IsBindC() const { return attrs.test(Attr::BindC); } in IsBindC()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | characteristics.cpp | 449 {semantics::Attr::BIND_C, Procedure::Attr::BindC}, in CharacterizeProcedure() 1066 if (attrs.test(Attr::Elemental) || attrs.test(Attr::BindC)) { in CanBeCalledViaImplicitInterface()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | Fortran-parsers.cpp | 376 construct<TypeAttrSpec>(construct<TypeAttrSpec::BindC>("BIND ( C )"_tok)) ||
|
| H A D | unparse.cpp | 246 void Post(const TypeAttrSpec::BindC &) { Word("BIND(C)"); } in Post() argument
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-declarations.cpp | 2256 if (proc1->attrs.test(Procedure::Attr::BindC) != in Check() 2257 proc2->attrs.test(Procedure::Attr::BindC)) { in Check()
|
| H A D | resolve-names.cpp | 259 HANDLE_ATTR_CLASS(TypeAttrSpec::BindC, BIND_C)
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | dump-parse-tree.h | 678 NODE(TypeAttrSpec, BindC) in NODE()
|
| H A D | parse-tree.h | 877 EMPTY_CLASS(BindC); 879 std::variant<Abstract, AccessSpec, BindC, Extends> u;
|