HomeSort by: relevance | last modified time | path
    Searched defs:gimple_build_with_ops (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple.cc 179 #define gimple_build_with_ops(c, s, n) \ macro
199 = as_a <greturn *> (gimple_build_with_ops (GIMPLE_RETURN, ERROR_MARK,
230 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK,
309 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK,
537 p = as_a <gcond *> (gimple_build_with_ops (GIMPLE_COND, pred_code, 4));
577 = as_a <glabel *> (gimple_build_with_ops (GIMPLE_LABEL, ERROR_MARK, 1));
588 = as_a <ggoto *> (gimple_build_with_ops (GIMPLE_GOTO, ERROR_MARK, 1));
635 gimple_build_with_ops (GIMPLE_ASM, ERROR_MARK,
792 = as_a <gresx *> (gimple_build_with_ops (GIMPLE_RESX, ERROR_MARK, 0));
808 gswitch *p = as_a <gswitch *> (gimple_build_with_ops (GIMPLE_SWITCH
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.cc 178 #define gimple_build_with_ops(c, s, n) \ macro
198 = as_a <greturn *> (gimple_build_with_ops (GIMPLE_RETURN, ERROR_MARK,
229 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK,
308 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK,
519 p = as_a <gcond *> (gimple_build_with_ops (GIMPLE_COND, pred_code, 4));
559 = as_a <glabel *> (gimple_build_with_ops (GIMPLE_LABEL, ERROR_MARK, 1));
570 = as_a <ggoto *> (gimple_build_with_ops (GIMPLE_GOTO, ERROR_MARK, 1));
617 gimple_build_with_ops (GIMPLE_ASM, ERROR_MARK,
774 = as_a <gresx *> (gimple_build_with_ops (GIMPLE_RESX, ERROR_MARK, 0));
790 gswitch *p = as_a <gswitch *> (gimple_build_with_ops (GIMPLE_SWITCH
    [all...]

Completed in 24 milliseconds