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

References

include/llvm/MC/MCContext.h
  207         if (SectionName != Other.SectionName)
  227         if (SectionName != Other.SectionName)
  248         if (SectionName != Other.SectionName)
include/llvm/ProfileData/Coverage/CoverageMapping.h
  448       if (Instantiations[I]->Name != Instantiations[0]->Name)
include/llvm/Support/CommandLine.h
  539   bool compare(const DataType &V) const { return Valid && (Value != V); }
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
   59     if (MD.getStrategy().getName() != getStrategy().getName())
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
  119     if (FI.getStrategy().getName() != getStrategy().getName())
  138     if (FI.getStrategy().getName() != getStrategy().getName())
lib/CodeGen/ShadowStackGCLowering.cpp
  286       F.getGC() != std::string("shadow-stack"))
lib/Object/COFFImportFile.cpp
  609     if (!E.AliasTarget.empty() && *Name != E.AliasTarget) {
lib/Option/OptTable.cpp
  577     if (OptionGroup.first != GroupedOptionHelp.begin()->first)
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 3595   if (Target != ExpectedTargetOS.str())
lib/Transforms/Utils/InlineFunction.cpp
 1587     else if (CalledFunc->getGC() != Caller->getGC())
tools/clang/lib/AST/ASTDiagnostic.cpp
  256     if (CompareS != S && CompareDesugarStr != S)
  256     if (CompareS != S && CompareDesugarStr != S)
  294       if (akaStr != S) {
 1644       if (FromCanTypeStr != ToCanTypeStr) {
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
 1505     if (D1->getNameAsString() != D2->getNameAsString())
tools/clang/lib/AST/InheritViz.cpp
   85   if (TypeName != CanonType.getAsString()) {
tools/clang/lib/Analysis/PathDiagnostic.cpp
  379     if (*XI != *YI)
tools/clang/lib/Basic/Version.cpp
  107   if (!LLVMRev.empty() && LLVMRev != Revision) {
tools/clang/lib/CodeGen/BackendUtil.cpp
 1551     if (DLDesc != TDesc.getStringRepresentation()) {
tools/clang/lib/CodeGen/CGVTables.cpp
 1102     if (S1 != S2)
tools/clang/lib/CodeGen/CodeGenAction.cpp
 1066     if (TheModule->getTargetTriple() != TargetOpts.Triple) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1059     if (OtherName != NonTargetName) {
tools/clang/lib/Driver/Driver.cpp
 4604   if (DefaultTargetTriple != TargetTriple)
tools/clang/lib/Driver/Multilib.cpp
  108     else if (Flags[I] != Flags[SI->getValue()])
  125   if (osSuffix() != Other.osSuffix())
  128   if (gccSuffix() != Other.gccSuffix())
  131   if (includeSuffix() != Other.includeSuffix())
tools/clang/lib/Driver/ToolChains/Gnu.cpp
 2295   if (TargetTriple.str() != BiarchTriple.str())
tools/clang/lib/Lex/MacroInfo.cpp
  125     if (PP.getSpelling(A) != PP.getSpelling(B))
tools/clang/lib/Lex/ModuleMap.cpp
 1772     if (!ActiveModule->Parent && !M->Parent && M->Name != ActiveModule->Name &&
tools/clang/lib/Sema/Sema.cpp
 2266     if (I != CurrOpenCLExtension && !getOpenCLOptions().isEnabled(I)) {
tools/clang/lib/Sema/SemaModule.cpp
  173       getLangOpts().CurrentModule != ModuleName) {
tools/clang/lib/Serialization/ASTReader.cpp
  382   CHECK_TARGET_OPT(Triple, "target");
  383   CHECK_TARGET_OPT(ABI, "target ABI");
  389     CHECK_TARGET_OPT(CPU, "target CPU");
 1387   assert(OriginalDir != CurrDir &&
 2307       F.OriginalDir != F.BaseDirectory) {
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  743       getFunctionName(D) != Opts->AnalyzeSpecificFunction)
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  647     return S1.getNodeValue(Id1) != S2.getNodeValue(Id2);
  763       T1.getNodeValue(Id1) != T2.getNodeValue(Id2))
  955     if (T1.getNodeValue(Id1) != T2.getNodeValue(Id2)) {
tools/clang/lib/Tooling/Core/Replacement.cpp
  275       if ((R.getReplacementText() + I->getReplacementText()).str() !=
tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp
  218   if (Key != Other.Key || FilePath != Other.FilePath || Error != Other.Error)
  218   if (Key != Other.Key || FilePath != Other.FilePath || Error != Other.Error)
  218   if (Key != Other.Key || FilePath != Other.FilePath || Error != Other.Error)
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  840       if (AliasQualifiedName != AliasName) {
tools/clang/tools/extra/clang-move/Move.cpp
  405       if (*CurrentIt != *DeclIt)
tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp
  221   if (it != FixedWidthMatches.end() && it->getValue() != MPIDatatype) {
tools/clang/tools/extra/clangd/CodeComplete.cpp
  403       if (I->*Member != B->*Member)
  576       if (EnclosingScope != S)
tools/clang/tools/extra/clangd/HeaderSourceSwitch.cpp
   87       if (*TargetPath != OriginalFile) // exclude the original file.
tools/clang/tools/extra/clangd/unittests/CodeCompleteTests.cpp
 1038     if (P[I].Text != arg.parameters[I].labelString ||
tools/clang/tools/extra/clangd/unittests/DiagnosticsTests.cpp
   83   if (arg.Message != Fix.Message)
   89         arg.Edits[I].newText != Fix.Edits[I].newText)
tools/clang/tools/extra/clangd/unittests/TraceTests.cpp
   58     if (VS != I->second) {
tools/clang/tools/extra/clangd/unittests/XRefsTests.cpp
  116   if (Name != arg.Name) {
tools/clang/unittests/AST/MatchVerifier.h
  299     if (Print.str() != ExpectString) {
tools/clang/unittests/Tooling/QualTypeNamesTest.cpp
   35       if (ExpectedName != ActualName) {
tools/clang/unittests/Tooling/RefactoringTest.cpp
  932     if (*InSequenceRewrite != *MergedRewrite)
  946     if (*InSequenceRewrite != *MergedRewrite)
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  724       if (StorageType != getType()) {
  736       if (StorageType != getType()) {
 1540     if (S.variety() != Spelling.variety())
 1542     if (S.nameSpace() != Spelling.nameSpace())
 1544     if (S.name() != Spelling.name())
 1585     if (Name != FirstName)
tools/clang/utils/TableGen/MveEmitter.cpp
  729   bool polymorphic() const { return ShortName != FullName; }
 1489       if ((*this)[i] != rhs[i])
 1500     if (Name != rhs.Name)
 1509     if (Code != rhs.Code)
tools/clang/utils/TableGen/NeonEmitter.cpp
  449     if (Guard != Other.Guard)
 2506       if ((*I)->getGuard() != InGuard) {
 2613       if ((*I)->getGuard() != InGuard) {
tools/lld/COFF/Driver.cpp
  836     if (e1.ExtName != e1.Name && StringRef(e1.Name).contains('.')) {
tools/lldb/include/lldb/Core/FormatEntity.h
  146       if (string != rhs.string)
  148       if (printf_format != rhs.printf_format)
tools/lldb/source/API/SBBreakpointName.cpp
   95   return m_name != rhs.m_name || m_target_wp.lock() != rhs.m_target_wp.lock();
tools/lldb/source/Core/ValueObject.cpp
 1189           SetValueDidChange(m_old_value_str != m_value_str);
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2844   } else if (m_slang_version != m_bcc_version) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  134                 if (module_basename != original_module_basename &&
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1255           if (!demangled_name.empty() && name != demangled_name) {
tools/lldb/source/Symbol/ClangASTContext.cpp
 2398             if (lhs_decl_name.getAsString() != rhs_decl_name.getAsString())
 2425                 if (lhs_decl_name.getAsString() != rhs_decl_name.getAsString())
tools/lldb/tools/lldb-vscode/BreakpointBase.cpp
   28   if (condition != request_bp.condition) {
   32   if (hitCondition != request_bp.hitCondition) {
tools/lli/lli.cpp
  283     if (ModID.substr(0, PrefixLength) != Prefix)
tools/llvm-exegesis/lib/Clustering.cpp
  113         if (LastMeasurement->at(I).Key != CurMeasurement->at(I).Key) {
tools/llvm-ifs/llvm-ifs.cpp
  437       if (Stub.ObjectFileFormat != TargetStub->ObjectFileFormat) {
  445       if (Stub.Triple != TargetStub->Triple) {
tools/polly/lib/Analysis/ScopBuilder.cpp
 2835     if (NameContext != NameUserContext) {
tools/polly/lib/Analysis/ScopInfo.cpp
 1691   if (ParentFunc != CurrentFunc) {
tools/sancov/sancov.cpp
  327               if (Loc.FileName != FileName || Loc.FunctionName != FunctionName)
  327               if (Loc.FileName != FileName || Loc.FunctionName != FunctionName)
unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp
   45   if (Lhs != Rhs) {
utils/TableGen/AsmWriterEmitter.cpp
  728       if (str != RHS.Conds[Idx++])
utils/TableGen/AsmWriterInst.h
   65       if (OperandType != Other.OperandType || Str != Other.Str) return true;
   67         return MIOpNo != Other.MIOpNo || MiModifier != Other.MiModifier;
utils/TableGen/CodeGenTarget.cpp
  595     if (Intrinsics[I].TargetPrefix != Targets.back().Name) {
  653         != (TargetPrefix + "."))
utils/TableGen/FastISelEmitter.cpp
  553               Dst->getChild(DstIndex)->getName() !=
utils/TableGen/RISCVCompressInstEmitter.cpp
  607     if (CurOp != PrevOp) {
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
  126               if (OperandTable[J + K] != CurOperandList[K]) break;
utils/benchmark/src/statistics.cc
  145     if (reports[i].report_label != report_label) {
utils/unittest/googletest/include/gtest/gtest.h
 1522 GTEST_IMPL_CMP_HELPER_(NE, !=);