Lines Matching defs:isVoid
186 bool isValue() const { return !isVoid() && !isPointer(); }
202 bool isVoid() const { return Kind == Void; }
213 assert(!isVoid() && "not a potentially signed type");
217 assert(!isVoid() && "not a potentially signed type");
222 assert(!isVoid() && "converting void to int probably not useful");
612 if (isVoid())
645 if (isVoid())
1240 if (!RetVar.getType().isVoid()) {
1249 if (!getReturnType().isVector() || getReturnType().isVoid() ||
1304 if (!getReturnType().isVoid() && !SRet)
1361 if (!SRet && !RetVar.getType().isVoid())
1388 if (!RetVar.getType().isVoid())
1398 if (RetVar.getType().isVoid())
1540 assert_with_loc(!castToType.isVoid(), "Unknown typedef");
1707 assert_with_loc(!T.isVoid(), "Unknown typedef");
1747 assert_with_loc(!A.first.isVoid(),