Home
last modified time | relevance | path

Searched refs:base_ (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DSyntax.td48 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_;
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h222 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
226 return base_; in BaseGenerator()
250 base_(other.base_), value_(other.value_), index_(other.index_), in Iterator()
256 const ParamGeneratorInterface<T>* const base_; variable
309 : base_(base), iterator_(iterator) {} in Iterator()
313 return base_; in BaseGenerator()
349 base_(other.base_), in Iterator()
352 const ParamGeneratorInterface<T>* const base_; variable
H A Dgtest-param-util-generated.h.pump136 : base_(base),
146 return base_;
187 : base_(other.base_), $for j, [[
213 const ParamGeneratorInterface<ParamType>* const base_;
H A Dgtest-param-util-generated.h3603 return base_; in BaseGenerator()
3639 : base_(other.base_), in Iterator()
3722 return base_; in BaseGenerator()
3763 : base_(other.base_), in Iterator()
3905 : base_(other.base_), in Iterator()
4064 : base_(other.base_), in Iterator()
4242 : base_(other.base_), in Iterator()
4437 : base_(other.base_), in Iterator()
4651 : base_(other.base_), in Iterator()
4881 : base_(other.base_), in Iterator()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp336 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size, name) in Init()
341 return reinterpret_cast<uptr>(base_); in Init()
358 if (addr == reinterpret_cast<uptr>(base_)) in Unmap()
360 base_ = (size == size_) ? nullptr : reinterpret_cast<void*>(addr + size); in Unmap()
362 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
H A Dsanitizer_fuchsia.cpp229 base_ = reinterpret_cast<void *>(base); in Init()
234 return reinterpret_cast<uptr>(base_); in Init()
268 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, name_, in Map()
274 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, name_, true); in MapOrDie()
296 if (addr == reinterpret_cast<uptr>(base_)) { in Unmap()
306 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
H A Dsanitizer_win.cpp281 CHECK((addr == reinterpret_cast<uptr>(base_)) && (size == size_)); in Unmap()
283 base_ = nullptr; in Unmap()
306 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size); in Init()
310 return reinterpret_cast<uptr>(base_); in Init()
H A Dsanitizer_common.h184 void *base() const { return base_; } in base()
188 void* base_;
/freebsd-13.1/crypto/openssl/crypto/objects/
H A Dobj_dat.c589 const void *OBJ_bsearch_ex_(const void *key, const void *base_, int num, in OBJ_bsearch_ex_() argument
594 const char *base = base_; in OBJ_bsearch_ex_()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td364 class IB_EltBit<int base_, Type type_ = Scalar> : ImmediateBounds {
365 int base = base_;
H A Darm_sve.td572 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…
1893 def SVSTNT1_SCATTER_BASES_U : MInst<"svstnt1_scatter[_{2}base_{d}]", "vPud", "ilUiUlfd", [IsScatt…
1894 def SVSTNT1B_SCATTER_BASES_U : MInst<"svstnt1b_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt…
1895 def SVSTNT1H_SCATTER_BASES_U : MInst<"svstnt1h_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt…
1896 def SVSTNT1W_SCATTER_BASES_U : MInst<"svstnt1w_scatter[_{2}base_{d}]", "vPud", "lUl", [IsScatt…
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A DChangeLog-1.4170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
H A DChangeLog-2.01137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
/freebsd-13.1/contrib/libevent/
H A DChangeLog-1.4170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
H A DChangeLog-2.01137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…