Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp640 bool FirstArg = true; in makeFunctionSignature() local
645 if (!FirstArg) { in makeFunctionSignature()
648 FirstArg = false; in makeFunctionSignature()
662 bool FirstArg = true; in makeArgs() local
665 if (!FirstArg) { in makeArgs()
668 FirstArg = false; in makeArgs()
Dslang_rs_reflection.cpp2273 bool FirstArg = true; in startFunction() local
2277 if (!FirstArg) in startFunction()
2280 FirstArg = false; in startFunction()