Lines Matching defs:in
167 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
168 for (in = inBegin; in != inEnd; ++in) {
169 if (*in != NULL)
170 delete *in;
183 Output::const_iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
184 for (in = inBegin; in != inEnd; ++in) {
185 if (matched(**in, pInputFile, pInputSection))
186 return std::make_pair(*out, *in);
197 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
198 for (in = inBegin; in != inEnd; ++in) {
199 if (matched(**in, pInputFile, pInputSection))
200 return std::make_pair(*out, *in);
239 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
240 for (in = inBegin; in != inEnd; ++in) {
241 if ((*in)->getSection()->name().compare(pInputSection) == 0)
245 if (in != (*out)->end()) {
246 return std::make_pair(std::make_pair(*out, *in), false);
275 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
276 for (in = inBegin; in != inEnd; ++in) {
277 if ((*in)->policy() == pInputDesc.policy() &&
278 (*in)->spec() == pInputDesc.spec())
282 if (in != (*out)->end()) {
283 return std::make_pair(std::make_pair(*out, *in), false);
368 } // for each token in the RHS expr of the dot assignment
372 // fixup dot in output VMA if needed
387 } // for each token in the RHS expr of the dot assignment