Home
last modified time | relevance | path

Searched refs:UnaryNegate (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DScalar.h140 bool UnaryNegate(); // Returns true on success
/external/llvm-project/lldb/source/Utility/
DScalar.cpp489 bool Scalar::UnaryNegate() { in UnaryNegate() function in Scalar
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp1532 if (!stack.back().ResolveValue(exe_ctx).UnaryNegate()) { in Evaluate()