HomeSort by: relevance | last modified time | path
    Searched refs:iloc (Results 1 - 10 of 10) sorted by relevancy

  /src/regress/sys/fs/lfs/ckckp/
check-all 67 %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{$oind - 1}, $flags, 1)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-c.cc 50 avr_resolve_overloaded_builtin (unsigned int iloc, tree fndecl, void *vargs)
54 location_t loc = (location_t) iloc;
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-c.cc 50 avr_resolve_overloaded_builtin (unsigned int iloc, tree fndecl, void *vargs)
54 location_t loc = (location_t) iloc;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1264 ParamInfo(IdentifierInfo *ident, SourceLocation iloc,
1267 : Ident(ident), IdentLoc(iloc), Param(param),
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 1163 location_t iloc
1166 error_at (iloc, "initializer specified for friend "
1169 error_at (iloc, "initializer specified for static "
1162 location_t iloc local
parser.cc 23088 gcc_rich_location iloc (loc);
23089 iloc.add_fixit_remove ();
23090 inform (&iloc, "remove parentheses to default-initialize "
23118 gcc_rich_location iloc (loc);
23125 iloc.add_fixit_replace (get_start (loc), "{");
23126 iloc.add_fixit_replace (get_finish (loc), "}");
23127 inform (&iloc, "replace parentheses with braces to declare a "
23132 iloc.add_fixit_insert_after (get_start (loc), "(");
23133 iloc.add_fixit_insert_before (get_finish (loc), ")");
23134 inform (&iloc, "add parentheses to declare a variable")
    [all...]
decl.cc 13311 gcc_rich_location iloc (declarator->parenthesized);
13312 iloc.add_fixit_remove (get_start (declarator->parenthesized));
13313 iloc.add_fixit_remove (get_finish (declarator->parenthesized));
13314 inform (&iloc, "remove parentheses");
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 1092 location_t iloc
1095 error_at (iloc, "initializer specified for friend "
1098 error_at (iloc, "initializer specified for static "
1091 location_t iloc local
parser.cc 22273 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, "add parentheses to declare a variable")
    [all...]
decl.cc 12809 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 79 milliseconds