Searched refs:nil_check (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc6512 Expression* nil_check = NULL; local
6520 nil_check = bme_check_nil(this->method_->field_indexes(), loc, &ref);
6529 if (nil_check == NULL)
6530 nil_check = n;
6532 nil_check = Expression::make_binary(OPERATOR_OROR, nil_check, n, loc);
6536 if (nil_check != NULL)
6543 Bexpression* bcheck = nil_check->get_backend(context);
10794 Expression* nil_check = local
10797 Bexpression* bnil_check = nil_check
11304 Expression* nil_check = local
[all...]

Completed in 176 milliseconds