Searched refs:malloc_like (Results 1 – 2 of 2) sorted by relevance
24 #define malloc_like __attribute((__malloc__)) macro25 void * xalloc2(unsigned) malloc_like;
2519 define dso_local ptr @malloc_like(i32 %s) {2520 ; TUNIT-LABEL: define {{[^@]+}}@malloc_like2527 ; CGSCC-LABEL: define {{[^@]+}}@malloc_like2544 ; TUNIT-NEXT: [[CALL:%.*]] = call noalias ptr @malloc_like(i32 noundef 4) #[[ATTR20]]2553 ; CGSCC-NEXT: [[CALL:%.*]] = call noalias ptr @malloc_like(i32 noundef 4) #[[ATTR23]]2560 %call = call ptr @malloc_like(i32 4) norecurse