Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dnoinline-template.cpp9 void growStorageBy();
11 template <class T> __attribute__((noinline)) void Vector<T>::growStorageBy() { in growStorageBy() function in Vector
15 strs.growStorageBy(); in foo()