Home
last modified time | relevance | path

Searched refs:type_ref (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c85 LLVMTypeRef type_ref; in lp_build_print_value() local
92 type_ref = LLVMTypeOf(value); in lp_build_print_value()
93 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
96 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
98 type_ref = LLVMGetElementType(type_ref); in lp_build_print_value()
99 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
110 if (LLVMGetIntTypeWidth(type_ref) == 64) { in lp_build_print_value()
114 } else if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
139 LLVMGetIntTypeWidth(type_ref) < sizeof(int) * 8) { in lp_build_print_value()
141 if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
Dlp_bld_arit_overflow.c67 LLVMTypeRef type_ref; in build_binary_int_overflow() local
75 type_ref = LLVMTypeOf(a); in build_binary_int_overflow()
76 type_kind = LLVMGetTypeKind(type_ref); in build_binary_int_overflow()
79 type_width = LLVMGetIntTypeWidth(type_ref); in build_binary_int_overflow()
86 oelems[0] = type_ref; in build_binary_int_overflow()
/external/python/apitools/apitools/gen/
Dmessage_registry.py386 type_ref = self.__names.ClassName(attrs.get('$ref'))
388 if not (type_ref or type_name):
391 if type_ref:
392 self.__AddIfUnknown(type_ref)
397 type_name=type_ref, variant=messages.Variant.MESSAGE)