Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/tests/integration/c_and_cpp/
Dsource2.c3 void CFunction(struct Cstruct **cstruct) { in CFunction() argument
4 if (cstruct) { in CFunction()
5 struct Cstruct *next = *cstruct++; in CFunction()
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/include/
Dc_include.h22 void CFunction(struct Cstruct **cstruct);