OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ofh
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/scan-build/
c++-analyzer
249
my ($
ofh
, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
252
print $
ofh
$_;
255
close $
ofh
;
ccc-analyzer
249
my ($
ofh
, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
252
print $
ofh
$_;
255
close $
ofh
;
Completed in 35 milliseconds