Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp161 case ScalarTypeKind::SignedInteger: in initBuiltinStr()
231 case ScalarTypeKind::SignedInteger: in initClangBuiltinStr()
295 case ScalarTypeKind::SignedInteger: in initTypeStr()
317 case ScalarTypeKind::SignedInteger: in initShortStr()
334 ScalarType = ScalarTypeKind::SignedInteger; in applyBasicType()
338 ScalarType = ScalarTypeKind::SignedInteger; in applyBasicType()
342 ScalarType = ScalarTypeKind::SignedInteger; in applyBasicType()
346 ScalarType = ScalarTypeKind::SignedInteger; in applyBasicType()
572 TM |= TypeModifier::SignedInteger; in parsePrototypeDescriptor()
730 case TypeModifier::SignedInteger: in applyModifier()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h83 SignedInteger = 1 << 4, enumerator
210 SignedInteger, enumerator
286 return ScalarType == ScalarTypeKind::SignedInteger; in isSignedInteger()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp94 case ScalarTypeKind::SignedInteger: in RVVType2Qual()