OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:some_function
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
func_invoke_and_crash.cpp
7
// CHECK:
some_function
15
static int
some_function
() {
function
20
return
some_function
();
test_info_sources.cpp
17
static int
some_function
() {
function
22
return
some_function
();
/external/clang/test/Sema/
unused-expr.c
109
void *
some_function
(void);
111
(void*)
some_function
(); //expected-warning {{expression result unused; should this cast be to 'void'?}}
Completed in 275 milliseconds