OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:some_function
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/tools/gyp/test/win/compiler-flags/
pdbname.cc
5
int
some_function
() {
function
/external/chromium_org/tools/gyp/test/win/uldi/
a.cc
5
int
some_function
() {
function
b.cc
5
int
some_function
() {
function
main.cc
5
extern int
some_function
();
8
some_function
();
/external/chromium_org/tools/gyp/test/win/importlib/
hello.cc
5
__declspec(dllimport) void
some_function
();
8
some_function
();
has-exports.cc
5
__declspec(dllexport) void
some_function
() {
function
/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
110
void *
some_function
(void);
112
(void*)
some_function
(); //expected-warning {{expression result unused; should this cast be to 'void'?}}
Completed in 311 milliseconds