Searched defs:res3 (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/test/CoverageMapping/ |
H A D | mcdc-logical-scalar-ids.cpp | 7 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 D | fold-ibits.f90 | 10 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 D | mismatch.pass.cpp | 31 const auto res3 = mismatch(exec, first1, last1, first2, std::equal_to<T>()); in operator ()() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | altivec.cpp | 23 int res3[vec_step(vsc) == 16 ? 1 : -1]; in test_vec_step() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | ConcurrentHashtableTest.cpp | 68 std::pair<String *, bool> res3 = HashTable.insert("3"); in TEST() local
|