reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/API/SBValue.h
   33   bool IsValid();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
73488     result = (bool)(arg1)->IsValid();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBValue.cpp
  245   LLDB_RECORD_METHOD_NO_ARGS(bool, SBValue, IsValid);
  786   if (IsValid()) {
  798   if (IsValid()) {
  811   if (IsValid()) {
  823   if (!IsValid())
  832   if (IsValid())
  839   if (!IsValid())
  848   if (IsValid())
 1575   LLDB_REGISTER_METHOD(bool, SBValue, IsValid, ());
tools/lldb/source/API/SBValueList.cpp
   50       if (val.IsValid() && val.GetID() == uid)
   59         if (val.IsValid() && val.GetName() && strcmp(name, val.GetName()) == 0)
tools/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
   32   if (!ptr_addr.IsValid()) {
  282   if (!bndcfgu_val.IsValid()) {
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
 2352     if (!variable.IsValid()) {
 2364     if (variable.IsValid()) {
 2372   if (variable.IsValid()) {
 2500       if (!variable.IsValid())
 2510     if (variable.IsValid()) {
 2515         if (!child.IsValid())