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

  /external/brotli/dec/
port.h 69 /* IS_CONSTANT macros returns true for compile-time constant expressions. */
71 #define IS_CONSTANT(x) (!!__builtin_constant_p(x))
73 #define IS_CONSTANT(x) (!!0)
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 88 IS_CONSTANT,
551 || this->source_ == IS_CONSTANT);
    [all...]

Completed in 58 milliseconds