Home
last modified time | relevance | path

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

/llvm-project/clang/test/CoverageMapping/
H A Dmcdc-logical-scalar-ids.cpp9 bool res5 = a && b && c && d && e && f; in func_scalar_and() local
44 bool res5 = a || b || c || d || e || f; in func_scalar_or() local
80 bool res5 = (a || b) && (c || d) && (e || f); in func_scalar_mix() local
/llvm-project/clang/test/SemaCXX/
H A Daltivec.cpp25 int res5[vec_step(vbs) == 8 ? 1 : -1]; in test_vec_step() local