Home
last modified time | relevance | path

Searched refs:HasExplicitInterface (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dsymbol.h205 inline bool HasExplicitInterface() const;
554 bool HasExplicitInterface() const { in HasExplicitInterface() function
560 return attrs_.test(Attr::INTRINSIC) || x.HasExplicitInterface(); in HasExplicitInterface()
563 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
566 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
569 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
687 inline bool ProcEntityDetails::HasExplicitInterface() const { in HasExplicitInterface() function
689 return symbol->HasExplicitInterface(); in HasExplicitInterface()
/dports/devel/f18/f18-1688bef/lib/evaluate/
H A Dcheck-call.cc103 CHECK(proc.HasExplicitInterface()); in RearrangeArguments()
194 if (proc.HasExplicitInterface()) { in CheckArguments()
198 if (!proc.HasExplicitInterface() || treatingExternalAsImplicit) { in CheckArguments()
H A Dcharacteristics.h251 bool HasExplicitInterface() const { in HasExplicitInterface() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Semantics/
H A Dsymbol.h229 inline bool HasExplicitInterface() const;
565 bool HasExplicitInterface() const { in HasExplicitInterface() function
571 x.HasExplicitInterface(); in HasExplicitInterface()
574 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
577 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
580 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
710 inline bool ProcEntityDetails::HasExplicitInterface() const { in HasExplicitInterface() function
712 return symbol->HasExplicitInterface(); in HasExplicitInterface()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dsymbol.h230 inline bool HasExplicitInterface() const;
579 bool HasExplicitInterface() const { in HasExplicitInterface() function
585 x.HasExplicitInterface(); in HasExplicitInterface()
588 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
591 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
594 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
722 inline bool ProcEntityDetails::HasExplicitInterface() const { in HasExplicitInterface() function
724 return symbol->HasExplicitInterface(); in HasExplicitInterface()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dsymbol.h224 inline bool HasExplicitInterface() const;
573 bool HasExplicitInterface() const { in HasExplicitInterface() function
579 x.HasExplicitInterface(); in HasExplicitInterface()
582 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
585 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
588 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
718 inline bool ProcEntityDetails::HasExplicitInterface() const { in HasExplicitInterface() function
720 return symbol->HasExplicitInterface(); in HasExplicitInterface()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Semantics/
H A Dsymbol.h233 inline bool HasExplicitInterface() const;
583 bool HasExplicitInterface() const { in HasExplicitInterface() function
589 x.HasExplicitInterface(); in HasExplicitInterface()
592 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
595 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
598 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
729 inline bool ProcEntityDetails::HasExplicitInterface() const { in HasExplicitInterface() function
731 return symbol->HasExplicitInterface(); in HasExplicitInterface()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dsymbol.h230 inline bool HasExplicitInterface() const;
579 bool HasExplicitInterface() const { in HasExplicitInterface() function
585 x.HasExplicitInterface(); in HasExplicitInterface()
588 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
591 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
594 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
722 inline bool ProcEntityDetails::HasExplicitInterface() const { in HasExplicitInterface() function
724 return symbol->HasExplicitInterface(); in HasExplicitInterface()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dsymbol.h224 inline bool HasExplicitInterface() const;
573 bool HasExplicitInterface() const { in HasExplicitInterface() function
579 x.HasExplicitInterface(); in HasExplicitInterface()
582 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
585 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
588 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
718 inline bool ProcEntityDetails::HasExplicitInterface() const { in HasExplicitInterface() function
720 return symbol->HasExplicitInterface(); in HasExplicitInterface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Semantics/
H A Dsymbol.h226 inline bool HasExplicitInterface() const;
575 bool HasExplicitInterface() const { in HasExplicitInterface() function
581 x.HasExplicitInterface(); in HasExplicitInterface()
584 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
587 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
590 return x.symbol().HasExplicitInterface(); in HasExplicitInterface()
720 inline bool ProcEntityDetails::HasExplicitInterface() const { in HasExplicitInterface() function
722 return symbol->HasExplicitInterface(); in HasExplicitInterface()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dsymbol.h230 inline bool HasExplicitInterface() const;
579 bool HasExplicitInterface() const {
585 x.HasExplicitInterface();
588 return x.symbol().HasExplicitInterface();
591 return x.symbol().HasExplicitInterface();
594 return x.symbol().HasExplicitInterface();
722 inline bool ProcEntityDetails::HasExplicitInterface() const {
724 return symbol->HasExplicitInterface();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dpointer-assignment.cpp293 } else if (procedure_->HasExplicitInterface() && in Check()
294 !rhsProcedure->HasExplicitInterface()) { in Check()
297 } else if (!procedure_->HasExplicitInterface() && in Check()
298 rhsProcedure->HasExplicitInterface()) { in Check()
H A Dcheck-call.cpp526 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
561 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
641 CHECK(proc.HasExplicitInterface()); in RearrangeArguments()
736 bool explicitInterface{proc.HasExplicitInterface()}; in CheckArguments()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-call.cpp544 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
547 if (argInterface.HasExplicitInterface()) { in CheckProcedureArg()
597 if (interface.HasExplicitInterface() && dummyIsPointer && in CheckProcedureArg()
677 CHECK(proc.HasExplicitInterface()); in RearrangeArguments()
776 bool explicitInterface{proc.HasExplicitInterface()}; in CheckArguments()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dcheck-call.cpp539 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
542 if (argInterface.HasExplicitInterface()) { in CheckProcedureArg()
586 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
673 CHECK(proc.HasExplicitInterface()); in RearrangeArguments()
772 bool explicitInterface{proc.HasExplicitInterface()}; in CheckArguments()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-call.cpp544 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
547 if (argInterface.HasExplicitInterface()) { in CheckProcedureArg()
597 if (interface.HasExplicitInterface() && dummyIsPointer && in CheckProcedureArg()
677 CHECK(proc.HasExplicitInterface()); in RearrangeArguments()
776 bool explicitInterface{proc.HasExplicitInterface()}; in CheckArguments()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dcheck-call.cpp539 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
542 if (argInterface.HasExplicitInterface()) { in CheckProcedureArg()
586 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
673 CHECK(proc.HasExplicitInterface()); in RearrangeArguments()
772 bool explicitInterface{proc.HasExplicitInterface()}; in CheckArguments()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-call.cpp544 if (interface.HasExplicitInterface()) { in CredUICmdLinePromptForCredentialsA()
547 if (argInterface.HasExplicitInterface()) { in CredUICmdLinePromptForCredentialsA()
597 if (interface.HasExplicitInterface() && dummyIsPointer && in CredUICmdLinePromptForCredentialsA()
677 CHECK(proc.HasExplicitInterface());
776 bool explicitInterface{proc.HasExplicitInterface()};
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dcheck-call.cpp557 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
560 if (argInterface.HasExplicitInterface()) { in CheckProcedureArg()
613 if (interface.HasExplicitInterface() && dummyIsPointer && in CheckProcedureArg()
695 CHECK(proc.HasExplicitInterface()); in RearrangeArguments()
832 bool explicitInterface{proc.HasExplicitInterface()}; in CheckArguments()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dcheck-call.cpp536 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
572 if (interface.HasExplicitInterface()) { in CheckProcedureArg()
656 CHECK(proc.HasExplicitInterface()); in RearrangeArguments()
755 bool explicitInterface{proc.HasExplicitInterface()}; in CheckArguments()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dtools.cpp918 } else if (lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
919 !rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
922 } else if (!lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
923 rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dtools.cpp918 } else if (lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
919 !rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
922 } else if (!lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
923 rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Evaluate/
H A Dtools.cpp914 } else if (lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
915 !rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
918 } else if (!lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
919 rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dtools.cpp924 } else if (lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
925 !rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
928 } else if (!lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
929 rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Evaluate/
H A Dtools.cpp951 } else if (lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
952 !rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()
955 } else if (!lhsProcedure->HasExplicitInterface() && in CheckProcCompatibility()
956 rhsProcedure->HasExplicitInterface()) { in CheckProcCompatibility()

123