Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp660 bool FirstArg = true; in makeFunctionSignature() local
664 if (!FirstArg) { in makeFunctionSignature()
667 FirstArg = false; in makeFunctionSignature()
681 bool FirstArg = true; in genArguments() local
685 if (!FirstArg) { in genArguments()
689 FirstArg = false; in genArguments()
Dslang_rs_reflection.cpp2092 bool FirstArg = true; in startFunction() local
2094 if (!FirstArg) in startFunction()
2097 FirstArg = false; in startFunction()