Home
last modified time | relevance | path

Searched refs:NON_RECURSIVE (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/include/flang/Semantics/
Dattr.h26 INTENT_OUT, INTRINSIC, MODULE, NON_OVERRIDABLE, NON_RECURSIVE, NOPASS, in ENUM_CLASS() argument
/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp1660 bool nonRecursive1{symbol1.attrs().test(Attr::NON_RECURSIVE)}; in Check()
1661 if (nonRecursive1 != symbol2.attrs().test(Attr::NON_RECURSIVE)) { // C1551 in Check()
Dmod-file.cpp311 Attr::MODULE, Attr::NON_RECURSIVE, Attr::PURE, Attr::RECURSIVE};
Dresolve-names.cpp253 HANDLE_ATTR_CLASS(PrefixSpec::Non_Recursive, NON_RECURSIVE)
1574 HaveAttrConflict(attrName, Attr::RECURSIVE, Attr::NON_RECURSIVE); in IsConflictingAttr()
Dexpression.cpp2053 if (proc.attrs().test(semantics::Attr::NON_RECURSIVE)) { // 15.6.2.1(3) in CheckForBadRecursion()
/external/llvm-project/flang/docs/
Df2018-grammar.md770 declaration-type-spec | ELEMENTAL | IMPURE | MODULE | NON_RECURSIVE |
/external/llvm-project/llvm/docs/
DSourceLevelDebugging.rst1032 …butes for the prefix-specs of ELEMENTAL, PURE, IMPURE, RECURSIVE, and NON_RECURSIVE. This is done…