Searched refs:gimple_asm_set_output_op (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple.c | 644 gimple_asm_set_output_op (p, i, (*outputs)[i]); in gimple_build_asm_vec()
|
H A D | gimple.h | 3872 gimple_asm_set_output_op (gasm *asm_stmt, unsigned index, tree out_op)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimple.h | 3006 gimple_asm_set_output_op (gimple gs, unsigned index, tree out_op) in gimple_asm_set_output_op() function
|
H A D | gimple.c | 688 gimple_asm_set_output_op (p, i, VEC_index (tree, outputs, i)); in gimple_build_asm_vec()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | gimple.texi | 967 @deftypefn {GIMPLE function} void gimple_asm_set_output_op (gimple g, @
|