Home
last modified time | relevance | path

Searched defs:Twice (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DAnsiTerminalTest.cpp45 TEST(AnsiTerminal,Twice) TEST() argument
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp277 constexpr int Twice(int (*F)(int), int n) { return F(F(n)); } Twice() function