| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| builtins.c | 44 builtin_alloca(const struct bitable *bt, NODE *a) 65 builtin_constant_p(const struct bitable *bt, NODE *a) 84 builtin_expect(const struct bitable *bt, NODE *a) 103 builtin_abs(const struct bitable *bt, NODE *a) 192 builtin_clz(const struct bitable *bt, NODE *a) 198 builtin_clzl(const struct bitable *bt, NODE *a) 204 builtin_clzll(const struct bitable *bt, NODE *a) 210 builtin_ctz(const struct bitable *bt, NODE *a) 216 builtin_ctzl(const struct bitable *bt, NODE *a) 222 builtin_ctzll(const struct bitable *bt, NODE *a 652 static const struct bitable bitable[] = { variable in typeref:struct:bitable [all...] |
| pass1.h | 505 struct bitable { struct 507 NODE *(*fun)(const struct bitable *, NODE *a); 521 NODE *builtin_frame_address(const struct bitable *bt, NODE *a); 522 NODE *builtin_return_address(const struct bitable *bt, NODE *a); 523 NODE *builtin_cfa(const struct bitable *bt, NODE *a);
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| builtins.c | 47 builtin_alloca(const struct bitable *bt, P1ND *a) 68 builtin_constant_p(const struct bitable *bt, P1ND *a) 86 builtin_expect(const struct bitable *bt, P1ND *a) 105 builtin_abs(const struct bitable *bt, P1ND *a) 146 builtin_bswap16(const struct bitable *bt, P1ND *a) 157 builtin_bswap32(const struct bitable *bt, P1ND *a) 170 builtin_bswap64(const struct bitable *bt, P1ND *a) 242 builtin_clz(const struct bitable *bt, P1ND *a) 248 builtin_clzl(const struct bitable *bt, P1ND *a) 254 builtin_clzll(const struct bitable *bt, P1ND *a 845 static const struct bitable bitable[] = { variable in typeref:struct:bitable [all...] |
| pass1.h | 557 struct bitable { struct 559 P1ND *(*fun)(const struct bitable *, P1ND *a); 574 P1ND *builtin_frame_address(const struct bitable *bt, P1ND *a); 575 P1ND *builtin_return_address(const struct bitable *bt, P1ND *a); 576 P1ND *builtin_cfa(const struct bitable *bt, P1ND *a);
|