Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-suspicious-semicolon.cpp7 void correct1() in correct1() function
Dgoogle-readability-casting.cpp277 void (*correct1)() = static_cast<void (*)()>(overloaded_function); in function_casts() local
Dgoogle-readability-casting.mm153 void (*correct1)() = static_cast<void (*)()>(overloaded_function);
/external/OpenCL-CTS/test_conformance/math_brute_force/
Di_unary_float.cpp247 unsigned int correct1 = f->func.i_f(-0.0); in TestFunc_Int_Float() local
248 if (q[j] == correct0 || q[j] == correct1) continue; in TestFunc_Int_Float()
Di_unary_double.cpp250 unsigned int correct1 = f->dfunc.i_f(-0.0); in TestFunc_Int_Double() local
251 if (q[j] == correct0 || q[j] == correct1) continue; in TestFunc_Int_Double()