Searched refs:IsValid (Results 26 - 50 of 457) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContextList.cpp77 if (sc.IsValid() && m_opaque_up.get())
85 if (sc_list.IsValid() && m_opaque_up.get())
89 bool SBSymbolContextList::IsValid() const { function in class:SBSymbolContextList
90 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBSymbolContextList, IsValid);
137 LLDB_REGISTER_METHOD_CONST(bool, SBSymbolContextList, IsValid, ());
H A DSBFile.cpp86 bool SBFile::IsValid() const { function in class:SBFile
87 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFile, IsValid);
88 return m_opaque_sp && m_opaque_sp->IsValid();
103 return IsValid();
108 return !IsValid();
125 LLDB_REGISTER_METHOD_CONST(bool, SBFile, IsValid, ());
H A DSBThreadCollection.cpp63 bool SBThreadCollection::IsValid() const { function in class:SBThreadCollection
64 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBThreadCollection, IsValid);
102 LLDB_REGISTER_METHOD_CONST(bool, SBThreadCollection, IsValid, ());
H A DSBCommandInterpreter.cpp201 bool SBCommandInterpreter::IsValid() const { function in class:SBCommandInterpreter
202 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreter, IsValid);
215 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd)
223 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd)
230 return (IsValid() ? m_opaque_ptr->IsActive() : false);
236 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false);
243 return (IsValid()
279 if (command_line && IsValid()) {
304 if (!IsValid()) {
310 if (!file.IsValid()) {
717 bool SBCommand::IsValid() { function in class:SBCommand
[all...]
H A DSBValueList.cpp50 if (val.IsValid() && val.GetID() == uid)
59 if (val.IsValid() && val.GetName() && strcmp(name, val.GetName()) == 0)
77 if (rhs.IsValid())
88 bool SBValueList::IsValid() const { function in class:SBValueList
89 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBValueList, IsValid);
109 if (rhs.IsValid())
146 if (value_list.IsValid()) {
213 LLDB_REGISTER_METHOD_CONST(bool, SBValueList, IsValid, ());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h92 if (HandleTraits::IsValid(Handle))
103 if (HandleTraits::IsValid(Handle))
111 return HandleTraits::IsValid(Handle) ? true : false;
130 static bool IsValid(handle_type h) { function in struct:llvm::CommonHandleTraits
152 static bool IsValid(handle_type h) { function in struct:llvm::CryptContextTraits
168 static bool IsValid(handle_type h) { function in struct:llvm::RegTraits
/freebsd-11-stable/lib/libdevdctl/
H A Dguid.cc75 if (g.IsValid())
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueueItem.h27 bool IsValid() const;
H A DSBTraceOptions.h49 bool IsValid();
H A DSBTypeEnumMember.h29 bool IsValid() const;
69 bool IsValid();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h37 virtual bool IsValid() const = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeEnumMember.i26 IsValid() const;
89 IsValid();
H A DSBTypeSummary.i20 IsValid ();
60 IsValid() const;
H A DSBBroadcaster.i34 IsValid () const;
H A DSBDeclaration.i25 IsValid () const;
H A DSBEvent.i124 IsValid() const;
H A DSBQueue.i21 IsValid() const;
H A DSBStream.i48 IsValid() const;
H A DSBStringList.i22 IsValid() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp184 if (!IsValid())
191 if (!IsValid())
244 if (!IsValid())
255 if (!IsValid())
289 if (!IsValid())
298 if (!IsValid())
372 if (!IsValid())
395 if (IsValid()) {
537 if (IsValid())
543 if (IsValid())
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h67 bool IsValid() const { function in class:OperatingSystemPython
68 return m_python_object_sp && m_python_object_sp->IsValid();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h47 explicit operator bool() const { return IsValid(); }
55 bool IsValid() const { function in class:lldb_private::CompilerDeclContext
H A DCompilerDecl.h42 explicit operator bool() const { return IsValid(); }
50 bool IsValid() const { function in class:lldb_private::CompilerDecl
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp108 if (IsValid())
114 if (IsValid())
120 if (IsValid())
126 if (IsValid())
132 if (IsValid())
174 if (!IsValid())
235 if (IsValid())
243 if (IsValid())
H A DOptionValueRegex.cpp23 if (m_regex.IsValid()) {
50 if (m_regex.IsValid()) {

Completed in 226 milliseconds

1234567891011>>