Searched refs:BasicType (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 273 static bool parseBasicType(char C, BasicType &Type) { in parseBasicType() 276 Type = BasicType::I8; in parseBasicType() 279 Type = BasicType::Bool; in parseBasicType() 282 Type = BasicType::Char; in parseBasicType() 285 Type = BasicType::F64; in parseBasicType() 288 Type = BasicType::Str; in parseBasicType() 291 Type = BasicType::F32; in parseBasicType() 294 Type = BasicType::U8; in parseBasicType() 297 Type = BasicType::ISize; in parseBasicType() 300 Type = BasicType::USize; in parseBasicType() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 28 using BasicType = char; typedef 58 BasicType BT; 76 RVVType() : RVVType(BasicType(), 0, StringRef()) {} in RVVType() 77 RVVType(BasicType BT, int Log2LMUL, StringRef prototype); 234 Optional<RVVTypes> computeTypes(BasicType BT, int Log2LMUL, 236 Optional<RVVTypePtr> computeType(BasicType BT, int Log2LMUL, StringRef Proto); 303 RVVType::RVVType(BasicType BT, int Log2LMUL, StringRef prototype) in RVVType() 1138 RVVEmitter::computeTypes(BasicType BT, int Log2LMUL, in computeTypes() 1151 Optional<RVVTypePtr> RVVEmitter::computeType(BasicType BT, int Log2LMUL, in computeType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | RustDemangle.h | 31 enum class BasicType { enum 124 void printBasicType(BasicType);
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | LangRef.rst | 5142 !0 = !BasicType(name: "int", size: 32, align: 32, DW_ATE_signed) 5143 !1 = !BasicType(name: "char", size: 8, align: 8, DW_ATE_signed_char)
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2015 | 5866 (BasicType): Remove C-style typename rules.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2015 | 5866 (BasicType): Remove C-style typename rules.
|