Home
last modified time | relevance | path

Searched defs:IsValid (Results 1 – 25 of 161) sorted by relevance

1234567

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/Windows/
DWindowsSupport.h133 static bool IsValid(handle_type h) { in IsValid() function
155 static bool IsValid(handle_type h) { in IsValid() function
171 static bool IsValid(handle_type h) { in IsValid() function
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTypeEnumMember.cpp46 bool SBTypeEnumMember::IsValid() const { in IsValid() function in SBTypeEnumMember
119 bool SBTypeEnumMemberList::IsValid() { in IsValid() function in SBTypeEnumMemberList
DSBType.cpp107 bool SBType::IsValid() const { in IsValid() function in SBType
602 bool SBTypeList::IsValid() { in IsValid() function in SBTypeList
670 bool SBTypeMember::IsValid() const { in IsValid() function in SBTypeMember
791 bool SBTypeMemberFunction::IsValid() const { in IsValid() function in SBTypeMemberFunction
DSBQueue.cpp46 bool IsValid() { return m_queue_wp.lock() != nullptr; } in IsValid() function in lldb_private::QueueImpl
240 bool SBQueue::IsValid() const { in IsValid() function in SBQueue
DSBTypeSummary.cpp36 bool SBTypeSummaryOptions::IsValid() { in IsValid() function in SBTypeSummaryOptions
170 bool SBTypeSummary::IsValid() const { in IsValid() function in SBTypeSummary
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachTask.mm590 bool MachTask::IsValid() const { return MachTask::IsValid(TaskPort()); } function
597 bool MachTask::IsValid(task_t task) { function
DThreadInfo.h18 bool IsValid() { return enum_value != UINT32_MAX; } in IsValid() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.h187 bool IsValid() { return dqo_version != UINT16_MAX; } in IsValid() function
201 bool IsValid() { return vo_version != UINT16_MAX; } in IsValid() function
212 bool IsValid() { return dti_version != UINT16_MAX; } in IsValid() function
223 bool IsValid() { return plo_version != UINT16_MAX; } in IsValid() function
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandOptionValidators.cpp17 bool PosixPlatformCommandOptionValidator::IsValid( in IsValid() function in PosixPlatformCommandOptionValidator
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DXML.cpp31 bool XMLDocument::IsValid() const { return m_document != nullptr; } in IsValid() function in XMLDocument
341 bool XMLNode::IsValid() const { return m_node != nullptr; } in IsValid() function in XMLNode
400 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; } in IsValid() function in ApplePropertyList
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/windows/
DAutoHandle.h26 bool IsValid() const { return m_handle != m_invalid_value; } in IsValid() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DFile.h392 bool IsValid() const override { in IsValid() function
455 bool IsValid() const override { in IsValid() function
/openbsd/src/gnu/llvm/clang/lib/Basic/
DOpenCLOptions.cpp126 bool IsValid = true; in diagnoseUnsupportedFeatureDependencies() local
143 bool IsValid = true; in diagnoseFeatureExtensionDifferences() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.h64 bool IsValid() const { in IsValid() function
/openbsd/src/gnu/llvm/clang/lib/Sema/
DCoroutineStmtBuilder.h28 bool IsValid = true; variable
/openbsd/src/gnu/llvm/lldb/source/Utility/
DRegularExpression.cpp31 bool RegularExpression::IsValid() const { return m_regex.isValid(); } in IsValid() function in RegularExpression
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DCommandAlias.h31 bool IsValid() const { return m_underlying_command_sp && m_option_args_sp; } in IsValid() function
DOptionValueRegex.h56 bool IsValid() const { return m_regex.IsValid(); } in IsValid() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DCompilerDeclContext.h55 bool IsValid() const { in IsValid() function
DCompilerDecl.h50 bool IsValid() const { in IsValid() function
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DTTYState.h27 bool IsValid() const { in IsValid() function
DJSONGenerator.h64 virtual bool IsValid() const { return true; } in IsValid() function
360 bool IsValid() const override { return false; } in IsValid() function
378 bool IsValid() const override { return m_object != nullptr; } in IsValid() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.cpp69 bool DWARFAbbreviationDeclaration::IsValid() { in IsValid() function in DWARFAbbreviationDeclaration
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DCFBasicHash.cpp8 bool CFBasicHash::IsValid() const { in IsValid() function in CFBasicHash
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h148 bool IsValid() const { return Node != nullptr; } in IsValid() function

1234567