Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgcc-cp-fe.def524 gcc_expr, /* Argument DEFAULT_VALUE. */
597 GCC_METHOD5 (gcc_expr, build_dependent_expr,
604 /* Build a gcc_expr for the value VALUE in type TYPE. */
606 GCC_METHOD2 (gcc_expr, build_literal_expr,
610 /* Build a gcc_expr that denotes DECL, the declaration of a variable
615 GCC_METHOD2 (gcc_expr, build_decl_expr,
619 /* Build a gcc_expr that denotes the unary operation UNARY_OP applied
620 to the gcc_expr OPERAND. For non-expr operands, see
629 GCC_METHOD2 (gcc_expr, build_unary_expr,
631 gcc_expr) /* Argument OPERAND. */
[all …]
H A Dgcc-cp-interface.h74 typedef unsigned long long gcc_expr; typedef
82 { gcc_expr value; gcc_type type; gcc_utempl templ; gcc_type pack; }
112 gcc_expr *elements;
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dgcc-cp-fe.def524 gcc_expr, /* Argument DEFAULT_VALUE. */
597 GCC_METHOD5 (gcc_expr, build_dependent_expr,
604 /* Build a gcc_expr for the value VALUE in type TYPE. */
606 GCC_METHOD2 (gcc_expr, build_literal_expr,
610 /* Build a gcc_expr that denotes DECL, the declaration of a variable
615 GCC_METHOD2 (gcc_expr, build_decl_expr,
619 /* Build a gcc_expr that denotes the unary operation UNARY_OP applied
620 to the gcc_expr OPERAND. For non-expr operands, see
629 GCC_METHOD2 (gcc_expr, build_unary_expr,
631 gcc_expr) /* Argument OPERAND. */
[all …]
H A Dgcc-cp-interface.h74 typedef unsigned long long gcc_expr; typedef
82 { gcc_expr value; gcc_type type; gcc_utempl templ; gcc_type pack; }
112 gcc_expr *elements;
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgcc-cp-fe.def524 gcc_expr, /* Argument DEFAULT_VALUE. */
597 GCC_METHOD5 (gcc_expr, build_dependent_expr,
604 /* Build a gcc_expr for the value VALUE in type TYPE. */
606 GCC_METHOD2 (gcc_expr, build_literal_expr,
610 /* Build a gcc_expr that denotes DECL, the declaration of a variable
615 GCC_METHOD2 (gcc_expr, build_decl_expr,
619 /* Build a gcc_expr that denotes the unary operation UNARY_OP applied
620 to the gcc_expr OPERAND. For non-expr operands, see
629 GCC_METHOD2 (gcc_expr, build_unary_expr,
631 gcc_expr) /* Argument OPERAND. */
[all …]
H A Dgcc-cp-interface.h74 typedef unsigned long long gcc_expr; typedef
82 { gcc_expr value; gcc_type type; gcc_utempl templ; gcc_type pack; }
112 gcc_expr *elements;
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dgcc-cp-fe.def524 gcc_expr, /* Argument DEFAULT_VALUE. */
597 GCC_METHOD5 (gcc_expr, build_dependent_expr,
604 /* Build a gcc_expr for the value VALUE in type TYPE. */
606 GCC_METHOD2 (gcc_expr, build_literal_expr,
610 /* Build a gcc_expr that denotes DECL, the declaration of a variable
615 GCC_METHOD2 (gcc_expr, build_decl_expr,
619 /* Build a gcc_expr that denotes the unary operation UNARY_OP applied
620 to the gcc_expr OPERAND. For non-expr operands, see
629 GCC_METHOD2 (gcc_expr, build_unary_expr,
631 gcc_expr) /* Argument OPERAND. */
[all …]
H A Dgcc-cp-interface.h74 typedef unsigned long long gcc_expr; typedef
82 { gcc_expr value; gcc_type type; gcc_utempl templ; gcc_type pack; }
112 gcc_expr *elements;
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc1822 gcc_expr
2308 gcc_expr default_value, in plugin_build_value_template_parameter()
2416 gcc_expr
2670 gcc_expr
2680 gcc_expr
2698 gcc_expr
2701 gcc_expr operand) in plugin_build_unary_expr()
2841 gcc_expr
2844 gcc_expr operand1, in plugin_build_binary_expr()
2845 gcc_expr operand2) in plugin_build_binary_expr()
[all …]
H A Dmarshall-cp.hh254 gva->elements = new gcc_expr[len]; in unmarshall()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc1666 gcc_expr
2149 gcc_expr default_value, in plugin_build_value_template_parameter()
2257 gcc_expr
2511 gcc_expr
2521 gcc_expr
2539 gcc_expr
2542 gcc_expr operand) in plugin_build_unary_expr()
2682 gcc_expr
2685 gcc_expr operand1, in plugin_build_binary_expr()
2686 gcc_expr operand2) in plugin_build_binary_expr()
[all …]
H A Dmarshall-cp.hh231 gva->elements = new gcc_expr[len]; in unmarshall()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_349.c16 unsigned long gcc_expr = __alignof__(3); variable