Searched refs:isPrototyped (Results 1 – 2 of 2) sorted by relevance
810 bool isPrototyped = true; in constructTypeDIE() local812 isPrototyped = false; in constructTypeDIE()819 if (isPrototyped && in constructTypeDIE()1210 if (SP->isPrototyped() && in applySubprogramAttributes()
1964 bool isPrototyped() const { return getFlags() & FlagPrototyped; } in isPrototyped() function