Home
last modified time | relevance | path

Searched refs:shadow_begin (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/cfi/
H A Dcfi.cc151 uint16_t *shadow_begin = MemToShadow(begin, shadow_); in AddUnchecked() local
157 memset(shadow_begin, kUncheckedShadow & 0xff, in AddUnchecked()
158 (shadow_end - shadow_begin) * sizeof(*shadow_begin)); in AddUnchecked()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc247 uptr shadow_begin = RoundDownTo((uptr)MemToShadow(addr), kPageSize); in MapShadow() local
249 if (!MmapFixedNoReserve(shadow_begin, shadow_end - shadow_begin, "shadow")) in MapShadow()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h3453 return shadow_range(shadow_begin(), shadow_end());
3456 shadow_iterator shadow_begin() const {
3465 return std::distance(shadow_begin(), shadow_end());
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2712 assert(std::find(shadow_begin(), shadow_end(), S) == shadow_end() && in addShadowDecl()
2722 assert(std::find(shadow_begin(), shadow_end(), S) != shadow_end() && in removeShadowDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5004 return matchesFirstInPointerRange(InnerMatcher, Node.shadow_begin(), in AST_MATCHER_P()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4308 const UsingShadowDecl &USD = **UD.shadow_begin(); in EmitUsingDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h12574 assert(++Using->shadow_begin() == Using->shadow_end()); in RebuildUnresolvedUsingType()
12575 Ty = cast<TypeDecl>((*Using->shadow_begin())->getTargetDecl()); in RebuildUnresolvedUsingType()