Searched refs:IsInStmtFunction (Results 1 – 2 of 2) sorted by relevance
258 bool IsInStmtFunction(const Symbol &symbol) { in IsInStmtFunction() function266 return IsDummy(symbol) && IsInStmtFunction(symbol); in IsStmtFunctionDummy()270 return IsFunctionResult(symbol) && IsInStmtFunction(symbol); in IsStmtFunctionResult()
95 bool IsInStmtFunction(const Symbol &);