HomeSort by relevance Sort by last modified time
    Searched refs:prev_id (Results 1 - 25 of 27) sorted by null

1 2

  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 21 u32 prev_id; member in struct:__msan::ChainedOriginDepotDesc
28 u32 prev_id; member in struct:__msan::ChainedOriginDepotNode
33 return here_id == args.here_id && prev_id == args.prev_id;
49 prev_id has either the same distribution as here_id (but with 3:8:21)
65 k = args.prev_id;
80 prev_id = args.prev_id;
84 args_type ret = {here_id, prev_id};
95 int prev_id() { return node_->prev_id; function in struct:__msan::ChainedOriginDepotNode::Handle
    [all...]
msan_chained_origin_depot.h 20 bool ChainedOriginDepotPut(u32 here_id, u32 prev_id, u32 *new_id);
msan_origin.h 40 // (stack_id, prev_id) -> id, where
43 // * prev_id is another origin id that describes the earlier part of the
45 // Following a chain of prev_id provides the full recorded history of an
88 u32 prev_id; local
89 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id);
91 return Origin(prev_id);
msan_interface_internal.h 99 // Test that this_id is a descendant of prev_id (or they are simply equal).
103 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id);
  /external/compiler-rt/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);

Completed in 599 milliseconds

1 2