Searched refs:isPrototyped (Results 1 – 3 of 3) sorted by relevance
125 bool isPrototyped = true;131 - isPrototyped = false;141 + isPrototyped = false;
1188 bool isPrototyped = true; in constructTypeDIE() local1191 isPrototyped = false; in constructTypeDIE()1198 if (isPrototyped && in constructTypeDIE()1456 if (SP.isPrototyped() && in getOrCreateSubprogramDIE()
469 bool isPrototyped() const { in isPrototyped() function