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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 3191 #define DECL_ASSEMBLER_NAME(NODE) decl_assembler_name (NODE)
3197 /* Return true if NODE is a NODE that can contain a DECL_ASSEMBLER_NAME.
3202 /* Returns nonzero if the DECL_ASSEMBLER_NAME for NODE has been set. If zero,
3203 the NODE might still have a DECL_ASSEMBLER_NAME -- it just hasn't been set
3208 /* Set the DECL_ASSEMBLER_NAME for NODE to NAME. */
3212 /* Copy the DECL_ASSEMBLER_NAME from SRC_DECL to DST_DECL. Note that
3213 if SRC_DECL's DECL_ASSEMBLER_NAME has not yet been set, using this
3214 macro will not cause the DECL_ASSEMBLER_NAME to be set, but will
3215 clear DECL_ASSEMBLER_NAME of DST_DECL, if it was already set. I
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 3030 #define DECL_ASSEMBLER_NAME(NODE) decl_assembler_name (NODE)
3036 /* Return true if NODE is a NODE that can contain a DECL_ASSEMBLER_NAME.
3041 /* Returns nonzero if the DECL_ASSEMBLER_NAME for NODE has been set. If zero,
3042 the NODE might still have a DECL_ASSEMBLER_NAME -- it just hasn't been set
3047 /* Set the DECL_ASSEMBLER_NAME for NODE to NAME. */
3051 /* Copy the DECL_ASSEMBLER_NAME from SRC_DECL to DST_DECL. Note that
3052 if SRC_DECL's DECL_ASSEMBLER_NAME has not yet been set, using this
3053 macro will not cause the DECL_ASSEMBLER_NAME to be set, but will
3054 clear DECL_ASSEMBLER_NAME of DST_DECL, if it was already set. I
    [all...]

Completed in 33 milliseconds