OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function_in_header
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Profile/Inputs/
profiled_header.h
1
void
function_in_header
(int i) {
function
/external/clang/test/Profile/
c-unprofiled.c
2
// profile, main() and
function_in_header
, but we use the profile on a file that
18
function_in_header
(0);
24
function_in_header
(i);
Completed in 48 milliseconds