Searched refs:arg_mod (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | function-redecl.c | 32 void arg_mod(void *); 33 void arg_mod(void const *a) { } /* check-should-fail */ in arg_mod() function 75 function-redecl.c:33:6: error: symbol 'arg_mod' redeclared with different type (incompatible argument 1 (different modifiers)): 76 function-redecl.c:33:6: void extern [addressable] [toplevel] arg_mod( ... ) 78 function-redecl.c:32:6: void extern [addressable] [toplevel] arg_mod( ... )
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | disassemble.c | 648 midgard_special_arg_mod arg_mod) in print_vector_src() 658 fprintf(fp, "%s", argmod_names[arg_mod]); in print_vector_src() 644 print_vector_src(disassemble_context *ctx, FILE *fp, unsigned src_binary, midgard_reg_mode mode, unsigned reg, midgard_shrink_mode shrink_mode, uint8_t src_mask, bool is_int, midgard_special_arg_mod arg_mod) print_vector_src() argument
|
Completed in 5 milliseconds