OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xalloc2
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
attr-malloc.c
25
void *
xalloc2
(unsigned) malloc_like;
26
void *
xalloc2
(unsigned n) { return malloc(n); }
function
27
// RUN: grep 'define noalias .* @
xalloc2
(' %t
Completed in 339 milliseconds