Home
last modified time | relevance | path

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

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