OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function
(Results
1 - 25
of
5022
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/tests/usr.bin/xlint/lint1/
msg_261.c
8
/* expect+2: previous definition of '
function
' [261] */
10
function
(void)
function
14
/* expect+2: error: redeclaration of '
function
' with type '
function
(void) returning int', expected '
function
(void) returning void' [347] */
15
/* expect+1: warning: static
function
'
function
' declared but not defined [290] */
16
static int
function
(void);
msg_029.c
8
extern int
function
(void);
10
static int
function
(void)
function
11
/* expect+1: warning: '
function
' was previously declared extern, becomes static [29] */
13
return
function
();
msg_016.c
4
// Test for message: array of
function
is invalid [16]
8
typedef void
function
(void);
typedef
10
/* expect+1: error: array of
function
is invalid [16] */
11
function
functions[] = {
13
* XXX: The below warning should not assume that
function
is an
msg_064.c
4
// Test for message: ()-less
function
definition [64]
6
typedef int (
function
)(void);
typedef
9
* Even though typedef_function has type
function
, this construction is not
10
* allowed. A
function
definition must always look like a
function
13
function
typedef_function {
14
/* expect-1: error: ()-less
function
definition [64] */
msg_317.c
9
function
(void)
function
msg_024.c
4
// Test for message: cannot initialize
function
'%s' [24]
8
typedef void (
function
)(void);
typedef
15
/* expect+3: error: cannot initialize
function
'fn' [24] */
17
/* expect+1: error: {}-enclosed or constant initializer of type '
function
(void) returning void' required [181] */
18
function
fn = definition;
msg_038.c
4
// Test for message:
function
invalid in structure or union [38]
8
typedef void (
function
)(void);
typedef
11
/* expect+1: error:
function
invalid in structure or union [38] */
12
function
fn;
msg_050.c
4
/* Test for message: parameter '%s' has
function
type, should be pointer [50] */
8
typedef void (
function
)();
typedef
10
/* expect+1: warning: parameter 'f' unused in
function
'example' [231] */
12
/* expect+1: warning: parameter 'f' has
function
type, should be pointer [50] */
13
function
f;
msg_014.c
4
// Test for message: compiler takes alignment of
function
[14]
9
typedef void
function
(void);
typedef
11
/* expect+1: error: cannot take size/alignment of
function
type '
function
(void) returning void' [144] */
12
unsigned long alignof_function = __alignof__(
function
);
15
/* expect+1: warning: invalid bit-field type '
function
(void) returning void' [35] */
16
function
bit_field:1;
17
/* expect+1: error:
function
invalid in structure or union [38] */
18
function
member;
22
/* expect+1: error: array of
function
is invalid [16] *
[
all
...]
msg_063.c
9
/* expect+1: warning:
function
definition for '
function
' with identifier list is obsolete in C23 [384] */
10
function
(a, b)
function
17
double
function
(int);
msg_177.c
8
extern int
function
(void);
16
const int calling_function =
function
();
msg_285.c
9
void
function
(int, int, int);
13
/* expect+1: warning:
function
definition for '
function
' with identifier list is obsolete in C23 [384] */
14
function
(a, b)
function
/src/tests/usr.bin/indent/
fmt_block.c
13
function
(void)
function
38
function
(void)
function
46
function
(void)
function
psym_do.c
13
void
function
(void) {
function
21
function
(void)
function
38
function
(void)
function
46
function
(void)
function
psym_switch_expr.c
19
function
(void)
function
31
function
(void)
function
45
function
(void)
function
lsym_while.c
10
function
(void)
function
19
function
(void)
function
36
function
(void)
function
44
function
(void)
function
lsym_form_feed.c
24
void
function
(void)
36
function
(void)
23
void
function
(void)
function
34
function
(void)
function
lsym_if.c
10
function
(void)
function
18
function
(void)
function
opt_ts.c
16
function
(void)
function
27
function
(void)
function
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
continue-after-aborted-step-over.c
19
function
(void)
function
26
function
();
disabled-location.c
19
function
(void)
function
27
function
();
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
continue-after-aborted-step-over.c
19
function
(void)
function
26
function
();
disabled-location.c
19
function
(void)
function
27
function
();
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
save-bp-qualified.cc
20
static void
function
();
24
S::
function
()
function in class:S
29
function
()
function
36
S::
function
();
37
function
();
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
save-bp-qualified.cc
20
static void
function
();
24
S::
function
()
function in class:S
29
function
()
function
36
S::
function
();
37
function
();
Completed in 36 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Feb 28 05:31:39 UTC 2026