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 | 356 genTypeCheck(InTypes[0], "ain"); in genExportForEachBodies() 359 genTypeCheck(OET, "aout"); in genExportForEachBodies() 855 void RSReflectionCpp::genTypeCheck(const RSExportType *ET, in genTypeCheck() function in slang::RSReflectionCpp
|
D | slang_rs_reflection.h | 245 void genTypeCheck(const RSExportType *ET, const char *VarName);
|
D | slang_rs_reflection.cpp | 1131 genTypeCheck(InTypes.front(), "ain"); in genExportForEach() 1140 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach() 1146 genTypeCheck(OET, "aout"); in genExportForEach() 1506 genTypeCheck(InTypes[InIdx], InName.c_str()); in genExportReduceAllocationVariant() 1821 void RSReflectionJava::genTypeCheck(const RSExportType *ET, in genTypeCheck() function in slang::RSReflectionJava
|