Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandReturnObject.cpp183 bool SBCommandReturnObject::HasResult() { in HasResult() function in SBCommandReturnObject
186 return ref().HasResult(); in HasResult()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandReturnObject.h81 bool HasResult();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandReturnObject.h144 bool HasResult() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandReturnObject.cpp138 bool CommandReturnObject::HasResult() const { in HasResult() function in CommandReturnObject
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.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-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp15431 result = (bool)(arg1)->HasResult(); in _wrap_SBCommandReturnObject_HasResult()