20#ifndef GCC_STRINGPOOL_H 
   21#define GCC_STRINGPOOL_H 
   36#if GCC_VERSION >= 3000 
   37#define get_identifier(str) \ 
   38  (__builtin_constant_p (str)                           \ 
   39    ? get_identifier_with_length ((str), strlen (str))  \ 
   40    : get_identifier (str)) 
union tree_node * tree
Definition coretypes.h:97
tree get_identifier_with_length(const char *, size_t)
Definition stringpool.cc:119
tree get_identifier(const char *)
Definition stringpool.cc:105
tree maybe_get_identifier(const char *)
Definition stringpool.cc:134