| /src/external/gpl3/gcc/dist/gcc/cp/ |
| init.cc | 3813 /* Ack! First we allocate the memory. Then we set our sentry 3815 memory if sentry is true. Then we run the constructor, and 3816 finally clear the sentry. 3828 tree end, sentry, begin; 3832 sentry = TARGET_EXPR_SLOT (begin); 3838 = build3 (COND_EXPR, void_type_node, sentry, 3841 end = build2 (MODIFY_EXPR, TREE_TYPE (sentry), 3842 sentry, boolean_false_node); 3826 tree end, sentry, begin; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| init.cc | 3795 /* Ack! First we allocate the memory. Then we set our sentry 3797 memory if sentry is true. Then we run the constructor, and 3798 finally clear the sentry. 3810 tree end, sentry, begin; 3814 sentry = TARGET_EXPR_SLOT (begin); 3820 = build3 (COND_EXPR, void_type_node, sentry, 3823 end = build2 (MODIFY_EXPR, TREE_TYPE (sentry), 3824 sentry, boolean_false_node); 3808 tree end, sentry, begin; local
|
| /src/external/bsd/tmux/dist/ |
| tmux.h | 1251 TAILQ_ENTRY(window_pane) sentry; /* link in list of last visited */ member in struct:window_pane 1329 TAILQ_ENTRY(winlink) sentry; member in struct:winlink
|