/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/ |
D | AnyCall.h | 82 AnyCall(const CXXNewExpr *NE) in AnyCall() 85 AnyCall(const CXXDeleteExpr *NE) in AnyCall() 88 AnyCall(const CXXConstructExpr *NE) in AnyCall()
|
D | ConstructionContext.h | 93 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/ |
D | AnyCall.h | 82 AnyCall(const CXXNewExpr *NE) in AnyCall() 85 AnyCall(const CXXDeleteExpr *NE) in AnyCall() 88 AnyCall(const CXXConstructExpr *NE) in AnyCall()
|
D | ConstructionContext.h | 93 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/ |
D | AnyCall.h | 82 AnyCall(const CXXNewExpr *NE) in AnyCall() 85 AnyCall(const CXXDeleteExpr *NE) in AnyCall() 88 AnyCall(const CXXConstructExpr *NE) in AnyCall()
|
D | ConstructionContext.h | 93 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/ |
D | AnyCall.h | 82 AnyCall(const CXXNewExpr *NE) in AnyCall() 85 AnyCall(const CXXDeleteExpr *NE) in AnyCall() 88 AnyCall(const CXXConstructExpr *NE) in AnyCall()
|
D | ConstructionContext.h | 93 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 D | Comparison.java | 69 NE() { in NE() enumConstant
|
/aosp_15_r20/external/llvm-libc/test/UnitTest/ |
H A D | ErrnoSetterMatcher.h | 25 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 D | NVPTX.h | 29 NE, enumerator 133 NE, enumerator
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 36 NE, enumerator 144 NE, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 30 NE, enumerator 154 NE, enumerator
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerArithChecker.cpp | 92 AllocKind PointerArithChecker::getKindOfNewOp(const CXXNewExpr *NE, in getKindOfNewOp() 243 void PointerArithChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt()
|
H A D | MallocChecker.cpp | 873 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/ |
D | FastXmlSerializer.java | 153 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/ |
D | modules-utils-fastxmlserializer.jar | META-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/ |
D | modules-utils-fastxmlserializer.jar | META-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/ |
D | modules-utils-fastxmlserializer.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | 2005-04-09-ComplexOps.c | 8 _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 D | Graph.h | 218 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 D | Graph.h | 218 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/ |
D | Graph.h | 218 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/ |
D | Graph.h | 218 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/ |
D | Graph.h | 218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge() local 320 AdjEdgeIdSet(const NodeEntry &NE) : NE(NE) {} in AdjEdgeIdSet()
|