Home
last modified time | relevance | path

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

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dtemplate-original.cc39 bool functionNotMarkedConstexpr(int a) { in functionNotMarkedConstexpr() function
60 const bool fromAMethod = functionNotMarkedConstexpr(number); in F()