| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | dfsan_custom.cpp | 85 dfsan_label buf_label, dfsan_label *ret_label) { in __dfsw_stat() argument 89 *ret_label = 0; in __dfsw_stat() 95 dfsan_label buf_label, dfsan_label *ret_label, dfsan_origin path_origin, in __dfso_stat() argument 97 int ret = __dfsw_stat(path, buf, path_label, buf_label, ret_label); in __dfso_stat() 104 dfsan_label *ret_label) { in __dfsw_fstat() argument 108 *ret_label = 0; in __dfsw_fstat() 114 dfsan_label *ret_label, dfsan_origin fd_origin, dfsan_origin buf_origin, in __dfso_fstat() argument 116 int ret = __dfsw_fstat(fd, buf, fd_label, buf_label, ret_label); in __dfso_fstat() 122 dfsan_label *ret_label) { in dfsan_strchr_with_label() argument 134 *ret_label = s_label; in dfsan_strchr_with_label() [all …]
|
| D | dfsan.cpp | 614 dfsan_label *ret_label) { in __dfsw_dfsan_get_label() argument 615 *ret_label = 0; in __dfsw_dfsan_get_label() 620 long data, dfsan_label data_label, dfsan_label *ret_label, in __dfso_dfsan_get_label() argument 622 *ret_label = 0; in __dfso_dfsan_get_label() 630 long data, dfsan_label data_label, dfsan_label *ret_label) { in __dfsw_dfsan_get_origin() argument 631 *ret_label = 0; in __dfsw_dfsan_get_origin() 636 long data, dfsan_label data_label, dfsan_label *ret_label, in __dfso_dfsan_get_origin() argument 638 *ret_label = 0; in __dfso_dfsan_get_origin()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | tree-inline.c | 85 tree ret_label; member 444 if (TREE_CODE (*tp) == RETURN_STMT && id->ret_label) 446 if (TREE_CODE (*tp) == RETURN_EXPR && id->ret_label) 454 goto_stmt = build_stmt (GOTO_STMT, id->ret_label); 459 goto_stmt = build1 (GOTO_EXPR, void_type_node, id->ret_label); 1266 id->ret_label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE); 1267 DECL_CONTEXT (id->ret_label) = VARRAY_TREE (id->fns, 0); 1333 build_stmt (LABEL_STMT, id->ret_label)); 1336 tree label = build1 (LABEL_EXPR, void_type_node, id->ret_label);
|
| D | ChangeLog.2 | 13035 * config/i960/i960.c (ret_label): Change asm label from "LR:" to
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/i960/ |
| D | i960.c | 84 static int ret_label = 0; variable 1056 ret_label++; 1182 fprintf (file, "\tlda Li960R%d,g14\n", ret_label); 1602 fprintf (file, "Li960R%d: ret\n", ret_label); 1632 fprintf (file, "Li960R%d: ret\n", ret_label); 1636 fprintf (file, "Li960R%d:\n", ret_label); 1721 sprintf (lbuf, "b Li960R%d", ret_label);
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | DataFlowSanitizer.rst | 112 dfsan_label n_label, dfsan_label *ret_label);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | expr.c | 596 tree ret_label = fold (build1 (ADDR_EXPR, return_address_type_node, ret)); local 597 push_value (ret_label);
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | ChangeLog-2000 | 4476 * optimize.c (inline_data): Update comment on ret_label. 4478 (copy_body_r): Allow ret_label to be NULL.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | ChangeLog | 14348 * optimize.c (inline_data): Update comment on ret_label. 14350 (copy_body_r): Allow ret_label to be NULL.
|