Home
last modified time | relevance | path

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

/llvm-project/clang/test/CoverageMapping/
H A Dmcdc-logical-scalar-ids.cpp7 bool res3 = a && b && c && d; in func_scalar_and() local
42 bool res3 = a || b || c || d; in func_scalar_or() local
78 bool res3 = (a || b) && (c || d); in func_scalar_mix() local
/llvm-project/flang/test/Evaluate/
H A Dfold-ibits.f9010 integer, parameter :: res3(*) = [((ibits(mess,pos,len),len=0,31-pos),pos=0,31)] variable
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
H A Dmismatch.pass.cpp31 const auto res3 = mismatch(exec, first1, last1, first2, std::equal_to<T>()); in operator ()() local
/llvm-project/clang/test/SemaCXX/
H A Daltivec.cpp23 int res3[vec_step(vsc) == 16 ? 1 : -1]; in test_vec_step() local
/llvm-project/llvm/unittests/ADT/
H A DConcurrentHashtableTest.cpp68 std::pair<String *, bool> res3 = HashTable.insert("3"); in TEST() local