Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp37 constexpr int test_ok = ok; // ok variable
41 static_assert(test_ok == 8, "");
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsignal-handler.c48 void test_ok(void) { in test_ok() function