Home
last modified time | relevance | path

Searched refs:test_calloc (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dmalloc-and-free.ll17 ; CHECK: Function: test_calloc
19 define void @test_calloc(i8* %p) {
/external/llvm-project/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dmalloc-and-free.ll17 ; CHECK: Function: test_calloc
19 define void @test_calloc(i8* %p) {
/external/ethtool/
Dtest-common.c71 void *test_calloc(size_t nmemb, size_t size) in test_calloc() function
315 argv = test_calloc(argc + 1, sizeof(argv[0])); in test_cmdline()
Dinternal.h225 void *test_calloc(size_t nmemb, size_t size);
227 #define calloc(nmemb, size) test_calloc(nmemb, size)
/external/llvm/test/Transforms/InstCombine/
Dallocsize.ll22 ; CHECK-LABEL: define void @test_calloc
23 define void @test_calloc(i8** %p, i64* %r) {
/external/bcc/tests/python/
Dtest_tools_memleak.py101 def test_calloc(self): member in MemleakToolTests
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dallocsize.ll22 ; CHECK-LABEL: define void @test_calloc
23 define void @test_calloc(i8** %p, i64* %r) {
/external/clang/test/Analysis/
Dunix-fns.c93 void test_calloc(void) { in test_calloc() function
/external/llvm-project/clang/test/Analysis/
Dunix-fns.c136 void test_calloc(void) { in test_calloc() function
/external/compiler-rt/test/dfsan/
Dcustom.cc255 void test_calloc() { in test_calloc() function
911 test_calloc(); in main()
/external/llvm-project/compiler-rt/test/dfsan/
Dcustom.cpp325 void test_calloc() { in test_calloc() function
1065 test_calloc(); in main()