Home
last modified time | relevance | path

Searched refs:gate_pure_const (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-pure-const.c1487 gate_pure_const (void) in gate_pure_const() function
1499 gate_pure_const, /* gate */
1669 gate_pure_const, /* gate */
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-pure-const.c128 static bool gate_pure_const (void);
151 bool gate (function *) { return gate_pure_const (); } in gate()
2029 gate_pure_const (void) in gate_pure_const() function
2114 virtual bool gate (function *) { return gate_pure_const (); } in gate()