Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DAnyCall.h82 AnyCall(const CXXNewExpr *NE) in AnyCall()
85 AnyCall(const CXXDeleteExpr *NE) in AnyCall()
88 AnyCall(const CXXConstructExpr *NE) in AnyCall()
DConstructionContext.h93 ConstructionContextItem(const CXXNewExpr *NE) in ConstructionContextItem()
464 const CXXNewExpr *NE; variable
468 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DAnyCall.h82 AnyCall(const CXXNewExpr *NE) in AnyCall()
85 AnyCall(const CXXDeleteExpr *NE) in AnyCall()
88 AnyCall(const CXXConstructExpr *NE) in AnyCall()
DConstructionContext.h93 ConstructionContextItem(const CXXNewExpr *NE) in ConstructionContextItem()
464 const CXXNewExpr *NE; variable
468 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DAnyCall.h82 AnyCall(const CXXNewExpr *NE) in AnyCall()
85 AnyCall(const CXXDeleteExpr *NE) in AnyCall()
88 AnyCall(const CXXConstructExpr *NE) in AnyCall()
DConstructionContext.h93 ConstructionContextItem(const CXXNewExpr *NE) in ConstructionContextItem()
464 const CXXNewExpr *NE; variable
468 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DAnyCall.h82 AnyCall(const CXXNewExpr *NE) in AnyCall()
85 AnyCall(const CXXDeleteExpr *NE) in AnyCall()
88 AnyCall(const CXXConstructExpr *NE) in AnyCall()
DConstructionContext.h93 ConstructionContextItem(const CXXNewExpr *NE) in ConstructionContextItem()
464 const CXXNewExpr *NE; variable
468 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext()
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DComparison.java69 NE() { in NE() enumConstant
/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DErrnoSetterMatcher.h25 enum class CompareAction { EQ = 0, GE, GT, LE, LT, NE }; enumerator
147 template <typename T> internal::Comparator<T> NE(T val) { in NE() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTX.h29 NE, enumerator
133 NE, enumerator
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h36 NE, enumerator
144 NE, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTX.h30 NE, enumerator
154 NE, enumerator
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp92 AllocKind PointerArithChecker::getKindOfNewOp(const CXXNewExpr *NE, in getKindOfNewOp()
243 void PointerArithChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt()
H A DMallocChecker.cpp873 else if (const CXXNewExpr *NE = dyn_cast<CXXNewExpr>(E)) { in ProcessZeroAllocation() local
935 static bool treatUnusedNewEscaped(const CXXNewExpr *NE) { in treatUnusedNewEscaped()
962 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt()
1232 if (const CXXNewExpr *NE = dyn_cast<CXXNewExpr>(S)) in getAllocationFamily() local
1267 if (const CXXNewExpr *NE = dyn_cast<CXXNewExpr>(E)) { in printAllocDeallocName() local
/aosp_15_r20/frameworks/libs/modules-utils/java/com/android/internal/util/
DFastXmlSerializer.java153 final char NE = (char)ESCAPE_TABLE.length; in escapeAndAppendString() local
170 final char NE = (char)ESCAPE_TABLE.length; in escapeAndAppendString() local
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-fastxmlserializer/android_common_apex35/javac/
Dmodules-utils-fastxmlserializer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-fastxmlserializer/android_common/javac/
Dmodules-utils-fastxmlserializer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-fastxmlserializer/android_common_apex30/javac/
Dmodules-utils-fastxmlserializer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/clang/test/CodeGen/
H A D2005-04-09-ComplexOps.c8 _Bool NE(double __complex A, double __complex B) { return A != B; } in NE() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/PBQP/
DGraph.h218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge() local
320 AdjEdgeIdSet(const NodeEntry &NE) : NE(NE) {} in AdjEdgeIdSet()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/PBQP/
DGraph.h218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge() local
320 AdjEdgeIdSet(const NodeEntry &NE) : NE(NE) {} in AdjEdgeIdSet()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/PBQP/
DGraph.h218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge() local
320 AdjEdgeIdSet(const NodeEntry &NE) : NE(NE) {} in AdjEdgeIdSet()

12345678910>>...13