HomeSort by relevance Sort by last modified time
    Searched defs:_UC_ATTRIBUTE_PURE (Results 1 - 3 of 3) sorted by null

  /external/bison/darwin-lib/
unitypes.h 39 #ifndef _UC_ATTRIBUTE_PURE
41 # define _UC_ATTRIBUTE_PURE __attribute__ ((__pure__))
43 # define _UC_ATTRIBUTE_PURE
  /external/bison/lib/
unitypes.in.h 38 #ifndef _UC_ATTRIBUTE_PURE
40 # define _UC_ATTRIBUTE_PURE __attribute__ ((__pure__))
42 # define _UC_ATTRIBUTE_PURE
  /external/bison/linux-lib/
unitypes.h 39 #ifndef _UC_ATTRIBUTE_PURE
41 # define _UC_ATTRIBUTE_PURE __attribute__ ((__pure__))
43 # define _UC_ATTRIBUTE_PURE

Completed in 40 milliseconds