Searched defs:VectorType (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 278 def __init__(self, am: AnalysisManager, t: VectorType) -> None: 345 def visit_vector_type(self, t: VectorType) -> AbstractTypeABIInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/ |
| D | analyses.py | 258 def __init__(self, am: AnalysisManager, t: VectorType) -> None: 392 def visit_vector_type(self, t: VectorType) -> AbstractTypeCppInfo:
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | small_vector.h | 87 … using VectorType = std::vector<T, typename AllocatorConfig<Allocator, T, use_allocator>::Adapter>; variable
|
| D | bit_vector.h | 255 using VectorType = std::conditional_t<FixedSize, Span<WordType>, variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | small_vector.h | 80 … using VectorType = std::vector<T, typename AllocatorConfig<Allocator, T, USE_ALLOCATOR>::Adapter>; variable
|
| D | bit_vector.h | 265 using VectorType = std::conditional_t<FIXED_SIZE, Span<WordType>, variable
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 215 class VectorType(GenericType): class
|
| D | visitor.py | 167 def visit_vector_type(self, t: "VectorType") -> T:
|