Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2571 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2572 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()
7738 CurType = T; in HandleVectorSizeAttr()
7757 CurType = T; in HandleExtVectorTypeAttr()
7872 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7921 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()
7951 CurType = in HandleArmMveStrictPolymorphismAttr()
7954 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
7961 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
8031 CurType = T; in HandleMatrixTypeAttr()
[all …]
H A DSemaOpenMP.cpp18668 QualType CurType = BaseE->getType().getNonReferenceType(); in VisitMemberExpr() local
18674 if (CurType->isUnionType()) { in VisitMemberExpr()
18740 QualType CurType = in VisitOMPArraySectionExpr() local
18746 if (CurType->isReferenceType()) in VisitOMPArraySectionExpr()
18747 CurType = CurType->getPointeeType(); in VisitOMPArraySectionExpr()
18749 bool IsPointer = CurType->isAnyPointerType(); in VisitOMPArraySectionExpr()
18751 if (!IsPointer && !CurType->isArrayType()) { in VisitOMPArraySectionExpr()
18758 checkArrayExpressionDoesNotReferToWholeSize(SemaRef, OASE, CurType); in VisitOMPArraySectionExpr()
18760 checkArrayExpressionDoesNotReferToUnitySize(SemaRef, OASE, CurType); in VisitOMPArraySectionExpr()
H A DSemaTemplate.cpp3010 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local
3011 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0))) in getRangeOfTypeInNestedNameSpecifier()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp436 AsmTypeInfo CurType; member in __anonac1ae4a00111::X86AsmParser::IntelExprStateMachine
464 StringRef getType() const { return CurType.Name; } in getType()
465 unsigned getSize() const { return CurType.Size; } in getSize()
466 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize()
467 unsigned getLength() const { return CurType.Length; } in getLength()
935 CurType.Length = 1; in onLBrac()
936 CurType.Size = CurType.ElementSize; in onLBrac()
1063 void setTypeInfo(AsmTypeInfo Type) { CurType = Type; } in setTypeInfo()