Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2663 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2664 (!CurType->isIntegerType() && !CurType->isRealFloatingType())) && in BuildVectorType()
7992 CurType = T; in HandleVectorSizeAttr()
8011 CurType = T; in HandleExtVectorTypeAttr()
8126 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
8207 CurType = in HandleArmMveStrictPolymorphismAttr()
8210 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
8217 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
8287 CurType = T; in HandleMatrixTypeAttr()
8315 CurType = State.getAttributedType(AnnotateTypeAttr, CurType, CurType); in HandleAnnotateTypeAttr()
[all …]
H A DSemaOpenMP.cpp21034 QualType CurType = BaseE->getType().getNonReferenceType(); in VisitMemberExpr() local
21040 if (CurType->isUnionType()) { in VisitMemberExpr()
21108 QualType CurType = in VisitOMPArraySectionExpr() local
21114 if (CurType->isReferenceType()) in VisitOMPArraySectionExpr()
21115 CurType = CurType->getPointeeType(); in VisitOMPArraySectionExpr()
21117 bool IsPointer = CurType->isAnyPointerType(); in VisitOMPArraySectionExpr()
21119 if (!IsPointer && !CurType->isArrayType()) { in VisitOMPArraySectionExpr()
21126 checkArrayExpressionDoesNotReferToWholeSize(SemaRef, OASE, CurType); in VisitOMPArraySectionExpr()
21128 checkArrayExpressionDoesNotReferToUnitySize(SemaRef, OASE, CurType); in VisitOMPArraySectionExpr()
H A DSemaTemplate.cpp3162 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local
3163 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0))) in getRangeOfTypeInNestedNameSpecifier()
/openbsd/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp439 AsmTypeInfo CurType; member in __anon747f01190111::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()
/openbsd/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1099 LLVMTypeRef CurType = TypeCloner(M).Clone(LLVMGlobalGetValueType(Cur)); in declare_symbols() local
1102 CurType, /*addressSpace*/ 0, LLVMGetUndef(CurType)); in declare_symbols()