Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Djv-exp.y155 %type <tval> IntegralType FloatingPointType NumericType PrimitiveType ArrayType PrimitiveOrArrayType
217 PrimitiveType
264 PrimitiveType:
312 PrimitiveType Dims
411 NEW PrimitiveType DimExprs Dims_opt
542 '(' PrimitiveType Dims_opt ')' UnaryExpression
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h229 PrimitiveType, enumerator
314 : TypeNode(NodeKind::PrimitiveType), PrimKind(K) {} in PrimitiveTypeNode()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_mve_defs.td255 class PrimitiveType<string kind_, int size_>: Type {
264 def kind # size: PrimitiveType<kind, size>;
267 def kind # size: PrimitiveType<kind, size>;
272 def uint: PrimitiveType<"u", 32> { let nameOverride = "unsigned"; }
273 def sint: PrimitiveType<"s", 32> { let nameOverride = "int"; }
H A Darm_mve.td824 multiclass contiguous_load<string mnemonic, PrimitiveType memtype,
881 multiclass contiguous_store<string mnemonic, PrimitiveType memtype,
1005 multiclass gather_offset_unshifted<list<Type> types, PrimitiveType memtype> {
1021 multiclass gather_offset_shifted<list<Type> types, PrimitiveType memtype,
1038 multiclass gather_offset_both<list<Type> types, PrimitiveType memtype,
1049 multiclass scatter_offset_unshifted<list<Type> types, PrimitiveType memtype> {
1066 multiclass scatter_offset_shifted<list<Type> types, PrimitiveType memtype,
1084 multiclass scatter_offset_both<list<Type> types, PrimitiveType memtype,
H A Darm_cde.td18 def f64: PrimitiveType<"f", 64>;