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

  /external/clang/tools/scan-build/
c++-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;
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 37 milliseconds