Home
last modified time | relevance | path

Searched defs:HasResult (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp138 bool CommandReturnObject::HasResult() const { in HasResult() function in CommandReturnObject
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp183 bool SBCommandReturnObject::HasResult() { in HasResult() function in SBCommandReturnObject
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1860 bool HasResult = I->getType() != Type::getVoidTy(Ctx); in expandAtomicOpToLibcall() local