Searched refs:add_pointer (Results 1 – 18 of 18) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | qemu_loader.c | 38 } 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 D | EvaluatedExprVisitor.h | 129 : public EvaluatedExprVisitorBase<std::add_pointer, ImplClass> { 132 : EvaluatedExprVisitorBase<std::add_pointer, ImplClass>(Context) {} in EvaluatedExprVisitor()
|
| H A D | AttrVisitor.h | 61 class AttrVisitor : public attrvisitor::Base<std::add_pointer, ImplClass, RetTy,
|
| H A D | DeclVisitor.h | 67 : public declvisitor::Base<std::add_pointer, ImplClass, RetTy> {};
|
| H A D | StmtVisitor.h | 185 : public StmtVisitorBase<std::add_pointer, ImplClass, RetTy, ParamTys...> {
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | add_pointer.h | 44 struct add_pointer { struct
|
| H A D | decay.h | 49 … __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 D | TransformTypeTraits.def | 14 TRANSFORM_TYPE_TRAIT_DEF(AddPointer, add_pointer)
|
| /freebsd/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | memory | 55 #include <__type_traits/add_pointer.h>
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 76 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 D | any | 89 #include <__type_traits/add_pointer.h>
|
| H A D | optional | 193 #include <__type_traits/add_pointer.h>
|
| H A D | variant | 230 #include <__type_traits/add_pointer.h>
|
| H A D | module.modulemap | 1874 …_traits_add_pointer [system] { header "__type_traits/add_pointer.h" }
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.cppm | |
| /freebsd/lib/libc++/ |
| H A D | Makefile | 1217 TTR_HEADERS+= add_pointer.h
|
| H A D | libcxx.imp | 723 { include: [ "<__type_traits/add_pointer.h>", "private", "<type_traits>", "public" ] },
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 577 SYMBOL(add_pointer, std::, <type_traits>)
|