Searched refs:MappingType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | mdspan | 431 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 D | nsan_platform.h | 93 enum MappingType { enum
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tysan/ |
| H A D | tysan_platform.h | 52 enum MappingType { MAPPING_SHADOW_ADDR, MAPPING_APP_ADDR, MAPPING_APP_MASK }; enum
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | YAMLParser.h | 425 enum MappingType { enum 432 MappingType MT) in MappingNode() 453 MappingType Type;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform.h | 834 enum MappingType { enum 852 static uptr Apply(MappingType type) { in Apply()
|