Home
last modified time | relevance | path

Searched refs:MappingType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan431 template<class ElementType, class MappingType>
432 mdspan(ElementType*, const MappingType&)
433 -> mdspan<ElementType, typename MappingType::extents_type,
434 typename MappingType::layout_type>;
436 template<class MappingType, class AccessorType>
437 mdspan(const typename AccessorType::data_handle_type&, const MappingType&,
439 -> mdspan<typename AccessorType::element_type, typename MappingType::extents_type,
440 typename MappingType::layout_type, AccessorType>;
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_platform.h93 enum MappingType { enum
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_platform.h52 enum MappingType { MAPPING_SHADOW_ADDR, MAPPING_APP_ADDR, MAPPING_APP_MASK }; enum
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h425 enum MappingType { enum
432 MappingType MT) in MappingNode()
453 MappingType Type;
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h834 enum MappingType { enum
852 static uptr Apply(MappingType type) { in Apply()