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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
attrs.h 54 /* indicates that the function is "pure": its result is purely based on
57 #define PURE __attribute__((__pure__))
59 #define PURE /* no attribute */
  /src/external/gpl3/binutils/dist/binutils/
rcparse.h 140 PURE = 341, /* PURE */
245 #define PURE 341
rcparse.c 57 /* Pure parsers. */
263 PURE = 341, /* PURE */
368 #define PURE 341
539 YYSYMBOL_PURE = 86, /* PURE */
1120 "BLOCKVARFILEINFO", "VALUE", "BLOCK", "MOVEABLE", "FIXED", "PURE",
4103 case 225: /* memflag: PURE */
  /src/external/gpl3/binutils.old/dist/binutils/
rcparse.h 140 PURE = 341, /* PURE */
245 #define PURE 341
rcparse.c 57 /* Pure parsers. */
263 PURE = 341, /* PURE */
368 #define PURE 341
539 YYSYMBOL_PURE = 86, /* PURE */
1120 "BLOCKVARFILEINFO", "VALUE", "BLOCK", "MOVEABLE", "FIXED", "PURE",
4103 case 225: /* memflag: PURE */
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 551 enum class PURE : unsigned char
553 impure = 0, // not pure at all
554 fwdref = 1, // it's pure, but not known which level yet
602 PURE purity; // PURExxxx

Completed in 88 milliseconds