Searched refs:iloc (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/regress/sys/fs/lfs/ckckp/
H A Dcheck-all67 %iloc = ();
109 $iloc{$serno} = $daddr;
131 if ($#iloc == 0) {
149 foreach $k (sort { $a <=> $b } keys %iloc) {
150 $a = $iloc{$k};
273 BIGLOOP: foreach $k (sort { $a <=> $b } keys %iloc) {
274 $a = $iloc{$k};
281 if ($test_rfw && $iloc{$oind - 1}) {
287 $flags = "-p -f -i 0x" . $iloc{$oind - 1} . " $wfile";
288 &test_fsck($iloc{
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-c.c50 avr_resolve_overloaded_builtin (unsigned int iloc, tree fndecl, void *vargs) argument
54 location_t loc = (location_t) iloc;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-c.cc50 avr_resolve_overloaded_builtin (unsigned int iloc, tree fndecl, void *vargs) argument
54 location_t loc = (location_t) iloc;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1264 ParamInfo(IdentifierInfo *ident, SourceLocation iloc, argument
1267 : Ident(ident), IdentLoc(iloc), Param(param),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c957 location_t iloc
960 error_at (iloc, "initializer specified for friend "
963 error_at (iloc, "initializer specified for static "
956 location_t iloc local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc1092 location_t iloc
1095 error_at (iloc, "initializer specified for friend "
1098 error_at (iloc, "initializer specified for static "
1091 location_t iloc local
H A Dparser.cc22273 gcc_rich_location iloc (loc);
22274 iloc.add_fixit_remove ();
22275 inform (&iloc, "remove parentheses to default-initialize "
22303 gcc_rich_location iloc (loc);
22310 iloc.add_fixit_replace (get_start (loc), "{");
22311 iloc.add_fixit_replace (get_finish (loc), "}");
22312 inform (&iloc, "replace parentheses with braces to declare a "
22317 iloc.add_fixit_insert_after (get_start (loc), "(");
22318 iloc.add_fixit_insert_before (get_finish (loc), ")");
22319 inform (&iloc, "ad
[all...]
H A Ddecl.cc12809 gcc_rich_location iloc (declarator->parenthesized);
12810 iloc.add_fixit_remove (get_start (declarator->parenthesized));
12811 iloc.add_fixit_remove (get_finish (declarator->parenthesized));
12812 inform (&iloc, "remove parentheses");

Completed in 488 milliseconds