Searched refs:sint_type (Results 1 – 5 of 5) sorted by relevance
40 using sint_type = short int; typedef63 BOOST_CNV_TO_STRING ( sint_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING()75 BOOST_CNV_STRING_TO (string_type const& s, optional< sint_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO()
44 …template<typename string_type> void str_to(cnv::range<string_type> v, optional< sint_type>& r) co… in str_to()
400 Type* sint_type = context()->get_type_mgr()->GetSIntType(); in GetSIntConst() local401 const Constant* c = GetConstant(sint_type, {static_cast<uint32_t>(val)}); in GetSIntConst()
431 Type* sint_type = context()->get_type_mgr()->GetSIntType(); in GetSIntConst() local432 const Constant* c = GetConstant(sint_type, {static_cast<uint32_t>(val)}); in GetSIntConst()
448 Type* sint_type = context()->get_type_mgr()->GetSIntType(); in GetSIntConst() local449 const Constant* c = GetConstant(sint_type, {static_cast<uint32_t>(val)}); in GetSIntConst()