Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp183 bool SBCommandReturnObject::HasResult() { in HasResult() function in SBCommandReturnObject
186 return ref().HasResult(); in HasResult()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h81 bool HasResult();
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h144 bool HasResult() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp138 bool CommandReturnObject::HasResult() const { in HasResult() function in CommandReturnObject
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1860 bool HasResult = I->getType() != Type::getVoidTy(Ctx); in expandAtomicOpToLibcall() local
1968 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()
1986 } else if (HasResult && UseSizedLibcall) in expandAtomicOpToLibcall()
2017 } else if (HasResult) { in expandAtomicOpToLibcall()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15431 result = (bool)(arg1)->HasResult(); in _wrap_SBCommandReturnObject_HasResult()