Searched refs:isPrototyped (Results 1 – 2 of 2) sorted by relevance
827 bool isPrototyped = true; in constructTypeDIE() local829 isPrototyped = false; in constructTypeDIE()836 if (isPrototyped && in constructTypeDIE()1263 if (SP->isPrototyped() && in applySubprogramAttributes()
1955 bool isPrototyped() const { return getFlags() & FlagPrototyped; } in isPrototyped() function