/llvm-project/llvm/unittests/CodeGen/ |
H A D | SelectionDAGAddressAnalysisTest.cpp | 117 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 D | ThreadInfo.h | 18 bool IsValid() { return enum_value != UINT32_MAX; } in IsValid() function
|
H A D | MachTask.mm | 592 bool MachTask::IsValid() const { return MachTask::IsValid(TaskPort()); } function 599 bool MachTask::IsValid(task_t task) { function
|
/llvm-project/lldb/source/Interpreter/ |
H A D | CommandOptionValidators.cpp | 17 bool PosixPlatformCommandOptionValidator::IsValid( in IsValid() function in PosixPlatformCommandOptionValidator
|
/llvm-project/lldb/include/lldb/Host/windows/ |
H A D | AutoHandle.h | 26 bool IsValid() const { return m_handle != m_invalid_value; } in IsValid() function
|
/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 | 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
|
/llvm-project/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 133 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 D | OperatingSystemPython.h | 64 bool IsValid() const { IsValid() function
|
/llvm-project/clang/lib/Sema/ |
H A D | CoroutineStmtBuilder.h | 28 bool IsValid = true; variable
|
/llvm-project/lldb/source/Utility/ |
H A D | RegularExpression.cpp | 32 bool RegularExpression::IsValid() const { return m_regex.isValid(); } in IsValid() function in RegularExpression
|
/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
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerDecl.h | 50 bool IsValid() const { in IsValid() function
|
H A D | CompilerDeclContext.h | 56 bool IsValid() const { in IsValid() function
|
/llvm-project/flang/include/flang/Runtime/ |
H A D | type-code.h | 29 constexpr RT_API_ATTRS bool IsValid() const { in IsValid() function
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | TTYState.h | 27 bool IsValid() const { in IsValid() function
|
H A D | DNBRegisterInfo.cpp | 28 bool DNBRegisterValueClass::IsValid() const { in IsValid() function in DNBRegisterValueClass
|
/llvm-project/flang/include/flang/Parser/ |
H A D | provenance.h | 169 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 D | CFBasicHash.cpp | 8 bool CFBasicHash::IsValid() const { in IsValid() function in CFBasicHash
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.h | 148 bool IsValid() const { return Node != nullptr; } in IsValid() function
|
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | SystemRuntimeMacOSX.h | 187 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 D | DataFileCache.h | 139 bool IsValid() const { return m_uuid.has_value(); } in IsValid() function
|
H A D | Declaration.h | 145 bool IsValid() const { IsValid() function
|