Searched refs:PrimitiveType (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 228 PrimitiveType, enumerator 315 : TypeNode(NodeKind::PrimitiveType), PrimKind(K) {} in PrimitiveTypeNode()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | arm_mve_defs.td | 255 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 D | arm_mve.td | 824 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 D | arm_cde.td | 18 def f64: PrimitiveType<"f", 64>;
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2014 | 10148 (type_exp, StringLiteral, Literal, PrimitiveType, IntegralType,
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2014 | 10148 (type_exp, StringLiteral, Literal, PrimitiveType, IntegralType,
|