Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dalloc-size.cpp13 template <typename T, int N> int callCalloc();
19 return callMalloc<MyType>() + callCalloc<MyType, 4>(); in testIt()
32 template <typename T, int N> int callCalloc() { in callCalloc() function