Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2753 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
8361 CurType = T; in HandleVectorSizeAttr()
8380 CurType = T; in HandleExtVectorTypeAttr()
8516 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
8597 CurType = in HandleArmMveStrictPolymorphismAttr()
8600 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
8679 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
8749 CurType = T; in HandleMatrixTypeAttr()
8777 CurType = State.getAttributedType(AnnotateTypeAttr, CurType, CurType); in HandleAnnotateTypeAttr()
8786 CurType, CurType); in HandleLifetimeBoundAttr()
[all …]
H A DSemaOpenMP.cpp21449 QualType CurType = BaseE->getType().getNonReferenceType(); in VisitMemberExpr() local
21455 if (CurType->isUnionType()) { in VisitMemberExpr()
21523 QualType CurType = in VisitOMPArraySectionExpr() local
21529 if (CurType->isReferenceType()) in VisitOMPArraySectionExpr()
21530 CurType = CurType->getPointeeType(); in VisitOMPArraySectionExpr()
21532 bool IsPointer = CurType->isAnyPointerType(); in VisitOMPArraySectionExpr()
21534 if (!IsPointer && !CurType->isArrayType()) { in VisitOMPArraySectionExpr()
21541 checkArrayExpressionDoesNotReferToWholeSize(SemaRef, OASE, CurType); in VisitOMPArraySectionExpr()
21543 checkArrayExpressionDoesNotReferToUnitySize(SemaRef, OASE, CurType); in VisitOMPArraySectionExpr()
H A DSemaTemplate.cpp3331 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local
3332 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0))) in getRangeOfTypeInNestedNameSpecifier()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp444 AsmTypeInfo CurType; member in __anon3fa02a340111::X86AsmParser::IntelExprStateMachine
470 StringRef getType() const { return CurType.Name; } in getType()
471 unsigned getSize() const { return CurType.Size; } in getSize()
472 unsigned getElementSize() const { return CurType.ElementSize; } in getElementSize()
473 unsigned getLength() const { return CurType.Length; } in getLength()
953 CurType.Length = 1; in onLBrac()
954 CurType.Size = CurType.ElementSize; in onLBrac()
1085 void setTypeInfo(AsmTypeInfo Type) { CurType = Type; } in setTypeInfo()