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

References

include/llvm/MC/MCStreamer.h
  391     if (OldSection != NewSection)
  420     if (MCSectionSubPair(Section, Subsection) != curSection)
include/llvm/MCA/Instruction.h
  570   bool operator!=(const InstRef &Other) const { return Data != Other.Data; }
lib/Analysis/LazyValueInfo.cpp
  555       assert(BlockValueStack.back() != e && "Stack should have been pushed!");
lib/Analysis/MemoryBuiltins.cpp
  537     if (SizeOffsetPair != ObjectSizeOffsetEvaluator::unknown()) {
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2043     if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection())
lib/CodeGen/InterleavedLoadCombinePass.cpp
  533       if (b != *ob)
lib/DebugInfo/MSF/MappedBlockStream.cpp
  138     if (Intersection != RequestExtent)
lib/MC/MCStreamer.cpp
 1105   if (MCSectionSubPair(Section, Subsection) != curSection) {
lib/ProfileData/Coverage/CoverageMapping.cpp
  450     if (FirstCompletedRegion && Last->endLoc() != *Loc) {
  455     } else if (!FirstCompletedRegion && (!Loc || *Loc != Last->endLoc())) {
  493           CurStartLoc != Regions[CR.index() + 1].startLoc()) {
  511       if (LHS.startLoc() != RHS.startLoc())
  513       if (LHS.endLoc() != RHS.endLoc())
  538       if (Active->startLoc() != I->startLoc() ||
  539           Active->endLoc() != I->endLoc()) {
lib/ProfileData/Coverage/CoverageMappingWriter.cpp
  141     if (LHS.startLoc() != RHS.startLoc())
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 5433   if (RegisterReqs.insert(std::make_pair(Name, pair)).first->second != pair)
tools/clang/lib/Frontend/TestModuleFileExtension.cpp
  118   if (std::make_pair(Metadata.MajorVersion, Metadata.MinorVersion) !=
tools/clang/lib/Sema/SemaAttr.cpp
  705           It->second != Rule) {
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
   86     assert(Val != getEmptyKey() && "Cannot hash the empty key!");
   87     assert(Val != getTombstoneKey() && "Cannot hash the tombstone key!");
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
   46     assert(Val != getEmptyKey() && "Cannot hash the empty key!");
   47     assert(Val != getTombstoneKey() && "Cannot hash the tombstone key!");
tools/lld/ELF/LinkerScript.cpp
  242     if (std::make_pair(sym->section, sym->value) != it.second &&
utils/TableGen/CodeGenDAGPatterns.cpp
 2859         if (PrevOp->getValue() != OperandId)