Searched refs:HasResult (Results 1 – 7 of 7) sorted by relevance
186 bool HasResult = !!Result; in handleAllResults() local187 if (!HasResult) { in handleAllResults()199 if (HasResult) in handleAllResults()209 if (!HasResult && ErrorMessage == *CanonicalErrorMessage) in handleAllResults()214 if (HasResult && areChangesSame(*Result, *CanonicalResult)) in handleAllResults()226 if (HasResult) in handleAllResults()235 if (HasResult && !CanonicalErrorMessage) { in handleAllResults()
83 HasResult ();
183 bool SBCommandReturnObject::HasResult() { in HasResult() function in SBCommandReturnObject186 return ref().HasResult(); in HasResult()
71 bool HasResult();
144 bool HasResult() const;
135 bool CommandReturnObject::HasResult() const { in HasResult() function in CommandReturnObject
1785 bool HasResult = I->getType() != Type::getVoidTy(Ctx); in expandAtomicOpToLibcall() local1904 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()1925 } else if (HasResult && UseSizedLibcall) in expandAtomicOpToLibcall()1956 } else if (HasResult) { in expandAtomicOpToLibcall()