Searched refs:print_type (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | explicit-instantiation.cpp | 64 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/ |
D | ir_print_visitor.cpp | 31 static void print_type(FILE *f, const glsl_type *t); 62 print_type(f, s->fields.structure[j].type); in _mesa_print_ir() 146 print_type(FILE *f, const glsl_type *t) in print_type() function 150 print_type(f, t->fields.array); in print_type() 225 print_type(f, ir->type); in visit() 236 print_type(f, ir->return_type); in visit() 290 print_type(f, ir->type); in visit() 314 print_type(f, ir->type); in visit() 465 print_type(f, ir->type); in visit()
|
/external/iptables/extensions/ |
D | libip6t_mh.c | 148 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()
|