Home
last modified time | relevance | path

Searched refs:print_type (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaTemplate/
Dexplicit-instantiation.cpp64 void print_type() {} // expected-note {{candidate template ignored: could not match 'void ()' again… in print_type() function
66 template void print_type<int>();
67 template void print_type<float>();
70 void print_type(T *) {} // expected-note {{candidate template ignored: could not match 'void (int *… in print_type() function
72 template void print_type(int*);
73 template void print_type<int>(float*); // expected-error{{does not refer}}
75 void print_type(double*);
76 template void print_type<double>(double*);
/external/mesa3d/src/compiler/glsl/
Dir_print_visitor.cpp30 static void print_type(FILE *f, const glsl_type *t);
61 print_type(f, s->fields.structure[j].type); in _mesa_print_ir()
145 print_type(FILE *f, const glsl_type *t) in print_type() function
149 print_type(f, t->fields.array); in print_type()
209 print_type(f, ir->type); in visit()
220 print_type(f, ir->return_type); in visit()
274 print_type(f, ir->type); in visit()
298 print_type(f, ir->type); in visit()
446 print_type(f, ir->type); in visit()
/external/iptables/extensions/
Dlibip6t_mh.c148 static void print_type(uint8_t type, int numeric) in print_type() function
165 print_type(min, numeric); in print_types()
168 print_type(min, numeric); in print_types()
170 print_type(max, numeric); in print_types()
/external/vulkan-validation-layers/
Dvk_helper.py694 print_type = "p"
703 print_type = "s"
714 print_type = "s"
721 print_type = "s"
724 print_type = "f"
726 print_type = '" PRId64 "'
728 print_type = "hu"
730 print_type = '" PRINTF_SIZE_T_SPECIFIER "'
733 print_type = "u"
735 print_type = "i"
[all …]