Searched refs:base_ (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
H A D | Syntax.td | 48 class External<NodeType base_> : NodeType { let base = base_; } 60 class Alternatives<NodeType base_ = Tree> : NodeType { let base = base_; } 64 class Unconstrained<NodeType base_ = Tree> : NodeType { let base = base_; } 79 class Sequence<NodeType base_ = Tree> : NodeType { 80 let base = base_;
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_fuchsia.cpp | 190 base_ = reinterpret_cast<void *>(base); in Init() 195 return reinterpret_cast<uptr>(base_); in Init() 229 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, name_, in Map() 235 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, name_, true); in MapOrDie() 257 if (addr == reinterpret_cast<uptr>(base_)) { in Unmap() 267 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
|
H A D | sanitizer_posix_libcdep.cpp | 338 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size, name) in Init() 343 return reinterpret_cast<uptr>(base_); in Init() 360 if (addr == reinterpret_cast<uptr>(base_)) in Unmap() 362 base_ = (size == size_) ? nullptr : reinterpret_cast<void*>(addr + size); in Unmap() 364 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
|
H A D | sanitizer_win.cpp | 302 CHECK((addr == reinterpret_cast<uptr>(base_)) && (size == size_)); in Unmap() 304 base_ = nullptr; in Unmap() 327 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size); in Init() 331 return reinterpret_cast<uptr>(base_); in Init()
|
H A D | sanitizer_common.h | 188 void *base() const { return base_; } in base() 192 void* base_;
|
/openbsd/lib/libcrypto/stack/ |
H A D | stack.c | 201 obj_bsearch_ex(const void *key, const void *base_, int num, int size, in obj_bsearch_ex() argument 204 const char *base = base_; in obj_bsearch_ex()
|
/openbsd/gnu/gcc/gcc/ |
H A D | ggc-zone.c | 2224 ggc_pch_this_base (struct ggc_pch_data *d, void *base_) in ggc_pch_this_base() argument 2227 size_t base = (size_t) base_; in ggc_pch_this_base()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | arm_mve_defs.td | 364 class IB_EltBit<int base_, Type type_ = Scalar> : ImmediateBounds { 365 int base = base_;
|
H A D | arm_sve.td | 572 def SVST1_SCATTER_BASES_U : MInst<"svst1_scatter[_{2}base_{d}]", "vPud", "ilUiUlfd", [IsScatt… 573 def SVST1B_SCATTER_BASES_U : MInst<"svst1b_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 574 def SVST1H_SCATTER_BASES_U : MInst<"svst1h_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 575 def SVST1W_SCATTER_BASES_U : MInst<"svst1w_scatter[_{2}base_{d}]", "vPud", "lUl", [IsScatt… 1914 def SVSTNT1_SCATTER_BASES_U : MInst<"svstnt1_scatter[_{2}base_{d}]", "vPud", "ilUiUlfd", [IsScatt… 1915 def SVSTNT1B_SCATTER_BASES_U : MInst<"svstnt1b_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 1916 def SVSTNT1H_SCATTER_BASES_U : MInst<"svstnt1h_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 1917 def SVSTNT1W_SCATTER_BASES_U : MInst<"svstnt1w_scatter[_{2}base_{d}]", "vPud", "lUl", [IsScatt…
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | CHECKLIST | 496 // _lib.base_, base:
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | CHECKLIST | 496 // _lib.base_, base:
|