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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h1617 operand_address(Statement_inserter*, Expression*);
H A Dexpressions.cc5105 args->push_back(this->operand_address(inserter, this->left_));
5106 args->push_back(this->operand_address(inserter, this->right_));
5175 Expression* a1 = this->operand_address(inserter, this->left_);
5176 Expression* a2 = this->operand_address(inserter, this->right_);
5246 Binary_expression::operand_address(Statement_inserter* inserter, function in class:Binary_expression

Completed in 119 milliseconds