Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
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