/external/clang/test/Analysis/ |
D | NewDelete-intersections.mm | 19 free(&i); // no warn function 22 free(++p1); // no warn function 25 free(p2); function 26 free(p2); // no warn function 31 free(p4); function 35 free(p5); // no warn function
|
D | exceptions.mm | 7 void free(void *); function
|
/external/llvm-project/clang/test/Analysis/ |
D | NewDelete-intersections.mm | 28 free(&i); // no warn function 31 free(++p1); // no warn function 34 free(p2); function 35 free(p2); // no warn function 40 free(p4); function 44 free(p5); // no warn function
|
D | exceptions.mm | 7 void free(void *); function
|
/external/compiler-rt/test/asan/TestCases/ |
D | deep_stack_uaf.cc | 12 static void free(char *x) { in free() function 19 static void free(char *x) { in free() function
|
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | deep_stack_uaf.cpp | 11 static void free(char *x) { in free() function 18 static void free(char *x) { in free() function
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_methods.h | 28 new, free, \ argument 73 free, \ argument 88 free, \ argument
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_hip_runtime_wrapper.h | 41 static inline __device__ void *free(void *__ptr) { return __hip_free(__ptr); } in free() function 47 static inline __device__ void *free(void *__ptr) { in free() function
|
/external/clang/test/CodeGenObjC/ |
D | 2008-10-3-EhValue.m | 10 +free; class 11 -free; method
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | 2008-10-3-EhValue.m | 10 +free; class 11 -free; method
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | HeapDisk.java | 131 public void free(RegularFile file) { in free() method in HeapDisk 136 public synchronized void free(RegularFile file, int count) { in free() method in HeapDisk
|
/external/clang/test/CodeGenCXX/ |
D | attr-cleanup.cpp | 4 void free(void *i) {} in free() function
|
D | debug-info-access.cpp | 40 void free() {} in free() function
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | StringBufferPool.java | 52 public synchronized static void free(FastStringBuffer sb) in free() method in StringBufferPool
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | attr-cleanup.cpp | 4 void free(void *i) {} in free() function
|
D | debug-info-access.cpp | 40 void free() {} in free() function
|
/external/ltp/lib/newlib_tests/ |
D | tst_safe_fileops.c | 11 long free; in do_test() local
|
/external/compiler-rt/test/tsan/Linux/ |
D | user_malloc.cc | 15 extern "C" void free(void *p) { in free() function
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | lowmemorykiller.proto | 13 optional int64 free = 5; field
|
/external/llvm-project/compiler-rt/test/tsan/Linux/ |
D | user_malloc.cpp | 19 extern "C" void free(void *p) { in free() function
|
/external/tensorflow/tensorflow/core/platform/ |
D | mem.h | 64 int64 free = 0; member
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 105 int GetCarveoutFreeSize(unsigned int *free) in GetCarveoutFreeSize() 353 unsigned int free; in RunPhase() local 419 unsigned int free; in RunTest() local 451 unsigned int free; in RunTest() local
|
/external/curl/docs/ |
D | DYNBUF.md | 20 ## free section in dynbuf
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_map.h | 36 size_t free; member
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | InterpBlock.cpp | 79 void DeadBlock::free() { in free() function in DeadBlock
|