Home
last modified time | relevance | path

Searched defs:addr_is_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h107 addr_is_type(uptr addr, int mapping_types) { in addr_is_type() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h226 inline bool addr_is_type(uptr addr, MappingDesc::Type mapping_type) { addr_is_type() function