Home
last modified time | relevance | path

Searched defs:is_range (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/detail/
Dis_range.hpp50 struct is_range : boost::mpl::and_<range_detail::has_iterator<Range>, range_detail::has_const_itera… struct
59 struct is_range< std::pair<iteratorT,iteratorT> > : boost::mpl::true_ struct
64 struct is_range< const std::pair<iteratorT,iteratorT> > : boost::mpl::true_ struct
73 struct is_range< elementT[sz] > : boost::mpl::true_ struct
78 struct is_range< const elementT[sz] > : boost::mpl::true_ struct
87 struct is_range< char* > : boost::mpl::true_ struct
92 struct is_range< wchar_t* > : boost::mpl::true_ struct
97 struct is_range< const char* > : boost::mpl::true_ struct
102 struct is_range< const wchar_t* > : boost::mpl::true_ struct
107 struct is_range< char* const > : boost::mpl::true_ struct
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/
Dis_range.hpp17 struct is_range struct
22 struct is_range<boost::iterator_range<T>> struct
/aosp_15_r20/art/tools/veridex/
H A Dflow_analysis.cc704 bool is_range, in GetParameterAt()
710 RegisterValue FlowAnalysisCollector::AnalyzeInvoke(const Instruction& instruction, bool is_range) { in AnalyzeInvoke()
768 bool is_range) { in AnalyzeInvoke()
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc3289 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction() local
3312 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); in CodeFlowVerifyInstruction() local
3375 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction() local
3394 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction() local
3445 bool is_range = (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in CodeFlowVerifyInstruction() local
3476 bool is_range = (inst->Opcode() == Instruction::INVOKE_CUSTOM_RANGE); in CodeFlowVerifyInstruction() local
4227 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator()
4368 bool is_range) { in VerifyInvocationArgsUnresolvedMethod()
4435 const Instruction* inst, MethodType method_type, bool is_range) { in VerifyInvocationArgs()
4612 bool is_range) { in VerifyNewArray()
/aosp_15_r20/external/coreboot/src/arch/riscv/
H A Dpmp.c287 static int find_empty_pmp_entry(int is_range) in find_empty_pmp_entry()
343 int is_range, n; in setup_pmp() local
/aosp_15_r20/external/libaom/examples/
H A Ddecode_with_drops.c79 int is_range = 0; in main() local
/aosp_15_r20/external/libvpx/examples/
H A Ddecode_with_drops.c82 int is_range = 0; in main() local
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1231 bool is_range; in artQuickResolutionTrampoline() local
2440 const bool is_range = (inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic() local
2579 const bool is_range = inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE; in artInvokePolymorphicWithHiddenReceiver() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc1304 bool is_range = false; in sdpu_get_attrib_seq_len() local
/aosp_15_r20/art/runtime/interpreter/mterp/
H A Dnterp.cc596 bool is_range) in DoFilledNewArray()
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp3545 struct is_range struct
3548 using t_ref = typename std::add_lvalue_reference<T>::type;
3550 using iterator = detected_t<result_of_begin, t_ref>;
3551 using sentinel = detected_t<result_of_end, t_ref>;
3556 static constexpr auto is_iterator_begin =
3560 …s_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin;