Searched refs:NON_RECURSIVE (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/flang/include/flang/Semantics/ |
D | attr.h | 26 INTENT_OUT, INTRINSIC, MODULE, NON_OVERRIDABLE, NON_RECURSIVE, NOPASS, in ENUM_CLASS() argument
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-declarations.cpp | 1660 bool nonRecursive1{symbol1.attrs().test(Attr::NON_RECURSIVE)}; in Check() 1661 if (nonRecursive1 != symbol2.attrs().test(Attr::NON_RECURSIVE)) { // C1551 in Check()
|
D | mod-file.cpp | 311 Attr::MODULE, Attr::NON_RECURSIVE, Attr::PURE, Attr::RECURSIVE};
|
D | resolve-names.cpp | 253 HANDLE_ATTR_CLASS(PrefixSpec::Non_Recursive, NON_RECURSIVE) 1574 HaveAttrConflict(attrName, Attr::RECURSIVE, Attr::NON_RECURSIVE); in IsConflictingAttr()
|
D | expression.cpp | 2053 if (proc.attrs().test(semantics::Attr::NON_RECURSIVE)) { // 15.6.2.1(3) in CheckForBadRecursion()
|
/external/llvm-project/flang/docs/ |
D | f2018-grammar.md | 770 declaration-type-spec | ELEMENTAL | IMPURE | MODULE | NON_RECURSIVE |
|
/external/llvm-project/llvm/docs/ |
D | SourceLevelDebugging.rst | 1032 …butes for the prefix-specs of ELEMENTAL, PURE, IMPURE, RECURSIVE, and NON_RECURSIVE. This is done…
|