Home
last modified time | relevance | path

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

1234567

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DSelectionDAGAddressAnalysisTest.cpp117 bool IsValid = BaseIndexOffset::computeAliasing( in TEST_F() local
143 bool IsValid = BaseIndexOffset::computeAliasing( in TEST_F() local
174 bool IsValid = BaseIndexOffset::computeAliasing( in TEST_F() local
204 bool IsValid = BaseIndexOffset::computeAliasing( in TEST_F() local
235 bool IsValid = BaseIndexOffset::computeAliasing( in TEST_F() local
261 bool IsValid = BaseIndexOffset::computeAliasing(GStore.getNode(), GNumBytes, in TEST_F() local
299 bool IsValid = BaseIndexOffset::computeAliasing( in TEST_F() local
340 bool IsValid = BaseIndexOffset::computeAliasing( in TEST_F() local
374 bool IsValid = BaseIndexOffset::computeAliasing( in TEST_F() local
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp17 bool PosixPlatformCommandOptionValidator::IsValid( in IsValid() function in PosixPlatformCommandOptionValidator
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DThreadInfo.h18 bool IsValid() { return enum_value != UINT32_MAX; } in IsValid() function
H A DMachTask.mm590 bool MachTask::IsValid() const { return MachTask::IsValid(TaskPort()); } function
597 bool MachTask::IsValid(task_t task) { function
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dperf_counters.h74 bool IsValid() const { return is_valid_; } in IsValid() function
132 bool IsValid() const { return counters_.IsValid(); } in IsValid() function
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DAutoHandle.h26 bool IsValid() const { return m_handle != m_invalid_value; } in IsValid() function
/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h64 bool IsValid() const { in IsValid() function
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h130 static bool IsValid(handle_type h) { in IsValid() function
152 static bool IsValid(handle_type h) { in IsValid() function
168 static bool IsValid(handle_type h) { in IsValid() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DCoroutineStmtBuilder.h28 bool IsValid = true; variable
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h52 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
/llvm-project-15.0.7/lldb/source/Utility/
H A DRegularExpression.cpp31 bool RegularExpression::IsValid() const { return m_regex.isValid(); } in IsValid() function in RegularExpression
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerDecl.h50 bool IsValid() const { in IsValid() function
H A DCompilerDeclContext.h55 bool IsValid() const { in IsValid() function
H A DCompilerType.h72 bool IsValid() const { return m_type != nullptr && m_type_system != nullptr; } in IsValid() function
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dtype-code.h29 constexpr bool IsValid() const { in IsValid() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DTTYState.h27 bool IsValid() const { in IsValid() function
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h164 bool IsValid(Provenance at) const { return range_.Contains(at); } in IsValid() function
165 bool IsValid(ProvenanceRange range) const { in IsValid() function
275 bool IsValid(ProvenanceRange r) const { return allSources_.IsValid(r); } in IsValid() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp69 bool DWARFAbbreviationDeclaration::IsValid() { in IsValid() function in DWARFAbbreviationDeclaration
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp8 bool CFBasicHash::IsValid() const { in IsValid() function in CFBasicHash
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h148 bool IsValid() const { return Node != nullptr; } in IsValid() function
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDataFileCache.h128 bool IsValid() const { return m_uuid.has_value(); } in IsValid() function
H A DDeclaration.h145 bool IsValid() const { in IsValid() function
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h39 bool IsValid() { in IsValid() function

1234567