Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp661 bool FirstArg = true; in makeFunctionSignature() local
667 if (!FirstArg) { in makeFunctionSignature()
670 FirstArg = false; in makeFunctionSignature()
684 bool FirstArg = true; in genArguments() local
688 if (!FirstArg) { in genArguments()
692 FirstArg = false; in genArguments()
Dslang_rs_reflection.cpp2078 bool FirstArg = true; in startFunction() local
2080 if (!FirstArg) in startFunction()
2083 FirstArg = false; in startFunction()