Searched refs:CurType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2623 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType() 2624 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType() 7891 CurType = T; in HandleVectorSizeAttr() 7910 CurType = T; in HandleExtVectorTypeAttr() 8025 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr() 8106 CurType = in HandleArmMveStrictPolymorphismAttr() 8109 CurType, CurType); in HandleArmMveStrictPolymorphismAttr() 8116 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr() 8186 CurType = T; in HandleMatrixTypeAttr() 8214 CurType = State.getAttributedType(AnnotateTypeAttr, CurType, CurType); in HandleAnnotateTypeAttr() [all …]
|
| H A D | SemaOpenMP.cpp | 20751 QualType CurType = BaseE->getType().getNonReferenceType(); in VisitMemberExpr() local 20757 if (CurType->isUnionType()) { in VisitMemberExpr() 20825 QualType CurType = in VisitOMPArraySectionExpr() local 20831 if (CurType->isReferenceType()) in VisitOMPArraySectionExpr() 20832 CurType = CurType->getPointeeType(); in VisitOMPArraySectionExpr() 20834 bool IsPointer = CurType->isAnyPointerType(); in VisitOMPArraySectionExpr() 20836 if (!IsPointer && !CurType->isArrayType()) { in VisitOMPArraySectionExpr() 20843 checkArrayExpressionDoesNotReferToWholeSize(SemaRef, OASE, CurType); in VisitOMPArraySectionExpr() 20845 checkArrayExpressionDoesNotReferToUnitySize(SemaRef, OASE, CurType); in VisitOMPArraySectionExpr()
|
| H A D | SemaTemplate.cpp | 3066 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local 3067 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0))) in getRangeOfTypeInNestedNameSpecifier()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 439 AsmTypeInfo CurType; member in __anonad53f99c0111::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() 947 CurType.Length = 1; in onLBrac() 948 CurType.Size = CurType.ElementSize; in onLBrac() 1078 void setTypeInfo(AsmTypeInfo Type) { CurType = Type; } in setTypeInfo()
|
| /llvm-project-15.0.7/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 1097 LLVMTypeRef CurType = TypeCloner(M).Clone(LLVMGlobalGetValueType(Cur)); in declare_symbols() local 1100 CurType, /*addressSpace*/ 0, LLVMGetUndef(CurType)); in declare_symbols()
|