Searched refs:is_inline (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-playback.h | 612 bool is_inline,
|
| H A D | jit-playback.cc | 2253 bool is_inline, in add_extended_asm() argument 2274 ASM_INLINE_P (asm_stmt) = is_inline; in add_extended_asm()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 19640 bool is_inline = cp_lexer_next_token_is_keyword (parser->lexer, RID_INLINE); in cp_parser_namespace_definition() local 19641 const bool topmost_inline_p = is_inline; in cp_parser_namespace_definition() 19643 if (is_inline) in cp_parser_namespace_definition() 19690 is_inline |= nested_inline_p; in cp_parser_namespace_definition() 19721 nested_definition_count += push_namespace (identifier, is_inline); in cp_parser_namespace_definition()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 10499 tree clobbers, tree labels, bool simple, bool is_inline) in build_asm_expr() argument 10617 ASM_INLINE_P (args) = is_inline; in build_asm_expr()
|
| H A D | c-parser.c | 7146 bool is_inline = (inline_loc != UNKNOWN_LOCATION); in c_parser_asm_statement() local 7233 clobbers, labels, simple, is_inline)); in c_parser_asm_statement()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.117 | 526 * src/include/htmlindicate.h (html_end_suppress): Added `is_inline'
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 10679 tree clobbers, tree labels, bool simple, bool is_inline) in build_asm_expr() argument 10793 ASM_INLINE_P (args) = is_inline; in build_asm_expr()
|
| H A D | c-parser.cc | 7107 bool is_inline = (inline_loc != UNKNOWN_LOCATION); in c_parser_asm_statement() local 7191 clobbers, labels, simple, is_inline)); in c_parser_asm_statement()
|
| H A D | ChangeLog | 2556 * c-typeck.c (build_asm_stmt): Add is_inline parameter. Use it to
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 21281 bool is_inline = cp_lexer_next_token_is_keyword (parser->lexer, RID_INLINE); in cp_parser_namespace_definition() local 21282 const bool topmost_inline_p = is_inline; in cp_parser_namespace_definition() 21284 if (is_inline) in cp_parser_namespace_definition() 21332 is_inline |= nested_inline_p; in cp_parser_namespace_definition() 21363 nested_definition_count += push_namespace (identifier, is_inline); in cp_parser_namespace_definition()
|