Searched defs:from_type (Results 1 – 5 of 5) sorted by relevance
139 const glsl_type *from_type; in get_parameter_match_type() local
1130 const Type* from_type) { in TopTypeResult()
1532 auto* from_type = TypeOf(from_expr)->UnwrapRef(); in GenerateCastOrCopyOrPassthrough() local3460 auto* from_type = TypeOf(expr->expr)->UnwrapRef(); in GenerateBitcastExpression() local
3228 auto from_type = node->getBasicType(); in integerCheck() local7214 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
190 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument