Home
last modified time | relevance | path

Searched defs:TypeCode (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dtype-code.h23 TypeCode() {} in TypeCode() function
24 explicit TypeCode(ISO::CFI_type_t t) : raw_{t} {} in TypeCode() function
/llvm-project-15.0.7/flang/runtime/
H A Dtype-code.cpp13 TypeCode::TypeCode(TypeCategory f, int kind) { in TypeCode() function in Fortran::runtime::TypeCode
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp419 unsigned TypeCode = encodeVecTypeHint(getMDOperandAsType(Node, 0)); in outputExecutionMode() local
/llvm-project-15.0.7/clang/utils/TableGen/
H A DSveEmitter.cpp879 std::string TypeCode; in replaceTemplatedArgs() local
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTBitCodes.h1111 enum TypeCode { enum