Searched refs:FE (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_foreach.cpp | 313 RSExportForEach *FE; in Create() local 317 FE = new RSExportForEach(Context, Name, FD->getLocation()); in Create() 318 FE->mOrdinal = Context->getNextForEachOrdinal(); in Create() 320 if (!FE->validateAndConstructParams(Context, FD)) { in Create() 326 std::string Id = CreateDummyName("helper_foreach_param", FE->getName()); in Create() 334 if (FE->mUsrData) { in Create() 335 const clang::ParmVarDecl *PVD = FE->mUsrData; in Create() 345 FE->mUsrData = nullptr; in Create() 379 FE->mParamPacketType = static_cast<RSExportRecordType *>(ET); in Create() 386 if (FE->hasIns()) { in Create() [all …]
|
D | slang_rs_export_func.cpp | 145 FE = ERT->fields_end(); FI != FE; FI++, Index++) { in checkParameterPacketType() local
|
D | slang_rs_export_type.cpp | 320 FE = RD->field_end(); in TypeExportableHelper() local 321 FI != FE; in TypeExportableHelper() 555 FE = RD->field_end(); in ValidateTypeHelper() local 556 FI != FE; in ValidateTypeHelper() 1053 FE = RD->field_end(); in IsStructureTypeWithRSObject() local 1054 FI != FE; in IsStructureTypeWithRSObject() 1517 FE = RD->field_end(); in Create() local 1518 FI != FE; in Create() 1563 for (const_field_iterator FI = fields_begin(), FE = fields_end(); in convertToLLVMType() local 1564 FI != FE; in convertToLLVMType()
|
D | slang_rs_object_ref_count.cpp | 521 FE = RD->field_end(); in CountRSObjectTypes() local 522 FI != FE; in CountRSObjectTypes() 540 FE = RD->field_end(); in CountRSObjectTypes() local 541 FI != FE; in CountRSObjectTypes() 581 FE = RD->field_end(); in ClearStructRSObject() local 582 FI != FE; in ClearStructRSObject() 918 FE = RD->field_end(); in CreateStructRSSetObject() local 919 FI != FE; in CreateStructRSSetObject()
|
D | slang_rs_reflection.cpp | 2409 FE = ERT->fields_end(); in genTypeItemClass() local 2410 FI != FE; FI++) { in genTypeItemClass() 2421 FE = ERT->fields_end(); in genTypeItemClass() local 2422 FI != FE; FI++) { in genTypeItemClass() 2608 FE = ERT->fields_end(); in genTypeClassComponentSetter() local 2609 FI != FE; FI++, FieldNum++) { in genTypeClassComponentSetter() 2655 FE = ERT->fields_end(); in genTypeClassComponentGetter() local 2656 FI != FE; FI++) { in genTypeClassComponentGetter()
|
D | slang_backend.cpp | 1177 FE = ERT->fields_end(); in dumpExportTypeInfo() local 1178 FI != FE; in dumpExportTypeInfo()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2004 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in GlobalCleanup() local 2005 FI != FE; ++FI) { in GlobalCleanup() 2051 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in ParseModule() local 2052 FI != FE; ++FI) { in ParseModule()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2297 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in GlobalCleanup() local 2298 FI != FE; ++FI) { in GlobalCleanup()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |