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

  /src/external/gpl3/gcc.old/dist/gcc/
attribs.h 109 /* The backbone of lookup_attribute(). ATTR_LEN is the string length
112 The function is called from lookup_attribute in order to optimize
192 lookup_attribute (const char *attr_name, tree list) function
  /src/external/gpl3/gcc/dist/gcc/
attribs.h 120 /* The backbone of lookup_attribute(). ATTR_LEN is the string length
123 The function is called from lookup_attribute in order to optimize
223 lookup_attribute (const char *attr_name, tree list) function
243 /* Similar to lookup_attribute, but also match the attribute namespace.
247 lookup_attribute (const char *attr_ns, const char *attr_name, tree list) function

Completed in 22 milliseconds