Home
last modified time | relevance | path

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

/llvm-project/clang/test/CoverageMapping/
H A Dmcdc-logical-scalar-ids.cpp8 bool res4 = a && b && c && d && e; in func_scalar_and() local
43 bool res4 = a || b || c || d || e; in func_scalar_or() local
79 bool res4 = a && (b || c) && (d || e); in func_scalar_mix() local
/llvm-project/flang/test/Lower/
H A Dcall-bindc.f9015 complex(kind=4) :: res4 variable
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
H A Dmismatch.pass.cpp33 const auto res4 = mismatch(exec, first1, last1, first2); in operator ()() local
/llvm-project/clang/test/SemaCXX/
H A Daltivec.cpp24 int res4[vec_step(vuc) == 16 ? 1 : -1]; in test_vec_step() local
/llvm-project/llvm/unittests/ADT/
H A DConcurrentHashtableTest.cpp73 std::pair<String *, bool> res4 = HashTable.insert("1"); in TEST() local