Searched refs:close_paren (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | tic80-dis.c | 195 int close_paren; in print_one_instruction() local 227 close_paren = 0; in print_one_instruction() 233 close_paren = 1; in print_one_instruction() 241 if (close_paren) in print_one_instruction()
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | tic80-dis.c | 212 int close_paren; local 249 close_paren = 0; 257 close_paren = 1; 266 if (close_paren)
|
| /openbsd/src/gnu/llvm/llvm/utils/ |
| D | demangle_tree.py | 29 close_paren = line.rfind(')', open_paren) 33 demangled = line[open_paren+1 : close_paren]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | target.h | 53 const char *open_paren, *close_paren; member
|
| D | final.c | 3639 fputs (targetm.asm_out.close_paren, file);
|
| D | ChangeLog.6 | 18272 * target.h (struct gcc_target): Add open_paren and close_paren.
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | FormatEntity.cpp | 1048 const char *close_paren = nullptr; in ParseBaseName() local 1072 close_paren = strchr(open_paren, ')'); in ParseBaseName() 1074 close_paren = strchr(open_paren, ')'); in ParseBaseName() 1077 return {open_paren, close_paren}; in ParseBaseName() 1087 auto [open_paren, close_paren] = ParseBaseName(full_name); in PrettyPrintFunctionNameWithArgs() 1097 if (close_paren) in PrettyPrintFunctionNameWithArgs() 1098 out_stream.PutCString(close_paren); in PrettyPrintFunctionNameWithArgs()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | target.h | 78 const char *open_paren, *close_paren; member
|
| D | final.c | 3290 fputs (targetm.asm_out.close_paren, file); in output_addr_const()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | stb.c | 140 ffelexToken close_paren;/* Output arg if ok, CLOSE_PAREN token. */ member 1277 ffestb_subrargs_.name_list.close_paren = ffelex_token_use (t); in ffestb_subr_name_list_() 1296 ffestb_subrargs_.name_list.close_paren = ffelex_token_use (t); in ffestb_subr_name_list_() 1319 ffestb_subrargs_.name_list.close_paren = ffelex_token_use (t); in ffestb_subr_name_list_1_() 1326 ffestb_subrargs_.name_list.close_paren = ffelex_token_use (t); in ffestb_subr_name_list_1_() 19513 ffestb_subrargs_.name_list.close_paren = ffelex_token_use (t); in ffestb_dummy1_() 19563 ffestb_subrargs_.name_list.close_paren, FFESTP_typeNone, in ffestb_dummy2_() 19569 ffestb_subrargs_.name_list.close_paren, in ffestb_dummy2_() 19575 ffestb_subrargs_.name_list.close_paren); in ffestb_dummy2_() 19585 ffelex_token_kill (ffestb_subrargs_.name_list.close_paren); in ffestb_dummy2_() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regexp.h | 985 U32 close_paren; /* which close bracket is our end (+1) */ member
|
| D | regexec.c | 6242 ( ( st )->u.eval.close_paren ) && \ 6243 ( ( ( st )->u.eval.close_paren ) == ( (expr) + 1 ) ) \ 6249 ( ( st )->u.eval.close_paren ) && \ 6251 ( ( ( st )->u.eval.close_paren ) == ( (expr) + 1 ) ) \ 6256 (st)->u.eval.close_paren = ( (expr) + 1 ) 6259 (st)->u.eval.close_paren = 0 8533 if ( cur_eval && CUR_EVAL.close_paren ) {\ in S_regmatch() 8537 CUR_EVAL.close_paren - 1,\ in S_regmatch() 8541 rex->recurse_locinput[CUR_EVAL.close_paren - 1] = VAL;\ in S_regmatch() 8700 sw = cur_eval && (n == 0 || CUR_EVAL.close_paren == n); in S_regmatch()
|
| D | util.c | 6192 const char* close_paren; local 6200 close_paren = p; 6222 && source_line_end == close_paren
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pdp11/ |
| D | pdp11.c | 1608 fprintf (file, targetm.asm_out.close_paren);
|
| /openbsd/src/gnu/gcc/gcc/config/pdp11/ |
| D | pdp11.c | 1735 fprintf (file, targetm.asm_out.close_paren); in output_addr_const_pdp11()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/cris/ |
| D | cris.c | 3110 fprintf (file, "%s", targetm.asm_out.close_paren);
|