Home
last modified time | relevance | path

Searched refs:test_calloc (Results 1 – 5 of 5) 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/test/Transforms/InstCombine/
Dallocsize.ll22 ; CHECK-LABEL: define void @test_calloc
23 define void @test_calloc(i8** %p, i64* %r) {
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h238 #define test_calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
244 #define calloc test_calloc
/external/clang/test/Analysis/
Dunix-fns.c93 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()