Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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 DSBScriptObject.cpp47 bool SBScriptObject::IsValid() const { in IsValid() function in SBScriptObject
H A DSBThreadCollection.cpp58 bool SBThreadCollection::IsValid() const { in IsValid() function in SBThreadCollection
H A DSBSymbolContextList.cpp81 bool SBSymbolContextList::IsValid() const { in IsValid() function in SBSymbolContextList
H A DSBType.cpp107 bool SBType::IsValid() const { in IsValid() function in SBType
610 bool SBTypeList::IsValid() { in IsValid() function in SBTypeList
678 bool SBTypeMember::IsValid() const { in IsValid() function in SBTypeMember
799 bool SBTypeMemberFunction::IsValid() const { in IsValid() function in SBTypeMemberFunction
H A DSBQueueItem.cpp34 bool SBQueueItem::IsValid() const { in IsValid() function in SBQueueItem
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp17 bool PosixPlatformCommandOptionValidator::IsValid( in IsValid() function in PosixPlatformCommandOptionValidator
/freebsd/lib/libdevdctl/
H A Dguid.h109 Guid::IsValid() const in IsValid() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h28 bool IsValid = true; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h64 bool IsValid() const { in IsValid() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp31 bool RegularExpression::IsValid() const { return m_regex.isValid(); } in IsValid() function in RegularExpression
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h56 bool IsValid() const { return m_regex.IsValid(); } in IsValid() function
H A DCommandAlias.h31 bool IsValid() const { return m_underlying_command_sp && m_option_args_sp; } in IsValid() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h50 bool IsValid() const { in IsValid() function
H A DCompilerDeclContext.h56 bool IsValid() const { in IsValid() function
H A DCompilerType.h119 bool IsValid() const { return (bool)*this; } in IsValid() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp8 bool CFBasicHash::IsValid() const { in IsValid() function in CFBasicHash
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h148 bool IsValid() const { return Node != nullptr; } in IsValid() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp126 bool IsValid = true; in diagnoseUnsupportedFeatureDependencies() local
143 bool IsValid = true; in diagnoseFeatureExtensionDifferences() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h145 bool IsValid() const { in IsValid() function
H A DDataFileCache.h139 bool IsValid() const { return m_uuid.has_value(); } in IsValid() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackID.h47 bool IsValid() const { in IsValid() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h39 bool IsValid() { in IsValid() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp33 bool XMLDocument::IsValid() const { return m_document != nullptr; } in IsValid() function in XMLDocument
343 bool XMLNode::IsValid() const { return m_node != nullptr; } in IsValid() function in XMLNode
402 bool ApplePropertyList::IsValid() const { return (bool)m_dict_node; } in IsValid() function in ApplePropertyList

123456