Searched refs:args_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp29 typedef ChainedOriginDepotDesc args_type; typedef in struct:__msan::ChainedOriginDepotNode
31 bool eq(u32 hash, const args_type &args) const {
35 static uptr storage_size(const args_type &args) {
52 static u32 hash(const args_type &args) {
76 static bool is_valid(const args_type &args) { return true; }
77 void store(const args_type &args, u32 other_hash) {
82 args_type load() const {
83 args_type ret = {here_id, prev_id};
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp37 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) {
57 static bool is_valid(const args_type &args) {
60 void store(const args_type &args, u32 hash) {
66 args_type load() const {
67 return args_type(&stack[0], size, tag);
H A Dsanitizer_stackdepotbase.h26 typedef typename Node::args_type args_type; typedef in class:__sanitizer::StackDepotBase
29 handle_type Put(args_type args, bool *inserted = nullptr);
31 args_type Get(u32 id);
39 static Node *find(Node *s, args_type args, u32 hash);
61 args_type args,
97 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args,
136 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type
139 return args_type();
156 return args_type();
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h881 // 'args' and 'args_type', and refer to the mock function type and its
958 const args_type& args GTEST_ATTRIBUTE_UNUSED_, \
1371 args_type;\
1373 virtual return_type Perform(const args_type& args) {\
1381 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1432 args_type;\
1434 virtual return_type Perform(const args_type& args) {\
1442 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1479 args_type;\
1482 virtual return_type Perform(const args_type
[all...]
H A Dgmock-more-actions.h189 typedef typename ::testing::tuple_element<k, args_type>::type argk_type;
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc640 // via args_type and args.
642 StaticAssertTypeEq<tuple<int, char, int*>, args_type>();
643 args_type args_copy = args;

Completed in 126 milliseconds