Home
last modified time | relevance | path

Searched refs:FirstArg (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp713 bool FirstArg = true; in makeFunctionSignature() local
717 if (!FirstArg) { in makeFunctionSignature()
720 FirstArg = false; in makeFunctionSignature()
734 bool FirstArg = true; in genArguments() local
738 if (!FirstArg) { in genArguments()
742 FirstArg = false; in genArguments()
Dslang_rs_reflection.cpp3090 bool FirstArg = true; in startFunction() local
3092 if (!FirstArg) in startFunction()
3095 FirstArg = false; in startFunction()