Searched defs:add_one (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Dtypedef-prototype.c5 unary_int_func add_one; variable
7 int add_one(int arg) { function
H A Dexpr-address-of.c7 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 1050 milliseconds