Home
last modified time | relevance | path

Searched refs:is_inline (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h612 bool is_inline,
H A Djit-playback.cc2253 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 Dparser.c19640 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 Dc-typeck.c10499 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 Dc-parser.c7146 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 DChangeLog.117526 * src/include/htmlindicate.h (html_end_suppress): Added `is_inline'
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc10679 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 Dc-parser.cc7107 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 DChangeLog2556 * c-typeck.c (build_asm_stmt): Add is_inline parameter. Use it to
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc21281 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()