HomeSort by relevance Sort by last modified time
    Searched refs:TO_PARENT (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/scan-build/
ccc-analyzer 137 pipe (FROM_CHILD, TO_PARENT);
141 open(STDOUT,">&", \*TO_PARENT);
142 open(STDERR,">&", \*TO_PARENT);
145 close(TO_PARENT);
239 pipe (FROM_CHILD, TO_PARENT);
243 open(STDOUT,">&", \*TO_PARENT);
244 open(STDERR,">&", \*TO_PARENT);
248 close TO_PARENT;
scan-build     [all...]

Completed in 23 milliseconds