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

  /src/external/gpl3/gdb/dist/gdb/
typeprint.c 260 gdb::unique_xmalloc_ptr<char> applied
263 if (applied != nullptr)
265 applied.get ());
258 gdb::unique_xmalloc_ptr<char> applied member in class:gdb
  /src/external/gpl3/gdb.old/dist/gdb/
typeprint.c 337 gdb::unique_xmalloc_ptr<char> applied
340 if (applied != nullptr)
342 applied.get ());
335 gdb::unique_xmalloc_ptr<char> applied member in class:gdb
  /src/external/mit/isl/dist/interface/
template_cpp.cc 304 Kind applied; local
307 applied.emplace_back(::apply(tuple, subs));
309 return applied;
2217 * The result consists of "second" and of "second" applied to "first".
2254 * applied to both "kind1" and "kind2",
2273 * applied to both "kind1" and "kind2".
2305 * applied to both "kind1" and "kind2".
2409 * is not affected and the substitution can be applied
2554 /* Signatures for "at" methods applied to a multi-expression,
2562 /* Signatures for other "at" methods applied to a list
    [all...]

Completed in 24 milliseconds