Searched defs:OET (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp196 const RSExportType *OET = EF->getOutType(); local
200 if (OET) {
201 genTypeInstanceFromPointer(OET);
403 const RSExportType *OET = ef->getOutType(); local
410 if (OET) {
411 genTypeCheck(OET, "aout");
H A Dslang_rs_reflection.cpp398 const RSExportType *OET = EF->getOutType(); local
399 if (OET) {
400 genTypeInstanceFromPointer(C, OET);
681 const RSExportType *OET = EF->getOutType(); local
693 if (OET)
744 if (OET) {
745 genTypeCheck(C, OET, "aout");

Completed in 544 milliseconds