Searched refs:genTypeCheck (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.h | 146 void genTypeCheck(const RSExportType *ET, const char *VarName);
|
D | slang_rs_reflection_cpp.cpp | 354 genTypeCheck(InTypes[0], "ain"); in genExportForEachBodies() 357 genTypeCheck(OET, "aout"); in genExportForEachBodies() 853 void RSReflectionCpp::genTypeCheck(const RSExportType *ET, in genTypeCheck() function in slang::RSReflectionCpp
|
D | slang_rs_reflection.h | 210 void genTypeCheck(const RSExportType *ET, const char *VarName);
|
D | slang_rs_reflection.cpp | 946 genTypeCheck(InTypes.front(), "ain"); in genExportForEach() 955 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach() 961 genTypeCheck(OET, "aout"); in genExportForEach() 1301 genTypeCheck(InTypes[InIdx], InName.c_str()); in genExportReduceAllocationVariant() 1616 void RSReflectionJava::genTypeCheck(const RSExportType *ET, in genTypeCheck() function in slang::RSReflectionJava
|