OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintArgs
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/scan-build/
c++-analyzer
214
my @
PrintArgs
;
220
push @
PrintArgs
,"'$Cmd'";
222
push @
PrintArgs
,"\'$arg\'";
228
print STDERR join(' ', @
PrintArgs
);
232
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
ccc-analyzer
214
my @
PrintArgs
;
220
push @
PrintArgs
,"'$Cmd'";
222
push @
PrintArgs
,"\'$arg\'";
228
print STDERR join(' ', @
PrintArgs
);
232
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
Completed in 187 milliseconds