HomeSort by relevance Sort by last modified time
    Searched refs:args_type (Results 1 - 16 of 16) sorted by null

  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 30 typedef ChainedOriginDepotDesc args_type; typedef in struct:__msan::ChainedOriginDepotNode
32 bool eq(u32 hash, const args_type &args) const {
36 static uptr storage_size(const args_type &args) {
53 static u32 hash(const args_type &args) {
77 static bool is_valid(const args_type &args) { return true; }
78 void store(const args_type &args, u32 other_hash) {
83 args_type load() const {
84 args_type ret = {here_id, prev_id};
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 37 typedef StackTrace args_type; typedef in struct:__sanitizer::StackDepotNode
38 bool eq(u32 hash, const args_type &args) const {
49 static uptr storage_size(const args_type &args) {
52 static u32 hash(const args_type &args) {
71 static bool is_valid(const args_type &args) {
74 void store(const args_type &args, u32 hash) {
80 args_type load() const {
81 return args_type(&stack[0], size, tag);
sanitizer_stackdepotbase.h 27 typedef typename Node::args_type args_type; typedef in class:__sanitizer::StackDepotBase
30 handle_type Put(args_type args, bool *inserted = nullptr);
32 args_type Get(u32 id);
40 static Node *find(Node *s, args_type args, u32 hash);
62 args_type args,
98 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args,
137 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type
140 return args_type();
157 return args_type();
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ld.h 208 } args_type; typedef in typeref:struct:__anon116349
210 extern args_type command_line;
ldmain.c 99 args_type command_line;
    [all...]
  /art/runtime/mirror/
emulated_stack_frame.h 41 Handle<mirror::MethodType> args_type,
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h     [all...]
gmock-more-actions.h 171 typedef typename ::std::tr1::tuple_element<k, args_type>::type argk_type;
  /external/googletest/googlemock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-more-actions.h 188 typedef typename ::testing::tuple_element<k, args_type>::type argk_type;
  /external/v8/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-more-actions.h 188 typedef typename ::testing::tuple_element<k, args_type>::type argk_type;
  /external/fmtlib/test/gmock/
gmock.h     [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 640 // via args_type and args.
642 StaticAssertTypeEq< ::std::tr1::tuple<int, char, int*>, args_type>();
643 args_type args_copy = args;
    [all...]
  /external/googletest/googlemock/test/
gmock-generated-actions_test.cc 641 // via args_type and args.
643 StaticAssertTypeEq<tuple<int, char, int*>, args_type>();
644 args_type args_copy = args;
    [all...]
  /external/v8/testing/gmock/test/
gmock-generated-actions_test.cc 640 // via args_type and args.
642 StaticAssertTypeEq<tuple<int, char, int*>, args_type>();
643 args_type args_copy = args;
    [all...]

Completed in 366 milliseconds