Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dmalloc-and-free.ll18 ; CHECK: Function: test_calloc
20 define void @test_calloc(i8* %p) {
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A Dnonescaping.ll26 define i8 @test_calloc(i8* %p) {
27 ; CHECK-LABEL: @test_calloc(
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dinterceptors.c32 void test_calloc() { in test_calloc() function
173 test_calloc(); in main()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dallocsize.ll22 ; CHECK-LABEL: define void @test_calloc
23 define void @test_calloc(i8** %p, i64* %r) {
/llvm-project-15.0.7/clang/test/Analysis/
H A Dunix-fns.c136 void test_calloc(void) { in test_calloc() function