/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | uninit-A.c | 9 struct tree *car, *cdr, *wfl; member 31 #define EXPR_WFL_QUALIFICATION(t) ((t)->wfl) 32 #define QUAL_WFL(t) ((t)->wfl) 33 #define EXPR_WFL_NODE(t) ((t)->wfl)
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.c | 6923 tree wfl; local 6942 return wfl; 8616 tree wfl; in unresolved_type_p() 10414 tree wfl; in read_import_dir() 12768 tree wfl; local 12784 return wfl; 12856 tree wfl; in cut_identifier_in_qualified() 12983 (wfl, 13098 tree wfl; in resolve_qualified_expression_name() 16155 return wfl; [all …]
|
H A D | parse.y | 1254 $$ = wfl; 1260 $$ = wfl; 3358 tree wfl; local 3377 return wfl; 5051 tree wfl; in unresolved_type_p() 6849 tree wfl; in read_import_dir() 9203 tree wfl; local 9219 return wfl; 9418 (wfl, 12590 return wfl; [all …]
|
H A D | check-init.c | 75 static tree wfl; variable 200 parse_error_context (wfl, format, IDENTIFIER_POINTER (name)); 498 (wfl, "Variable `%s' may not have been initialized", 514 (wfl, "variable '%s' may not have been initialized", 900 tree saved_wfl = wfl; 905 wfl = exp; 911 wfl = saved_wfl;
|
H A D | java-tree.h | 776 #define DECL_FUNCTION_WFL(DECL) (DECL_LANG_SPECIFIC(DECL)->u.f.wfl) 920 (DECL_LANG_SPECIFIC(NODE)->u.v.wfl) 976 tree wfl; /* Information on the original location */ member 1019 tree wfl; /* Original wfl */ member
|
H A D | parse.h | 487 tree wfl; /* Where thing to resolve where found */ member 498 #define JDEP_WFL(J) ((J)->wfl)
|
H A D | ChangeLog | 2975 (maybe_build_primttype_type_ref): Test `wfl' code. 3023 EXPR_WFL_QUALIFICATION on the newly created wfl. 3899 (struct lang_decl): New field `wfl'. 4640 (lang_mark_tree): Handle FIELD_DECL. Register `am' and `wfl' 5605 (maybe_build_primttype_type_ref): Make sure `wfl''s node is an 12763 (%union): tree wfl field of operator member replaced by int 13460 (wfl) and arguments (args) from CALL_EXPR tree operands. 13544 (parse_add_interface): New parameter wfl. No longer call 13545 lookup_cl, use wfl instead. 13591 wfl. Function modified to use WFL nodes. [all …]
|
/openbsd/usr.bin/rsync/ |
H A D | flist.c | 1167 size_t *sz, const struct flist *wfl, size_t wflsz) in flist_gen_dels() argument 1196 if (FLSTAT_TOP_DIR & wfl[i].st.flags) in flist_gen_dels() 1213 if (wflsz && strcmp(wfl[0].wpath, ".") == 0) { in flist_gen_dels() 1215 assert(S_ISDIR(wfl[0].st.mode)); in flist_gen_dels() 1224 if (!(FLSTAT_TOP_DIR & wfl[i].st.flags)) in flist_gen_dels() 1226 assert(S_ISDIR(wfl[i].st.mode)); in flist_gen_dels() 1227 assert(strcmp(wfl[i].wpath, ".")); in flist_gen_dels() 1259 if ((hent.key = strdup(wfl[i].wpath)) == NULL) { in flist_gen_dels() 1267 ERRX("%s: duplicate", wfl[i].wpath); in flist_gen_dels() 1307 if (stat(wfl[i].path, &st) == -1) { in flist_gen_dels() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree.c | 2496 tree wfl = make_node (EXPR_WITH_FILE_LOCATION); local 2498 EXPR_WFL_NODE (wfl) = node; 2499 EXPR_WFL_SET_LINECOL (wfl, line, col); 2506 EXPR_WFL_FILENAME_NODE (wfl) = last_filenode; 2509 TREE_SIDE_EFFECTS (wfl) = TREE_SIDE_EFFECTS (node); 2510 TREE_TYPE (wfl) = TREE_TYPE (node); 2513 return wfl;
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.info-9 | 39 * #cvs.wfl, removing: Concurrency. 40 * #cvs.wfl, technical details: Locks.
|
H A D | cvs.info-1 | 834 `#cvs.wfl' is a write lock. Old versions of CVS (before CVS 1.5) also 854 is `#cvs.wfl' followed by information of your choice (for example, 857 done, first remove the `#cvs.wfl' file and then the `#cvs.lock' 858 directory. Note that unlike the `#cvs.rfl' file, the `#cvs.wfl' file is
|
H A D | cvs.info-4 | 618 start with `#cvs.rfl', `#cvs.wfl', or `#cvs.lock'.
|
H A D | cvs.texinfo | 1267 @cindex #cvs.wfl, technical details 1284 @file{#cvs.wfl} is a write lock. Old versions of @sc{cvs} 1311 @file{#cvs.wfl} followed by information of your choice 1315 remove the @file{#cvs.wfl} file and then the 1317 @file{#cvs.rfl} file, the @file{#cvs.wfl} file is just 6140 @cindex #cvs.wfl, removing 6151 @file{#cvs.wfl}, or @file{#cvs.lock}.
|