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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.h 38 SK_CONSTANT,
64 constant_svalue (SK_CONSTANT): a constant
317 enum svalue_kind get_kind () const final override { return SK_CONSTANT; }
349 return sval->get_kind () == SK_CONSTANT;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h 36 SK_CONSTANT,
62 constant_svalue (SK_CONSTANT): a constant
281 enum svalue_kind get_kind () const FINAL OVERRIDE { return SK_CONSTANT; }
313 return sval->get_kind () == SK_CONSTANT;

Completed in 27 milliseconds