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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp425 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
426 BI != EI; BI++) {
428 if (*BI != NULL) {
429 genTypeInstanceFromPointer(*BI);
697 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI;
698 BI++) {
701 "ain_" + (*BI)->getName().str()));
740 for (RSExportForEach::InIter BI
[all...]
H A Dslang_rs.cpp149 BI = ERT->fields_begin(); local
152 if ((*AI)->getName() != (*BI)->getName())
155 BI++;
H A Dslang_rs_export_foreach.cpp412 for (InIter BI = FE->mIns.begin(), EI = FE->mIns.end(); BI != EI; BI++) {
413 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr();
H A Dslang_rs_reflection_cpp.cpp192 for (RSExportForEach::InTypeIter BI = InTypes.begin(),
193 EI = InTypes.end(); BI != EI; BI++) {
195 genTypeInstanceFromPointer(*BI);
267 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end();
268 BI != EI; BI++) {
271 "android::RSC::sp<const android::RSC::Allocation>", (*BI)->getName()));
H A Dslang_rs_export_type.cpp1505 const_field_iterator AI = fields_begin(), BI = ERT->fields_begin();
1508 if (!(*AI)->getType()->equals((*BI)->getType()))
1511 BI++;

Completed in 5948 milliseconds