Home
last modified time | relevance | path

Searched defs:thrice (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dpragma-optimize.cpp49 template <typename T> T thrice (T param) { in thrice() function
98 template<> int thrice(int par) { in thrice() function
/external/clang/test/SemaCXX/
Dpragma-optimize.cpp49 template <typename T> T thrice (T param) { in thrice() function
98 template<> int thrice(int par) { in thrice() function
/external/perfetto/ui/src/common/
Dactions_unittest.ts302 const thrice = produce(twice, draft => { constant