Lines Matching defs:isVoid
183 bool isValue() const { return !isVoid() && !isPointer(); }
199 bool isVoid() const { return Kind == Void; }
212 assert(!isVoid() && "not a potentially signed type");
216 assert(!isVoid() && "not a potentially signed type");
221 assert(!isVoid() && "converting void to int probably not useful");
646 if (isVoid())
684 if (isVoid())
1307 if (!RetVar.getType().isVoid()) {
1316 if (!getReturnType().isVector() || getReturnType().isVoid() ||
1371 if (!getReturnType().isVoid() && !SRet)
1428 if (!SRet && !RetVar.getType().isVoid())
1455 if (!RetVar.getType().isVoid())
1465 if (RetVar.getType().isVoid())
1608 assert_with_loc(!castToType.isVoid(), "Unknown typedef");
1765 assert_with_loc(!T.isVoid(), "Unknown typedef");
1807 assert_with_loc(!A.first.isVoid(),