Lines Matching defs:in
162 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
163 for (in = inBegin; in != inEnd; ++in) {
164 if (*in != NULL)
165 delete *in;
177 Output::const_iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
178 for (in = inBegin; in != inEnd; ++in) {
179 if (matched(**in, pInputFile, pInputSection))
180 return std::make_pair(*out, *in);
190 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
191 for (in = inBegin; in != inEnd; ++in) {
192 if (matched(**in, pInputFile, pInputSection))
193 return std::make_pair(*out, *in);
229 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
230 for (in = inBegin; in != inEnd; ++in) {
231 if ((*in)->getSection()->name().compare(pInputSection) == 0)
235 if (in != (*out)->end()) {
236 return std::make_pair(std::make_pair(*out, *in), false);
264 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
265 for (in = inBegin; in != inEnd; ++in) {
266 if ((*in)->policy() == pInputDesc.policy() &&
267 (*in)->spec() == pInputDesc.spec())
271 if (in != (*out)->end()) {
272 return std::make_pair(std::make_pair(*out, *in), false);
354 } // for each token in the RHS expr of the dot assignment
358 // fixup dot in output VMA if needed
375 } // for each token in the RHS expr of the dot assignment