HomeSort by: relevance | last modified time | path
    Searched refs:build_function_call (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
externs1.h 307 tnode_t *build_function_call(tnode_t *, bool, function_call *);
cgram.y 647 $$ = build_function_call($1, $3, call);
650 $$ = build_function_call($1, $3, $4);
tree.c 4667 build_function_call(tnode_t *func, bool sys, function_call *call) function in typeref:typename:tnode_t *

Completed in 15 milliseconds