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

  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 150 static bool gate_pure_const (void);
173 bool gate (function *) final override { return gate_pure_const (); }
2119 gate_pure_const (void)
2174 bool gate (function *) final override { return gate_pure_const (); }
2118 gate_pure_const (void) function
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 148 static bool gate_pure_const (void);
171 bool gate (function *) { return gate_pure_const (); }
2108 gate_pure_const (void)
2160 virtual bool gate (function *) { return gate_pure_const (); }
2107 gate_pure_const (void) function

Completed in 61 milliseconds