Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp2781 if (isStaticallyPresent(value) || isStaticallyPresent(status) || in genGetCommandArgument()
2782 isStaticallyPresent(errmsg)) { in genGetCommandArgument()
2785 isStaticallyPresent(value) in genGetCommandArgument()
2789 isStaticallyPresent(errmsg) in genGetCommandArgument()
2794 if (isStaticallyPresent(status)) { in genGetCommandArgument()
2804 if (isStaticallyPresent(length)) { in genGetCommandArgument()
2852 if (isStaticallyPresent(value) || isStaticallyPresent(status) || in genGetEnvironmentVariable()
2853 isStaticallyPresent(errmsg)) { in genGetEnvironmentVariable()
2856 isStaticallyPresent(value) in genGetEnvironmentVariable()
2860 isStaticallyPresent(errmsg) in genGetEnvironmentVariable()
[all …]