Home
last modified time | relevance | path

Searched refs:NotEqual (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dxray-partial-instrumentation-skip-exit.ll33 br i1 %cond, label %IsEqual, label %NotEqual
38 NotEqual:
H A Dxray-partial-instrumentation-skip-entry.ll28 br i1 %cond, label %IsEqual, label %NotEqual
35 NotEqual:
H A Dxray-attribute-instrumentation.ll35 br i1 %cond, label %IsEqual, label %NotEqual
42 NotEqual:
/llvm-project-15.0.7/clang/test/CXX/class/class.compare/class.rel/
H A Dp2.cpp45 namespace NotEqual { namespace
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dxray-mips-attribute-instrumentation.ll91 br i1 %cond, label %IsEqual, label %NotEqual
117 NotEqual:
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DRangeTest.cpp299 TEST(RangeTest, NotEqual) { in TEST() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp6542 return DefaultedComparisonKind::NotEqual; in getDefaultedFunctionKind()
6892 if (DFK.asComparison() == DefaultedComparisonKind::NotEqual || in CheckCompletedCXXClass()
7660 case DefaultedComparisonKind::NotEqual: in visit()
7875 if ((DCK == DefaultedComparisonKind::NotEqual || in visitBinaryOperator()
8018 if ((DCK == DefaultedComparisonKind::NotEqual || in visitBinaryOperator()
8192 case DefaultedComparisonKind::NotEqual: in build()
8437 case DefaultedComparisonKind::NotEqual: in visitExpandedSubobject()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1538 NotEqual, enumerator