Home
last modified time | relevance | path

Searched defs:vector_type (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/display/include/
H A Dvector.h112 #define DAL_VECTOR_INSERT_AT(vector_type, type_t) \ argument
121 #define DAL_VECTOR_APPEND(vector_type, type_t) \ argument
133 #define DAL_VECTOR_AT_INDEX(vector_type, type_t) \ argument
141 #define DAL_VECTOR_SET_AT_INDEX(vector_type, type_t) \ argument
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_is_char.cc155 typedef vector<mask> vector_type; in test02() typedef
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSetVector.h47 using vector_type = Vector; variable
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_vector.h167 typedef vector<_Tp, _Alloc> vector_type; typedef
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_vector.h191 typedef vector<_Tp, _Alloc> vector_type; typedef
/openbsd-src/gnu/gcc/gcc/
H A Ddbxout.c1653 bool vector_type = false; in dbxout_type() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli731 val vector_type : lltype -> int -> lltype val
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2955 const clang::VectorType *vector_type = in IsVectorType() local
4041 const clang::VectorType *vector_type = llvm::dyn_cast<clang::VectorType>( in GetTypeInfo() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5119 if (VectorType* vector_type = in parseFunctionBody() local