HomeSort by relevance Sort by last modified time
    Searched refs:attrEnd (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 621 cl::list<bool>::iterator attrEnd = ArgWholeArchiveList.end();
622 for (; attr!=attrEnd; ++attr) {
629 attrEnd = ArgNoWholeArchiveList.end();
630 for (; attr!=attrEnd; ++attr) {
637 attrEnd = ArgAsNeededList.end();
638 while(attr != attrEnd) {
646 attrEnd = ArgNoAsNeededList.end();
647 while(attr != attrEnd) {
655 attrEnd = ArgAddNeededList.end();
656 while(attr != attrEnd) {
    [all...]
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 96 mcld::AttributeFactory::const_iterator attr, attrEnd = m_LDInfo.attrFactory().end();
97 for (attr=m_LDInfo.attrFactory().begin(); attr!=attrEnd; ++attr) {
  /external/skia/src/svg/
SkSVGPaintState.cpp 81 const char* attrEnd = attrValue + attrLength;
85 end = attrEnd;

Completed in 590 milliseconds