/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 133 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 D | SBTypeEnumMember.cpp | 46 bool SBTypeEnumMember::IsValid() const { in IsValid() function in SBTypeEnumMember 119 bool SBTypeEnumMemberList::IsValid() { in IsValid() function in SBTypeEnumMemberList
|
H A D | SBType.cpp | 113 bool SBType::IsValid() const { in IsValid() function in SBType 372 bool SBTypeStaticField::IsValid() const { in IsValid() function in SBTypeStaticField 711 bool SBTypeList::IsValid() { in IsValid() function in SBTypeList 779 bool SBTypeMember::IsValid() const { in IsValid() function in SBTypeMember 900 bool SBTypeMemberFunction::IsValid() const { in IsValid() function in SBTypeMemberFunction
|
H A D | SBScriptObject.cpp | 47 bool SBScriptObject::IsValid() const { in IsValid() function in SBScriptObject
|
H A D | SBThreadCollection.cpp | 58 bool SBThreadCollection::IsValid() const { in IsValid() function in SBThreadCollection
|
H A D | SBAddressRange.cpp | 68 bool SBAddressRange::IsValid() const { in IsValid() function in SBAddressRange
|
H A D | SBSymbolContextList.cpp | 81 bool SBSymbolContextList::IsValid() const { in IsValid() function in SBSymbolContextList
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandOptionValidators.cpp | 17 bool PosixPlatformCommandOptionValidator::IsValid( in IsValid() function in PosixPlatformCommandOptionValidator
|
/freebsd/lib/libdevdctl/ |
H A D | guid.h | 109 Guid::IsValid() const in IsValid() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.h | 64 bool IsValid() const { in IsValid() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CoroutineStmtBuilder.h | 28 bool IsValid = true; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandAlias.h | 31 bool IsValid() const { return m_underlying_command_sp && m_option_args_sp; } in IsValid() function
|
H A D | OptionValueRegex.h | 56 bool IsValid() const { return m_regex.IsValid(); } in IsValid() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerDeclContext.h | 55 bool IsValid() const { IsValid() function
|
H A D | CompilerDecl.h | 50 bool IsValid() const { in IsValid() function
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | RegularExpression.cpp | 32 bool RegularExpression::IsValid() const { return m_regex.isValid(); } in IsValid() function in RegularExpression
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | CFBasicHash.cpp | 8 bool CFBasicHash::IsValid() const { in IsValid() function in CFBasicHash
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.h | 148 bool IsValid() const { return Node != nullptr; } in IsValid() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | File.h | 392 bool IsValid() const override; in IsValid() function 455 bool IsValid() const override { IsValid() function
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | OpenCLOptions.cpp | 126 bool IsValid = true; in diagnoseUnsupportedFeatureDependencies() local 143 bool IsValid = true; in diagnoseFeatureExtensionDifferences() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | DataFileCache.h | 139 bool IsValid() const { return m_uuid.has_value(); } in IsValid() function
|
H A D | Declaration.h | 145 bool IsValid() const { in IsValid() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StackID.h | 47 bool IsValid() const { in IsValid() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.h | 39 bool IsValid() { in IsValid() function
|
/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 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
|