Home
last modified time | relevance | path

Searched refs:add_pointer (Results 1 – 18 of 18) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dqemu_loader.c38 } add_pointer; member
150 strncpy(element->entry.add_pointer.dest_name, dest_name, in qemu_loader_add_pointer()
152 strncpy(element->entry.add_pointer.src_name, src_name, in qemu_loader_add_pointer()
154 element->entry.add_pointer.off_le = htole32(off); in qemu_loader_add_pointer()
155 element->entry.add_pointer.size = size; in qemu_loader_add_pointer()
213 printf(" dest_name: %s\n\r", entry->add_pointer.dest_name); in qemu_loader_dump_entry()
214 printf(" src_name : %s\n\r", entry->add_pointer.src_name); in qemu_loader_dump_entry()
216 le32toh(entry->add_pointer.off_le)); in qemu_loader_dump_entry()
217 printf(" size : %8x\n\r", entry->add_pointer.size); in qemu_loader_dump_entry()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h129 : public EvaluatedExprVisitorBase<std::add_pointer, ImplClass> {
132 : EvaluatedExprVisitorBase<std::add_pointer, ImplClass>(Context) {} in EvaluatedExprVisitor()
H A DAttrVisitor.h61 class AttrVisitor : public attrvisitor::Base<std::add_pointer, ImplClass, RetTy,
H A DDeclVisitor.h67 : public declvisitor::Base<std::add_pointer, ImplClass, RetTy> {};
H A DStmtVisitor.h185 : public StmtVisitorBase<std::add_pointer, ImplClass, RetTy, ParamTys...> {
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dadd_pointer.h44 struct add_pointer { struct
H A Ddecay.h49 … __conditional_t<is_function<_Up>::value, typename add_pointer<_Up>::type, __remove_cv_t<_Up> > >
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def14 TRANSFORM_TYPE_TRAIT_DEF(AddPointer, add_pointer)
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory55 #include <__type_traits/add_pointer.h>
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits76 template <class T> struct add_pointer;
216 using add_pointer_t = typename add_pointer<T>::type; // C++14
425 #include <__type_traits/add_pointer.h>
H A Dany89 #include <__type_traits/add_pointer.h>
H A Doptional193 #include <__type_traits/add_pointer.h>
H A Dvariant230 #include <__type_traits/add_pointer.h>
H A Dmodule.modulemap1874 …_traits_add_pointer [system] { header "__type_traits/add_pointer.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/lib/libc++/
H A DMakefile1217 TTR_HEADERS+= add_pointer.h
H A Dlibcxx.imp723 { include: [ "<__type_traits/add_pointer.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc577 SYMBOL(add_pointer, std::, <type_traits>)