Home
last modified time | relevance | path

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

1234567

/llvm-project/llvm/unittests/CodeGen/
H A DSelectionDAGAddressAnalysisTest.cpp117 bool IsValid = BaseIndexOffset::computeAliasing( TEST_F() local
139 bool IsValid = BaseIndexOffset::computeAliasing( TEST_F() local
169 bool IsValid = BaseIndexOffset::computeAliasing( TEST_F() local
198 bool IsValid = BaseIndexOffset::computeAliasing( TEST_F() local
228 bool IsValid = BaseIndexOffset::computeAliasing( TEST_F() local
254 bool IsValid = BaseIndexOffset::computeAliasing( TEST_F() local
290 bool IsValid = BaseIndexOffset::computeAliasing( TEST_F() local
331 bool IsValid = BaseIndexOffset::computeAliasing( TEST_F() local
364 bool IsValid = BaseIndexOffset::computeAliasing( TEST_F() local
[all...]
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DThreadInfo.h18 bool IsValid() { return enum_value != UINT32_MAX; } in IsValid() function
H A DMachTask.mm592 bool MachTask::IsValid() const { return MachTask::IsValid(TaskPort()); } function
599 bool MachTask::IsValid(task_t task) { function
/llvm-project/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp17 bool PosixPlatformCommandOptionValidator::IsValid( in IsValid() function in PosixPlatformCommandOptionValidator
/llvm-project/lldb/include/lldb/Host/windows/
H A DAutoHandle.h26 bool IsValid() const { return m_handle != m_invalid_value; } in IsValid() function
/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
/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h133 static bool IsValid(handle_type h) { IsValid() function
155 static bool IsValid(handle_type h) { IsValid() function
171 static bool IsValid(handle_type h) { IsValid() function
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h64 bool IsValid() const { IsValid() function
/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h28 bool IsValid = true; variable
/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp32 bool RegularExpression::IsValid() const { return m_regex.isValid(); } in IsValid() function in RegularExpression
/llvm-project/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
/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
/llvm-project/flang/include/flang/Runtime/
H A Dtype-code.h29 constexpr RT_API_ATTRS bool IsValid() const { in IsValid() function
/llvm-project/lldb/tools/debugserver/source/
H A DTTYState.h27 bool IsValid() const { in IsValid() function
H A DDNBRegisterInfo.cpp28 bool DNBRegisterValueClass::IsValid() const { in IsValid() function in DNBRegisterValueClass
/llvm-project/flang/include/flang/Parser/
H A Dprovenance.h169 bool IsValid(Provenance at) const { return range_.Contains(at); } in IsValid() function
170 bool IsValid(ProvenanceRange range) const { in IsValid() function
292 bool IsValid(ProvenanceRange r) const { return allSources_.IsValid(r); } IsValid() function
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp8 bool CFBasicHash::IsValid() const { in IsValid() function in CFBasicHash
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h148 bool IsValid() const { return Node != nullptr; } in IsValid() function
/llvm-project/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
/llvm-project/lldb/include/lldb/Core/
H A DDataFileCache.h139 bool IsValid() const { return m_uuid.has_value(); } in IsValid() function
H A DDeclaration.h145 bool IsValid() const { IsValid() function

1234567