Searched refs:CurType (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2658 QualType Sema::BuildVectorType(QualType CurType, Expr *SizeExpr, in BuildVectorType() argument 2662 if ((!CurType->isDependentType() && in BuildVectorType() 2663 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType() 2664 (!CurType->isIntegerType() && !CurType->isRealFloatingType())) && in BuildVectorType() 2665 !CurType->isBitIntType()) || in BuildVectorType() 2666 CurType->isArrayType()) { in BuildVectorType() 2667 Diag(AttrLoc, diag::err_attribute_invalid_vector_type) << CurType; in BuildVectorType() 2671 if (CurType->isBitIntType()) { in BuildVectorType() 2672 unsigned NumBits = CurType->getAs<BitIntType>()->getNumBits(); in BuildVectorType() 2681 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType() [all …]
|
| H A D | SemaOpenMP.cpp | 21034 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 D | SemaTemplate.cpp | 3162 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier() local 3163 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0))) in getRangeOfTypeInNestedNameSpecifier()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 439 AsmTypeInfo CurType; member in __anonbe06ec630111::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-src/gnu/llvm/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 1099 LLVMTypeRef CurType = TypeCloner(M).Clone(LLVMGlobalGetValueType(Cur)); in declare_symbols() local 1102 CurType, /*addressSpace*/ 0, LLVMGetUndef(CurType)); in declare_symbols()
|