Home
last modified time | relevance | path

Searched refs:HasResult (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp186 bool HasResult = !!Result; in handleAllResults() local
187 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()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBCommandReturnObject.i83 HasResult ();
/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandReturnObject.cpp183 bool SBCommandReturnObject::HasResult() { in HasResult() function in SBCommandReturnObject
186 return ref().HasResult(); in HasResult()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandReturnObject.h71 bool HasResult();
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h144 bool HasResult() const;
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandReturnObject.cpp135 bool CommandReturnObject::HasResult() const { in HasResult() function in CommandReturnObject
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1785 bool HasResult = I->getType() != Type::getVoidTy(Ctx); in expandAtomicOpToLibcall() local
1904 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()
1925 } else if (HasResult && UseSizedLibcall) in expandAtomicOpToLibcall()
1956 } else if (HasResult) { in expandAtomicOpToLibcall()