reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/IntervalMap.h
  638   if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) {
  641     if (i != Size && value(i) == y && Traits::adjacent(b, start(i))) {
  663   if (value(i) == y && Traits::adjacent(b, start(i))) {
 1819       if (SibLeaf.value(SibOfs) == y &&
include/llvm/Support/FileSystem.h
 1315     if (State == RHS.State)
 1430     return State == RHS.State;
include/llvm/Support/VirtualFileSystem.h
  227     return State == Other.State; // identity
tools/clang/tools/extra/clangd/TUScheduler.cpp
  440     bool CanReuseAST = InputsAreTheSame && (OldPreamble == NewPreamble);
tools/clang/utils/TableGen/MveEmitter.cpp
  750       if (V == Used.back()) {
tools/lldb/include/lldb/Utility/Broadcaster.h
  163               input.second == m_listener_sp);
  179       if (input.second == m_listener_sp)
tools/lldb/source/API/SBBreakpoint.cpp
   74   return m_opaque_wp.lock() == rhs.m_opaque_wp.lock();
tools/lldb/source/API/SBBreakpointName.cpp
   91   return m_name == rhs.m_name && m_target_wp.lock() == rhs.m_target_wp.lock();
tools/lldb/source/API/SBSection.cpp
  260     return lhs_section_sp == rhs_section_sp;
tools/lldb/source/API/SBTypeFilter.cpp
  139   return m_opaque_sp == rhs.m_opaque_sp;
tools/lldb/source/API/SBTypeFormat.cpp
  133   return m_opaque_sp == rhs.m_opaque_sp;
tools/lldb/source/API/SBTypeNameSpecifier.cpp
  120   return m_opaque_sp == rhs.m_opaque_sp;
tools/lldb/source/API/SBTypeSummary.cpp
  357   return m_opaque_sp == rhs.m_opaque_sp;
tools/lldb/source/API/SBTypeSynthetic.cpp
  155   return m_opaque_sp == rhs.m_opaque_sp;
tools/lldb/source/API/SBWatchpoint.cpp
   77   return GetSP() == rhs.GetSP();
tools/lldb/source/Breakpoint/Breakpoint.cpp
  548         if (section_sp && section_sp->GetModule() == module_sp) {
  595           if (section_sp && section_sp->GetModule() == module_sp) {
  669     if (section_sp && section_sp->GetModule() == old_module_sp) {
tools/lldb/source/Core/Address.cpp
  988   return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection();
tools/lldb/source/Core/AddressRange.cpp
   63   if (addr.GetSection() == m_base_addr.GetSection())
   95   if (addr.GetSection() == m_base_addr.GetSection())
tools/lldb/source/Core/Debugger.cpp
 1018   if (reader_sp == top_reader_sp)
tools/lldb/source/Core/FormatEntity.cpp
  476       if (func_addr.GetSection() == format_addr.GetSection()) {
tools/lldb/source/Core/Module.cpp
  545           if (addr_range.GetBaseAddress().GetSection() ==
tools/lldb/source/Core/Section.cpp
  287   if (a_module_sp == b_module_sp) {
tools/lldb/source/Core/ValueObject.cpp
 1961   if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value)
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
  259   if (process_sp && process_sp == context->exe_ctx_ref.GetProcessSP()) {
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  122     if (addr.GetModule() == runtime_module_sp) // Skip PCs from the runtime.
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  602     if (so_addr.GetModule() == runtime_module_sp)
  858   if (process_sp && process_sp == context->exe_ctx_ref.GetProcessSP()) {
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  159     if (FCA.GetModule() == runtime_module_sp) // Skip PCs from the runtime.
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2746       if (rs_module->m_module == module_sp) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  182     if (m_current_pc.GetSection() == m_start_pc.GetSection()) {
  184     } else if (m_current_pc.GetModule() == m_start_pc.GetModule()) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  746     lldbassert(sc.module_sp == cu_sp->GetModule());
tools/lldb/source/Symbol/Block.cpp
  244     if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) {
  279     if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) {
tools/lldb/source/Symbol/SymbolContext.cpp
  645       if (scs && module_sp == scs->CalculateSymbolContextModule())
tools/lldb/source/Symbol/TypeMap.cpp
  115       if (pos->second == type_sp) {
tools/lldb/source/Symbol/Variable.cpp
  260     if (sc.module_sp == address.GetModule()) {
  456     if (sc.module_sp == address.GetModule()) {
tools/lldb/source/Target/ExecutionContext.cpp
  361   if ((m_frame_sp == rhs.m_frame_sp) ||
  367     if ((m_thread_sp == rhs.m_thread_sp) ||
  371       return m_process_sp == rhs.m_process_sp && m_target_sp == rhs.m_target_sp;
  371       return m_process_sp == rhs.m_process_sp && m_target_sp == rhs.m_target_sp;
tools/lldb/source/Target/Process.cpp
 4572   if (plan == thread_plan_sp && plan->PlanSucceeded()) {
tools/lldb/source/Target/StackFrame.cpp
 1864   assert(GetThread() == curr_frame.GetThread());
tools/lldb/source/Target/StackFrameList.cpp
  975       if (frame_sp == selected_frame_sp)
tools/lldb/source/Target/Target.cpp
 1307   if (watch_to_remove_sp == m_last_created_watchpoint)
 2710             const bool is_main_executable = module_sp == GetExecutableModule();
tools/lldb/source/Target/TargetList.cpp
  595     if (target_sp == m_target_list[idx])
tools/lldb/source/Target/ThreadList.cpp
  200     if (m_threads[idx]->GetBackingThread() == real_thread) {
  565       if (thread_sp == GetSelectedThread()) {
  608       if (thread_sp == thread_to_run) {
tools/lldb/source/Utility/Broadcaster.cpp
  129     if (pair.first == listener_sp) {
tools/lldb/source/Utility/Listener.cpp
   33     return (input_sp && input_sp == m_manager_sp);
  413        pos != end && pos->first.lock() == broadcaster_impl_sp; ++pos) {
usr/include/c++/7.4.0/bits/predefined_ops.h
  241 	{ return *__it == _M_value; }
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {