| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeCategory.cpp | 42 bool SBTypeCategory::IsValid() const { in IsValid() function in SBTypeCategory 55 if (!IsValid()) in GetEnabled() 63 if (!IsValid()) in SetEnabled() 74 if (!IsValid()) in GetName() 82 if (IsValid()) in GetLanguageAtIndex() 90 if (IsValid()) in GetNumLanguages() 98 if (IsValid()) in AddLanguage() 105 if (!IsValid()) in GetNumFormats() 114 if (!IsValid()) in GetNumSummaries() 122 if (!IsValid()) in GetNumFilters() [all …]
|
| H A D | SBType.cpp | 61 if (!IsValid()) in operator ==() 62 return !rhs.IsValid(); in operator ==() 64 if (!rhs.IsValid()) in operator ==() 73 if (!IsValid()) in operator !=() 74 return rhs.IsValid(); in operator !=() 76 if (!rhs.IsValid()) in operator !=() 113 bool SBType::IsValid() const { in IsValid() function in SBType 123 return m_opaque_sp->IsValid(); in operator bool() 129 if (IsValid()) in GetByteSize() 139 if (!IsValid()) in GetByteAlign() [all …]
|
| H A D | SBTypeNameSpecifier.cpp | 40 if (type.IsValid()) in SBTypeNameSpecifier() 52 bool SBTypeNameSpecifier::IsValid() const { in IsValid() function in SBTypeNameSpecifier 65 if (!IsValid()) in GetName() 74 if (!IsValid()) in GetType() 77 if (c_type.IsValid()) in GetType() 84 if (!IsValid()) in GetMatchType() 92 if (!IsValid()) in IsRegex() 107 if (!IsValid()) in GetDescription() 126 if (!IsValid()) in operator ==() 127 return !rhs.IsValid(); in operator ==() [all …]
|
| H A D | SBTypeSummary.cpp | 36 bool SBTypeSummaryOptions::IsValid() { in IsValid() function in SBTypeSummaryOptions 49 if (IsValid()) in GetLanguage() 57 if (IsValid()) in GetCapping() 65 if (IsValid()) in SetLanguage() 72 if (IsValid()) in SetCapping() 170 bool SBTypeSummary::IsValid() const { in IsValid() function in SBTypeSummary 183 if (!IsValid()) in IsFunctionCode() 196 if (!IsValid()) in IsFunctionName() 209 if (!IsValid()) in IsSummaryString() 218 if (!IsValid()) in GetData() [all …]
|
| H A D | SBAddress.cpp | 61 if (lhs.IsValid() && rhs.IsValid()) in operator ==() 72 bool SBAddress::IsValid() const { in IsValid() function in SBAddress 79 return m_opaque_up != nullptr && m_opaque_up->IsValid(); in operator bool() 101 if (m_opaque_up->IsValid()) in GetFileAddress() 113 if (m_opaque_up->IsValid()) { in GetLoadAddress() 127 if (target.IsValid()) in SetLoadAddress() 135 if (!m_opaque_up->IsValid()) in SetLoadAddress() 142 if (m_opaque_up->IsValid()) { in OffsetAddress() 156 if (m_opaque_up->IsValid()) in GetSection() 164 if (m_opaque_up->IsValid()) in GetOffset() [all …]
|
| H A D | SBTypeSynthetic.cpp | 48 bool SBTypeSynthetic::IsValid() const { in IsValid() function in SBTypeSynthetic 61 if (!IsValid()) in IsClassCode() 70 if (!IsValid()) in IsClassName() 78 if (!IsValid()) in GetData() 89 if (IsValid() && data && *data) in SetClassName() 96 if (IsValid() && data && *data) in SetClassCode() 103 if (!IsValid()) in GetOptions() 140 if (!IsValid()) in operator ==() 141 return !rhs.IsValid(); in operator ==() 148 if (!IsValid()) in IsEqualTo() [all...] |
| H A D | SBStringList.cpp | 41 if (!IsValid()) in operator ->() 55 bool SBStringList::IsValid() const { in IsValid() function in SBStringList 69 if (IsValid()) in AppendString() 80 if (IsValid()) in AppendList() 90 if (strings.IsValid()) { in AppendList() 91 if (!IsValid()) in AppendList() 98 if (!IsValid()) in AppendList() 106 if (IsValid()) { in GetSize() 115 if (IsValid()) { in GetStringAtIndex() 124 if (IsValid()) { in GetStringAtIndex() [all …]
|
| H A D | SBCommandInterpreter.cpp | 109 bool SBCommandInterpreter::IsValid() const { in IsValid() function in SBCommandInterpreter 122 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists() 129 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->UserCommandExists(cmd) in UserCommandExists() 136 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists() 143 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive() 149 return (IsValid() ? m_opaque_ptr->GetDebugger().InterruptRequested() : false); in WasInterrupted() 155 return (IsValid() ? m_opaque_ptr->InterruptCommand() : false); in InterruptCommand() 161 if (!IsValid()) in GetIOHandlerControlSequence() 186 if (command_line && IsValid()) { in HandleCommand() 210 if (!IsValid()) { in HandleCommandsFromFile() [all …]
|
| H A D | SBTypeFilter.cpp | 33 bool SBTypeFilter::IsValid() const { in IsValid() function in SBTypeFilter 46 if (IsValid()) in GetOptions() 62 if (!IsValid()) in GetDescription() 80 if (IsValid()) in GetNumberOfExpressionPaths() 88 if (!IsValid()) in GetExpressionPathAtIndex() 125 if (!IsValid()) in operator ==() 126 return !rhs.IsValid(); in operator ==() 134 if (!IsValid()) in IsEqualTo() 135 return !rhs.IsValid(); in IsEqualTo() 151 if (!IsValid()) in operator !=() [all...] |
| H A D | SBTypeFormat.cpp | 40 bool SBTypeFormat::IsValid() const { in IsValid() function in SBTypeFormat 53 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in GetFormat() 61 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum) in GetTypeName() 71 if (IsValid()) in GetOptions() 102 if (!IsValid()) in GetDescription() 122 if (!IsValid()) in operator ==() 123 return !rhs.IsValid(); in operator ==() 130 if (!IsValid()) in IsEqualTo() 131 return !rhs.IsValid(); in IsEqualTo() 142 if (!IsValid()) in operator !=() [all...] |
| H A D | SBListener.cpp | 49 bool SBListener::IsValid() const { in IsValid() function in SBListener 111 if (m_opaque_sp && broadcaster.IsValid()) { in StartListeningForEvents() 123 if (m_opaque_sp && broadcaster.IsValid()) { in StopListeningForEvents() 158 if (m_opaque_sp && broadcaster.IsValid()) { in WaitForEventForBroadcaster() 178 if (m_opaque_sp && broadcaster.IsValid()) { in WaitForEventForBroadcasterWithType() 198 return event.IsValid(); in PeekAtNextEvent() 208 if (m_opaque_sp && broadcaster.IsValid()) { in PeekAtNextEventForBroadcaster() 210 return event.IsValid(); in PeekAtNextEventForBroadcaster() 221 if (m_opaque_sp && broadcaster.IsValid()) { in PeekAtNextEventForBroadcasterWithType() 224 return event.IsValid(); in PeekAtNextEventForBroadcasterWithType() [all …]
|
| H A D | SBValueList.cpp | 53 if (val.IsValid() && val.GetID() == uid) in FindValueByUID() 62 if (val.IsValid() && val.GetName() && strcmp(name, val.GetName()) == 0) in GetFirstValueByName() 83 if (rhs.IsValid()) in SBValueList() 94 bool SBValueList::IsValid() const { in IsValid() function in SBValueList 114 if (rhs.IsValid()) in operator =() 149 if (value_list.IsValid()) { in Append()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 34 if (IsValid()) in IsAggregateType() 41 if (IsValid()) in IsAnonymousType() 48 if (IsValid()) in IsScopedEnumerationType() 56 if (IsValid()) in IsArrayType() 72 if (IsValid()) in IsVectorType() 79 if (IsValid()) in IsRuntimeGeneratedType() 86 if (IsValid()) in IsCharType() 93 if (IsValid()) in IsCompleteType() 100 if (IsValid()) in IsForcefullyCompleted() 107 if (IsValid()) in IsConst() [all …]
|
| H A D | CompilerDeclContext.cpp | 19 if (IsValid()) in FindDeclByName() 26 if (IsValid()) in GetName() 32 if (IsValid()) in GetScopeQualifiedName() 38 if (IsValid()) in IsClassMethod() 44 if (IsValid()) in GetLanguage() 50 if (!IsValid()) in IsContainedInLookup() 64 if (IsValid()) in operator ==()
|
| H A D | Type.cpp | 326 if (m_compiler_type.IsValid()) { in GetDescription() 391 if (m_compiler_type.IsValid()) { in Dump() 588 if (!m_compiler_type.IsValid()) { in ResolveCompilerType() 595 if (encoding_compiler_type.IsValid()) { in ResolveCompilerType() 718 if (m_compiler_type.IsValid()) in ResolveCompilerType() 726 if (m_compiler_type.IsValid() && in ResolveCompilerType() 760 return m_compiler_type.IsValid(); in ResolveCompilerType() 937 return m_compiler_type.IsValid(); in HasCompilerType() 1036 bool TypeImpl::IsValid() const { in IsValid() function in TypeImpl 1040 return m_static_type.IsValid() || m_dynamic_type.IsValid(); in IsValid() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | XML.cpp | 33 bool XMLDocument::IsValid() const { return m_document != nullptr; } in IsValid() function in XMLDocument 51 return IsValid(); in ParseFile() 62 return IsValid(); in ParseMemory() 67 if (IsValid()) { in GetRootElement() 103 if (IsValid()) in GetParent() 114 if (IsValid()) in GetSibling() 126 if (IsValid()) in GetChild() 139 if (IsValid()) { in GetAttributeValue() 164 if (IsValid()) in ForEachChildNode() 189 if (IsValid()) { in ForEachAttribute() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFBaseDIE.cpp | 24 if (!IsValid()) in GetDIERef() 40 if (IsValid()) in GetAttributeValueAsString() 48 if (IsValid()) in GetAttributeValueAsUnsigned() 56 if (IsValid()) in GetAttributeValueAsOptionalUnsigned() 63 if (IsValid()) in GetAttributeValueAsAddress() 78 if (IsValid()) in GetName() 93 if (IsValid()) in GetOffset() 111 if (IsValid()) in GetAttributes() 130 assert(IsValid()); in GetData()
|
| H A D | DWARFDIE.cpp | 95 if (IsValid()) in GetParent() 103 if (IsValid()) in GetFirstChild() 111 if (IsValid()) in GetSibling() 119 if (IsValid()) in GetReferencedDIE() 127 if (IsValid()) in GetDIE() 135 if (IsValid()) { in GetAttributeValueAsReferenceDIE() 148 if (!IsValid()) in LookupDeepestBlock() 213 if (IsValid()) in GetMangledName() 220 if (IsValid()) in GetPubname() 232 if (!IsValid()) in GetName() [all …]
|
| H A D | DWARFDIE.h | 158 if (!m_die.IsValid() && !it.m_die.IsValid()) 163 assert(m_die.IsValid() && "Derefencing invalid iterator?"); 167 assert(m_die.IsValid() && "Derefencing invalid iterator?"); 171 assert(m_die.IsValid() && "Incrementing invalid iterator?");
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 245 if (!IsValid()) in HasAttribute() 252 if (!IsValid()) in GetAttributeValue() 313 if (!IsValid()) in GetBytes() 324 if (!IsValid()) in GetSize() 358 if (!IsValid()) in GetBytes() 367 if (!IsValid()) in GetSize() 411 if (!IsValid()) in AsUTF8() 426 if (IsValid()) { in GetSize() 541 if (IsValid()) in GetSize() 547 if (IsValid()) in GetItemAtIndex() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | XML.h | 54 explicit operator bool() const { return IsValid(); } 58 bool IsValid() const; 119 explicit operator bool() const { return IsValid(); } 121 bool IsValid() const; 157 explicit operator bool() const { return IsValid(); } 159 bool IsValid() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | CFBasicHash.cpp | 8 bool CFBasicHash::IsValid() const { in IsValid() function in CFBasicHash 76 if (!IsValid()) in GetCount() 88 if (!IsValid()) in GetPointerCount() 97 if (!IsValid()) in GetKeyPointer() 107 if (!IsValid()) in GetValuePointer()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 108 if (IsValid()) in WantsRawCommandString() 114 if (IsValid()) in WantsCompletion() 120 if (IsValid()) in HandleCompletion() 126 if (IsValid()) in HandleArgumentCompletion() 132 if (IsValid()) in GetOptions() 175 if (!IsValid()) in IsDashDashCommand() 238 if (IsValid()) in GetHelp() 246 if (IsValid()) in GetHelpLong()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/ |
| H A D | WindowsSupport.h | 93 if (HandleTraits::IsValid(Handle)) in ~ScopedHandle() 104 if (HandleTraits::IsValid(Handle)) 112 return HandleTraits::IsValid(Handle) ? true : false; 131 static bool IsValid(handle_type h) { in IsValid() function 153 static bool IsValid(handle_type h) { in IsValid() function 169 static bool IsValid(handle_type h) { in IsValid() function
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OpenCLOptions.cpp | 126 bool IsValid = true; in diagnoseUnsupportedFeatureDependencies() local 132 IsValid = false; in diagnoseUnsupportedFeatureDependencies() 136 return IsValid; in diagnoseUnsupportedFeatureDependencies() 143 bool IsValid = true; in diagnoseFeatureExtensionDifferences() local 147 IsValid = false; in diagnoseFeatureExtensionDifferences() 151 return IsValid; in diagnoseFeatureExtensionDifferences()
|