Home
last modified time | relevance | path

Searched refs:ASM_VOLATILE_P (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDc-typeck.c8575 if (!ASM_VOLATILE_P (args) && cv_qualifier) in build_asm_stmt()
8576 ASM_VOLATILE_P (args) = 1; in build_asm_stmt()
8692 ASM_VOLATILE_P (args) = (noutputs == 0); in build_asm_expr()
HDtree-pretty-print.c1967 if (ASM_VOLATILE_P (node)) in dump_generic_node()
HDtree.h1762 #define ASM_VOLATILE_P(NODE) (ASM_EXPR_CHECK (NODE)->base.public_flag) macro
HDgimplify.c5230 gimple_asm_set_volatile (stmt, ASM_VOLATILE_P (expr)); in gimplify_asm_expr()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-pretty-print.c2733 if (ASM_VOLATILE_P (node)) in dump_generic_node()
HDtree.h1265 #define ASM_VOLATILE_P(NODE) (ASM_EXPR_CHECK (NODE)->base.public_flag) macro
HDgimplify.c6385 gimple_asm_set_volatile (stmt, ASM_VOLATILE_P (expr) || noutputs == 0); in gimplify_asm_expr()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c9985 ASM_VOLATILE_P (args) = 1; in build_asm_stmt()
10115 ASM_VOLATILE_P (args) = (noutputs == 0); in build_asm_expr()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDsemantics.c1422 ASM_VOLATILE_P (r) = volatile_p || noutputs == 0; in finish_asm_stmt()
HDpt.c12801 (ASM_VOLATILE_P (t), in tsubst_expr()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDsemantics.c1624 ASM_VOLATILE_P (r) = volatile_p || noutputs == 0; in finish_asm_stmt()
HDpt.c16999 tmp = finish_asm_stmt (ASM_VOLATILE_P (t), string, outputs, inputs, in tsubst_expr()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDgeneric.texi1825 implicitly volatile, then the predicate @code{ASM_VOLATILE_P} will hold