Home
last modified time | relevance | path

Searched defs:middle (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp8 struct middle { struct
9 struct inner {
33 …a.decltype(outer::middle())::mfunc(); // expected-error{{'PR10127::outer::middle::mfunc' is not a … in scope()
/llvm-project/libcxx/test/std/numerics/bit/bit.cast/
H A Dbit_cast.pass.cpp31 Buffer middle = std::bit_cast<Buffer>(from); in test_roundtrip_through_buffer() local
49 Nested middle = std::bit_cast<Nested>(from); in test_roundtrip_through_nested_T() local
66 Intermediate middle = std::bit_cast<Intermediate>(from); test_roundtrip_through() local
272 Nested middle = std::bit_cast<Nested>(from); basic_constexpr_test() local
[all...]
/llvm-project/flang/test/Integration/OpenMP/
H A Dtarget-filtering.f9050 subroutine middle() subroutine
51 xmiddle global() argument
/llvm-project/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dset_one.pass.cpp25 std::size_t middle = v.size() / 2; in test_set_one() local
H A Dtest.pass.cpp25 std::size_t middle = v.size() / 2; in test_test() local
H A Dflip_one.pass.cpp25 std::size_t middle = v.size() / 2; in test_flip_one() local
/llvm-project/llvm/test/MC/AsmParser/
H A Dmacro-arg-darwin.s34 .macro middle macro
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp119 const auto middle = std::begin(ints) + N; in test() local
H A Dranges.rotate_copy.pass.cpp54 constexpr void test(std::array<int, N> value, std::size_t middle, std::array<int, N> expected) { in test()
/llvm-project/clang/test/CXX/basic/basic.link/
H A Dp7.cpp9 void middle() { in middle() function
/llvm-project/libcxx/test/libcxx/algorithms/
H A Drobust_against_using_non_transparent_comparators.pass.cpp64 Iterator<int> middle(array + 3); main() local
/llvm-project/clang/test/Sema/
H A Dunbounded-array-bounds.c74 int *middle = &ints[0] + n_ints / 2; in f6() local
/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h275 PointType middle() const { return MiddlePoint; } in middle() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp381 unsigned middle = (numBits + 1) / 2; reverseBitsForLittleEndianEncoding() local
/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp109 auto middle = Value & (0x1ffff << 5); // the middle 13 bits fixup_call() local
/llvm-project/libc/src/__support/
H A Dfloat_to_string.h378 const auto middle = (mult_const * val); fast_uint_mod_1e9() local
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h3324 size_t middle = (upper + lower) / 2; parseOperatorEncoding() local
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h3325 size_t middle = (upper + lower) / 2; parseOperatorEncoding() local