Home
last modified time | relevance | path

Searched refs:checkLeak (Results 1 – 22 of 22) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dsimple-stream-checks.c17 int checkLeak(int *Data) { in checkLeak() function
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/
H A Dtestleakautovar.cpp2320 CheckLeakAutoVar checkLeak; in check() local
2323 checkLeak.runChecks(&tokenizer, &settings, this); in check()
2370 CheckLeakAutoVar checkLeak; in check() local
2371 checkLeak.runChecks(&tokenizer, &settings, this); in check()
/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtestleakautovar.cpp2320 CheckLeakAutoVar checkLeak; in check() local
2323 checkLeak.runChecks(&tokenizer, &settings, this); in check()
2370 CheckLeakAutoVar checkLeak; in check() local
2371 checkLeak.runChecks(&tokenizer, &settings, this); in check()
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dbase.cpp268 void checkLeak() in checkLeak() function
H A Dbase.h413 extern void checkLeak();
H A Dsablot.cpp506 checkLeak(); in SablotDestroyProcessor()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/fossil/
H A Dcheck.c7 static void checkLeak(Fsck*);
100 checkLeak(chk); in checkEpochs()
352 checkLeak(Fsck *chk) in checkLeak() function