Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp711 bool FirstArg = true; in makeFunctionSignature() local
715 if (!FirstArg) { in makeFunctionSignature()
718 FirstArg = false; in makeFunctionSignature()
732 bool FirstArg = true; in genArguments() local
736 if (!FirstArg) { in genArguments()
740 FirstArg = false; in genArguments()
Dslang_rs_reflection.cpp2795 bool FirstArg = true; in startFunction() local
2797 if (!FirstArg) in startFunction()
2800 FirstArg = false; in startFunction()