Lines Matching refs:Freeze
1737 static bool Freeze(Def* const* defs, size_t n, Status* status);
1738 static bool Freeze(const std::vector<Def*>& defs, Status* status);
2319 bool Freeze(Status* s);
2670 bool Freeze(Status* s);
2990 bool Freeze(Status* s);
3064 inline bool Def::Freeze(Def* const* defs, size_t n, Status* status) {
3067 inline bool Def::Freeze(const std::vector<Def*>& defs, Status* status) {
3305 inline bool MessageDef::Freeze(Status* status) {
3495 inline bool EnumDef::Freeze(Status* status) {
4161 bool Freeze(Status* s);
4165 static bool Freeze(Handlers*const* handlers, int n, Status* s);
4166 static bool Freeze(const std::vector<Handlers*>& handlers, Status* s);
5672 inline bool Handlers::Freeze(Status *s) {
5676 inline bool Handlers::Freeze(Handlers *const *handlers, int n, Status *s) {
5679 inline bool Handlers::Freeze(const std::vector<Handlers*>& h, Status* status) {
6450 void Freeze();
6565 inline void SymbolTable::Freeze() {