HomeSort by relevance Sort by last modified time
    Searched defs:get_fn (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
bullet_1_2_3.pass.cpp 261 auto get_fn = &std::reference_wrapper<int>::get; local
262 auto& ret = std::__invoke(get_fn, r);
263 auto& cret = std::__invoke_constexpr(get_fn, r);
266 auto& ret2 = std::__invoke(get_fn, d);
267 auto& cret2 = std::__invoke_constexpr(get_fn, d);
270 auto& ret3 = std::__invoke(get_fn, r2);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
bullet_1_2_3.pass.cpp 261 auto get_fn = &std::reference_wrapper<int>::get; local
262 auto& ret = std::__invoke(get_fn, r);
263 auto& cret = std::__invoke_constexpr(get_fn, r);
266 auto& ret2 = std::__invoke(get_fn, d);
267 auto& cret2 = std::__invoke_constexpr(get_fn, d);
269 auto& ret3 = std::__invoke(get_fn, r2);
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c 626 (*intisa->slots[slot_id].get_fn) (insn, slotbuf);
961 xtensa_get_field_fn get_fn;
976 get_fn = intisa->slots[slot_id].get_field_fns[intop->field_id];
977 if (!get_fn)
985 *valp = (*get_fn) (slotbuf);
1065 xtensa_get_field_fn get_fn =
1070 if (get_fn && set_fn)
1073 return ((*get_fn) (tmpbuf) != *valp);
956 xtensa_get_field_fn get_fn; local
1060 xtensa_get_field_fn get_fn = local
    [all...]
  /toolchain/binutils/binutils-2.25/include/
xtensa-isa-internal.h 70 xtensa_get_slot_fn get_fn; member in struct:xtensa_slot_internal_struct

Completed in 133 milliseconds