Home
last modified time | relevance | path

Searched refs:sint_type (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/convert/
Dbase.hpp40 using sint_type = short int; typedef
63 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()
Dstrtol.hpp44 …template<typename string_type> void str_to(cnv::range<string_type> v, optional< sint_type>& r) co… in str_to()
/third_party/spirv-tools/source/opt/
Dconstants.cpp400 Type* sint_type = context()->get_type_mgr()->GetSIntType(); in GetSIntConst() local
401 const Constant* c = GetConstant(sint_type, {static_cast<uint32_t>(val)}); in GetSIntConst()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.cpp431 Type* sint_type = context()->get_type_mgr()->GetSIntType(); in GetSIntConst() local
432 const Constant* c = GetConstant(sint_type, {static_cast<uint32_t>(val)}); in GetSIntConst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.cpp448 Type* sint_type = context()->get_type_mgr()->GetSIntType(); in GetSIntConst() local
449 const Constant* c = GetConstant(sint_type, {static_cast<uint32_t>(val)}); in GetSIntConst()