Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Denable_if.cpp399 constexpr int noError(int N) __attribute__((enable_if(N, ""))) { return -1; } in noError() function
400 constexpr int noError(int N) __attribute__((enable_if(!N, ""))) { return -1; } in noError() function
401 constexpr int noError(int N) { return 0; } in noError() function