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

/external/chromium_org/third_party/mesa/src/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/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp63 void print_type() {} // expected-note {{candidate template ignored: could not match 'void ()' against 'void (float *)'}} function
65 template void print_type<int>();
66 template void print_type<float>();
69 void print_type(T *) {} // expected-note {{candidate template ignored: could not match 'void (int *)' against 'void (float *)'}} function
71 template void print_type(int*);
72 template void print_type<int>(float*); // expected-error{{does not refer}}
74 void print_type(double*);
75 template void print_type<double>(double*);
/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/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);

Completed in 208 milliseconds