HomeSort by: relevance | last modified time | path
    Searched refs:BasicType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
RustDemangle.cpp 273 static bool parseBasicType(char C, BasicType &Type) {
276 Type = BasicType::I8;
279 Type = BasicType::Bool;
282 Type = BasicType::Char;
285 Type = BasicType::F64;
288 Type = BasicType::Str;
291 Type = BasicType::F32;
294 Type = BasicType::U8;
297 Type = BasicType::ISize;
300 Type = BasicType::USize
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
RustDemangle.h 31 enum class BasicType {
124 void printBasicType(BasicType);
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
RISCVVEmitter.cpp 28 using BasicType = char;
58 BasicType BT;
76 RVVType() : RVVType(BasicType(), 0, StringRef()) {}
77 RVVType(BasicType BT, int Log2LMUL, StringRef prototype);
209 // Concat BasicType, LMUL and Proto as key
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)
1138 RVVEmitter::computeTypes(BasicType BT, int Log2LMUL,
1151 Optional<RVVTypePtr> RVVEmitter::computeType(BasicType BT, int Log2LMUL
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
d-exp.y 130 %type <tval> BasicType TypeExp
604 | BasicType
606 | BasicType BasicType2
625 BasicType:
  /src/external/gpl3/gdb/dist/gdb/
d-exp.y 130 %type <tval> BasicType TypeExp
604 | BasicType
606 | BasicType BasicType2
625 BasicType:

Completed in 56 milliseconds