Lines Matching refs:isStaticallyPresent
126 static bool isStaticallyPresent(const fir::ExtendedValue &exv) { in isStaticallyPresent() function
2781 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()
2865 if (isStaticallyPresent(status)) { in genGetEnvironmentVariable()
2876 if (isStaticallyPresent(length)) { in genGetEnvironmentVariable()
3499 assert(args.size() == 1 && isStaticallyPresent(args[0]) && in genNull()
3600 if (isStaticallyPresent(args[i])) { in genRandomSeed()