Home
last modified time | relevance | path

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

1234567

/openbsd/gnu/llvm/llvm/include/llvm/Support/Windows/
H A 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/gnu/llvm/lldb/source/API/
H A DSBTypeEnumMember.cpp46 bool SBTypeEnumMember::IsValid() const { in IsValid() function in SBTypeEnumMember
119 bool SBTypeEnumMemberList::IsValid() { in IsValid() function in SBTypeEnumMemberList
H A 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
H A 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
H A DSBThreadCollection.cpp58 bool SBThreadCollection::IsValid() const { in IsValid() function in SBThreadCollection
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.mm590 bool MachTask::IsValid() const { return MachTask::IsValid(TaskPort()); } function
597 bool MachTask::IsValid(task_t task) { function
H A DThreadInfo.h18 bool IsValid() { return enum_value != UINT32_MAX; } in IsValid() function
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A 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/gnu/llvm/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp17 bool PosixPlatformCommandOptionValidator::IsValid( in IsValid() function in PosixPlatformCommandOptionValidator
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DAutoHandle.h26 bool IsValid() const { return m_handle != m_invalid_value; } in IsValid() function
/openbsd/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h64 bool IsValid() const { in IsValid() function
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h392 bool IsValid() const override { in IsValid() function
455 bool IsValid() const override { in IsValid() function
/openbsd/gnu/llvm/clang/lib/Basic/
H A DOpenCLOptions.cpp126 bool IsValid = true; in diagnoseUnsupportedFeatureDependencies() local
143 bool IsValid = true; in diagnoseFeatureExtensionDifferences() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DCoroutineStmtBuilder.h28 bool IsValid = true; variable
/openbsd/gnu/llvm/lldb/source/Host/common/
H A 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/gnu/llvm/lldb/source/Utility/
H A DRegularExpression.cpp31 bool RegularExpression::IsValid() const { return m_regex.isValid(); } in IsValid() function in RegularExpression
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandAlias.h31 bool IsValid() const { return m_underlying_command_sp && m_option_args_sp; } in IsValid() function
H A DOptionValueRegex.h56 bool IsValid() const { return m_regex.IsValid(); } in IsValid() function
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerDecl.h50 bool IsValid() const { in IsValid() function
H A DCompilerDeclContext.h55 bool IsValid() const { in IsValid() function
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DTTYState.h27 bool IsValid() const { in IsValid() function
H A 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/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp69 bool DWARFAbbreviationDeclaration::IsValid() { in IsValid() function in DWARFAbbreviationDeclaration
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp8 bool CFBasicHash::IsValid() const { in IsValid() function in CFBasicHash
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h148 bool IsValid() const { return Node != nullptr; } in IsValid() function

1234567