Home
last modified time | relevance | path

Searched defs:ne (Results 1 – 19 of 19) sorted by relevance

/llvm-project/mlir/include/mlir/Interfaces/Utils/
H A DInferIntRangeCommon.h128 ne, enumerator
/llvm-project/clang/test/Sema/
H A Dattr-nonblocking-sema.cpp119 auto ne = +[]() noexcept {}; in type_conversions_2() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforward-declaration-namespace.cpp147 namespace ne { namespace
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-initializer-aggregates.cpp134 struct { int i; } ne = {{0, 1}}; // expected-error{{excess elements in scalar initializer}} variable
H A Dcxx1z-class-template-argument-deduction.cpp465 NoExplicit ne(42); global() variable
/llvm-project/libcxx/test/std/language.support/cmp/cmp.alg/
H A Dcompare_strong_order_fallback.pass.cpp492 N2::NoEquality ne; test_2() local
H A Dcompare_partial_order_fallback.pass.cpp292 N2::NoEquality ne; test_2() local
H A Dcompare_weak_order_fallback.pass.cpp539 N2::NoEquality ne; test_2() local
/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1083 bool ne(const APInt &RHS) const { return !((*this) == RHS); } ne() function
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3-2a.cpp88 bool ne = x1 != x2; // expected-error {{selected deleted operator '=='}} variable
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseBufferRewriting.cpp222 builder.create<arith::CmpIOp>(loc, arith::CmpIPredicate::ne, vi, vj); in createEqCompare() local
276 builder.create<arith::CmpIOp>(loc, arith::CmpIPredicate::ne, vi, vj); in createLessThanCompare() local
/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp496 std::optional<bool> KnownBits::ne(const KnownBits &LHS, const KnownBits &RHS) { in ne() function in KnownBits
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2858 NameEntry &ne = nd.nameEntries[i]; parseDebugNames() local
3287 for (const NameEntry *ne : bucket) writeTo() local
3292 for (const NameEntry *ne : bucket) writeTo() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp324 const ExprId ne = addExp(kind, point0.exp, point1.exp, op, attr); in conjLat() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1287 for (unsigned ni = 1, ne = I->getNumOperands(); ni != ne; ni += 2) { SplitCriticalEdge() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp212 ni != ne && oi != oe; ++ni, ++oi) { in CheckObjCMethodOverride() local
H A DSemaDecl.cpp4302 ni = newMethod->param_begin(), ne = newMethod->param_end(); mergeObjCMethodDecls() local
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h22719 boolean val::ne(const isl::val &v2) const in ne() function
22725 boolean val::ne(long v2) const in ne() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5631 std::optional<bool> ne = isKnownNeverZero() local