Searched refs:initType (Results 1 – 2 of 2) sorted by relevance
1470 void initType(const TSourceLoc& l) in initType() function1494 initType(l);
8178 TBasicType initType = initList->getSequence()[i]->getAsTyped()->getBasicType(); in convertInitializerList() local8179 if (destType != initType && !intermediate.canImplicitlyPromote(initType, destType)) { in convertInitializerList()