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

  /src/external/bsd/libpcap/dist/
pflog.h 142 uint8_t rewritten; member in struct:pfloghdr
  /src/external/bsd/tcpdump/dist/
pflog.h 135 nd_uint8_t rewritten; member in struct:pfloghdr
  /src/external/gpl3/gdb.old/dist/gdb/
rust-lang.c 291 struct type *rewritten; local
299 rewritten = lookup_array_range_type (field_type, 0, bound);
300 *additional_length = rewritten->length ();
304 if (!rewrite_slice_type (field_type, &rewritten, bound,
313 result->field (nfields - 1).set_type (rewritten);
source.c 126 and friends should be rewritten to count characters and see where
1042 /* Compute the rewritten path and return it. */
1068 /* The user may have requested that source paths be rewritten
1238 gdb::unique_xmalloc_ptr<char> rewritten
1240 if (rewritten != nullptr)
1241 fullname = std::move (rewritten);
1235 gdb::unique_xmalloc_ptr<char> rewritten member in class:gdb
  /src/external/gpl3/gdb/dist/gdb/
rust-lang.c 296 struct type *rewritten; local
304 rewritten = lookup_array_range_type (field_type, 0, bound);
305 *additional_length = rewritten->length ();
309 if (!rewrite_slice_type (field_type, &rewritten, bound,
318 result->field (nfields - 1).set_type (rewritten);
source.c 126 and friends should be rewritten to count characters and see where
1042 /* Compute the rewritten path and return it. */
1068 /* The user may have requested that source paths be rewritten
1238 gdb::unique_xmalloc_ptr<char> rewritten
1240 if (rewritten != nullptr)
1241 fullname = std::move (rewritten);
1235 gdb::unique_xmalloc_ptr<char> rewritten member in class:gdb
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc 194 int rewritten; member in struct:__anon13970
7442 statistics_counter_event (cfun, "Statements rewritten",
7443 reassociate_stats.rewritten);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc 193 int rewritten; member in struct:__anon16391
7089 statistics_counter_event (cfun, "Statements rewritten",
7090 reassociate_stats.rewritten);
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 538 bool rewritten () const { return (flags & LOOKUP_REWRITTEN); } function in struct:z_candidate
3982 else if (candidate->rewritten ())
3983 inform (cloc, "%s%#qD (rewritten)", msg, fn);
6868 handle C++20 rewritten comparison operator candidates. Returns NULL_TREE
6891 bool rewritten = (flags & LOOKUP_REWRITTEN); local
6892 if (rewritten && code != EQ_EXPR && code != SPACESHIP_EXPR)
7015 if (!rewritten)
7022 /* Maybe add C++20 rewritten comparison candidates. */
7051 /* Add rewritten candidates in same order. */
7060 /* Add rewritten candidates in reverse order. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 528 bool rewritten () const { return (flags & LOOKUP_REWRITTEN); } function in struct:z_candidate
3887 else if (candidate->rewritten ())
3888 inform (cloc, "%s%#qD (rewritten)", msg, fn);
6314 handle C++20 rewritten comparison operator candidates.
6335 bool rewritten = (flags & LOOKUP_REWRITTEN); local
6336 if (rewritten && code != EQ_EXPR && code != SPACESHIP_EXPR)
6435 if (!rewritten)
6442 /* Maybe add C++20 rewritten comparison candidates. */
6469 /* Add rewritten candidates in same order. */
6475 /* Add rewritten candidates in reverse order. *
    [all...]

Completed in 52 milliseconds