Searched refs:FunctionName (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.h | 137 const std::string &FunctionName, int Argc, ...); 141 const std::string &FunctionName, const ArgTy &Args);
|
D | slang_rs_reflection.cpp | 2053 const std::string &FunctionName, int Argc, in startFunction() argument 2067 startFunction(AM, IsStatic, ReturnType, FunctionName, Args); in startFunction() 2072 const std::string &FunctionName, in startFunction() argument 2075 << ((ReturnType) ? ReturnType : "") << " " << FunctionName in startFunction()
|