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

  /src/sys/external/bsd/compiler_rt/dist/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};
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};
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
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...]
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...]
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_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);

Completed in 23 milliseconds