Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4007 TypeNameOS << "__rvv_"; in mangleRISCVFixedRVVVectorType()
4010 TypeNameOS << "int8"; in mangleRISCVFixedRVVVectorType()
4016 TypeNameOS << "bool"; in mangleRISCVFixedRVVVectorType()
4019 TypeNameOS << "int16"; in mangleRISCVFixedRVVVectorType()
4022 TypeNameOS << "uint16"; in mangleRISCVFixedRVVVectorType()
4025 TypeNameOS << "int32"; in mangleRISCVFixedRVVVectorType()
4028 TypeNameOS << "uint32"; in mangleRISCVFixedRVVVectorType()
4031 TypeNameOS << "int64"; in mangleRISCVFixedRVVVectorType()
4034 TypeNameOS << "uint64"; in mangleRISCVFixedRVVVectorType()
4057 TypeNameOS << 'm'; in mangleRISCVFixedRVVVectorType()
[all …]