HomeSort by: relevance | last modified time | path
    Searched defs:dloc (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
sainfo.c 87 char *dloc, *drmt, *dpeer, *dclient; local
90 dloc = strdup("ANONYMOUS");
92 dloc = ipsecdoi_id2str(loc);
113 dloc, drmt, dpeer, dclient, remoteid );
115 racoon_free(dloc);
  /src/games/adventure/
init.c 120 int chloc, chloc2, dseen[7], dloc[7], /* dwarf stuff */ variable
254 dloc[1] = 19;
255 dloc[2] = 27;
256 dloc[3] = 33;
257 dloc[4] = 44;
258 dloc[5] = 64;
259 dloc[6] = chloc;
  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 1228 location_t dloc = location_with_discriminator (loc, local
1230 gimple_set_location (stmt, dloc);
1248 location_t dloc = location_with_discriminator (loc, curr_discr); local
1249 gimple_set_location (stmt, dloc);
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 9520 location_t dloc = DECL_SOURCE_LOCATION (v[i]);
9522 input_location = dloc;
9536 inform (dloc, "in initialization of structured binding "
10073 location_t dloc = DECL_SOURCE_LOCATION (decl);
10075 error_at (dloc, "non-local variable %qD declared %<__thread%> "
10078 error_at (dloc, "non-local variable %qD declared %<__thread%> "
10083 inform (dloc, "C++11 %<thread_local%> allows dynamic "
9508 location_t dloc = DECL_SOURCE_LOCATION (v[i]); local
10061 location_t dloc = DECL_SOURCE_LOCATION (decl); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 9085 location_t dloc = DECL_SOURCE_LOCATION (v[i]);
9087 input_location = dloc;
9101 inform (dloc, "in initialization of structured binding "
9620 location_t dloc = DECL_SOURCE_LOCATION (decl);
9622 error_at (dloc, "non-local variable %qD declared %<__thread%> "
9625 error_at (dloc, "non-local variable %qD declared %<__thread%> "
9630 inform (dloc, "C++11 %<thread_local%> allows dynamic "
9073 location_t dloc = DECL_SOURCE_LOCATION (v[i]); local
9608 location_t dloc = DECL_SOURCE_LOCATION (decl); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 26384 location_t dloc = c_parser_peek_token (parser)->location;
26403 error_at (dloc, "expected directive name");
26416 error_at (dloc, "unknown OpenMP directive name in "
26423 error_at (dloc, "%<%s%s%s%s%s%> directive "
26434 error_at (dloc, "%<%s%s%s%s%s%> directive "
26379 location_t dloc = c_parser_peek_token (parser)->location; local

Completed in 84 milliseconds