HomeSort by relevance Sort by last modified time
    Searched full:add_one (Results 1 - 3 of 3) 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}}
  /external/bison/data/m4sugar/
m4sugar.m4 834 # m4_define([add_one], [m4_curry([add], [1])])
835 # add_one()([2]) => 3
    [all...]

Completed in 584 milliseconds