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

/external/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp64 void print_type() {} // expected-note {{candidate template ignored: could not match 'void ()' against 'void (float *)'}} 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 *)' against 'void (float *)'}} 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/glsl/
H A Dir_print_visitor.cpp29 static void print_type(const glsl_type *t);
53 print_type(s->fields.structure[j].type);
124 print_type(const glsl_type *t) function
128 print_type(t->fields.array);
156 print_type(ir->type);
167 print_type(ir->return_type);
226 print_type(ir->type);
242 print_type(ir->type);
376 print_type(ir->type);
/external/iptables/extensions/
H A Dlibip6t_mh.c148 static void print_type(uint8_t type, int numeric) function
165 print_type(min, numeric);
168 print_type(min, numeric);
170 print_type(max, numeric);
/external/vulkan-validation-layers/
H A 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
[all...]

Completed in 248 milliseconds