Home
last modified time | relevance | path

Searched defs:NE (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp85 void checkPreStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPreStmt() argument
90 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() argument
95 void checkPreStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { in checkPreStmt() argument
100 void checkPostStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { in checkPostStmt() argument
105 void checkPreStmt(const CXXConstructExpr *NE, CheckerContext &C) const { in checkPreStmt() argument
110 void checkPostStmt(const CXXConstructExpr *NE, CheckerContext &C) const { in checkPostStmt() argument
H A DCheckPlacementNew.cpp64 SVal PlacementNewChecker::getExtentSizeOfPlace(const CXXNewExpr *NE, in getExtentSizeOfPlace()
70 SVal PlacementNewChecker::getExtentSizeOfNewTarget(const CXXNewExpr *NE, in getExtentSizeOfNewTarget()
103 const CXXNewExpr *NE, CheckerContext &C) const { in checkPlaceCapacityIsSufficient() argument
274 bool PlacementNewChecker::checkPlaceIsAlignedProperly(const CXXNewExpr *NE, in checkPlaceIsAlignedProperly()
295 void PlacementNewChecker::checkPreStmt(const CXXNewExpr *NE, in checkPreStmt()
H A DPointerArithChecker.cpp90 AllocKind PointerArithChecker::getKindOfNewOp(const CXXNewExpr *NE, in getKindOfNewOp()
240 void PointerArithChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt()
H A DCheckerDocumentation.cpp142 void checkNewAllocator(const CXXNewExpr *NE, SVal Target, in checkNewAllocator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnyCall.h81 AnyCall(const CXXNewExpr *NE) in AnyCall()
84 AnyCall(const CXXDeleteExpr *NE) in AnyCall()
87 AnyCall(const CXXConstructExpr *NE) in AnyCall()
H A DConstructionContext.h90 ConstructionContextItem(const CXXNewExpr *NE) in ConstructionContextItem()
441 const CXXNewExpr *NE; variable
445 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext()
/netbsd-src/tools/m4/bootstrap/
H A Dparser.h6 #define NE 262 macro
H A Dparser.c56 #define NE 262 macro
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.h79 NE = 280, /* NE */ enumerator
114 #define NE 280 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h27 NE = 0x2, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.h29 NE, enumerator
151 NE, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConstructionContext.cpp178 const auto *NE = cast<CXXNewExpr>(TopItem.getStmt()); in createFromLayers() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto44 NE = 7; enumerator
H A Dcxx_proto.proto40 NE = 9; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.cpp35 for (unsigned I = 0, NE = D->getNumElems(); I < NE; ++I) { in ctorArrayTy() local
42 for (unsigned I = 0, NE = D->getNumElems(); I < NE; ++I) { in dtorArrayTy() local
49 for (unsigned I = 0, NE = D->getNumElems(); I < NE; ++I) { in moveArrayTy() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h196 NE = currentNode->end(); in calculate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h32 NE, // Not equal Not equal, or unordered enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge() local
320 AdjEdgeIdSet(const NodeEntry &NE) : NE(NE) {} in AdjEdgeIdSet()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dyyscript.h68 NE = 269, /* NE */ enumerator
180 #define NE 269 macro
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.h68 NE = 269, /* NE */ enumerator
180 #define NE 269 macro
/netbsd-src/usr.bin/xlint/lint1/
H A Dop.h91 NE, enumerator
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.h169 enum { NUMBER = 257, UNUMBER, LS, RS, EQ, NE, STRING, WSPACE, CMNT, IDENT, enumerator
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dnode.h177 #define NE 26 macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp243 NormalizedAtomicChange NE; in convertFromYAML() local
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldgram.h71 NE = 272, /* NE */ enumerator
211 #define NE 272 macro

123