OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_one
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
typedef-prototype.c
5
unary_int_func
add_one
;
variable
7
int
add_one
(int arg) {
function
expr-address-of.c
7
void
add_one
(int *p) { (*p)++; }
function
11
add_one
(&p->value);
13
add_one
(&p->bitf); // expected-error {{address of bit-field requested}}
14
add_one
(&pvalue.bitf); // expected-error {{address of bit-field requested}}
15
add_one
(&p->whatever->bitf); // expected-error {{address of bit-field requested}}
Completed in 290 milliseconds