| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/llvm/ |
| H A D | twine-local.rst | 7 Looks for local ``Twine`` variables which are prone to use after frees and
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_stats.h | 30 uptr frees; member
|
| H A D | memprof_stats.cpp | 46 Printf("Stats: %zuM freed by %zu calls\n", freed >> 20, frees); in Print()
|
| H A D | memprof_allocator.cpp | 462 thread_stats.frees++; in Deallocate()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_stats.h | 30 uptr frees; member
|
| H A D | asan_stats.cpp | 46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
|
| H A D | asan_allocator.cpp | 647 thread_stats.frees++; in QuarantineChunk()
|
| /llvm-project-15.0.7/llvm/test/BugPoint/ |
| H A D | remove_arguments_test.ll | 6 ; unnecessary. And clean up any types that frees up too.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | arm-negative-stride.ll | 4 ; frees up a register from holding the trip count.
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | SideEffectInterfaces.td | 55 // The following effect indicates that the operation frees some resource that
|
| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | RetainCountExamples.m | 36 // Test that retain release checker warns on leaks and use-after-frees when
|
| /llvm-project-15.0.7/mlir/test/Dialect/Transform/ |
| H A D | check-use-after-free.mlir | 117 // precede the one that frees it in the same block. Both operations should
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | malloc.mm | 148 CFRelease(str); // default allocator also frees bytes
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | lower-em-ehsjlj.ll | 247 ; before the call. We insert a 'free' call that frees 'setjmpTable' before every
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 168 FUZZER_FLAG_INT(trace_malloc, 0, "If >= 1 will print all mallocs/frees. "
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | hoist-alloc.ll | 327 ; We would need context sensitive reasoning about frees (which we don't
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GarbageCollection.rst | 80 Garbage collection is a widely used technique that frees the programmer from 749 The mutator maintains a reference count for each object and frees an object
|
| H A D | AMDGPUUsage.rst | 745 automatically allocates memory when it creates a wavefront and frees it when
|
| H A D | LangRef.rst | 1595 * "free": the function frees the block of memory specified by ``allocptr``.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/TransformOps/ |
| H A D | LinalgTransformOps.td | 101 op are rejected by this operation. This operation reads and frees the
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 17 // When adding a function which frees memory include the LibFunc
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/ |
| H A D | GPUOps.td | 958 The `gpu.dealloc` operation frees the region of memory referenced by a
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/ |
| H A D | MemRefOps.td | 422 The `dealloc` operation frees the region of memory referenced by a memref
|