Home
last modified time | relevance | path

Searched refs:ExprType (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp78 QualType ExprType = SSE->getType(); in assumeSym() local
80 SymMgr.getSymSymExpr(SSE->getLHS(), BO_EQ, SSE->getRHS(), ExprType); in assumeSym()
85 const llvm::APSInt &Zero = getBasicVals().getValue(0, ExprType); in assumeSym()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2414 ParenParseOption ExprType = CastExpr; in ParseExprAfterUnaryExprOrTypeTrait() local
2423 if (ExprType == CastExpr) { in ParseExprAfterUnaryExprOrTypeTrait()
3018 ExprType = CompoundStmt; in ParseParenExpression()
3065 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()
3109 ExprType = CompoundLiteral; in ParseParenExpression()
3160 if (ExprType == CastExpr) { in ParseParenExpression()
3207 ExprType = FoldExpr; in ParseParenExpression()
3219 ExprType = FoldExpr; in ParseParenExpression()
3223 ExprType = SimpleExpr; in ParseParenExpression()
3271 ExprType = FoldExpr; in ParseParenExpression()
[all …]
H A DParseExprCXX.cpp3933 Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType, in ParseCXXAmbiguousParenExpression() argument
3938 assert(ExprType == CastExpr && "Compound literals are not ambiguous!"); in ParseCXXAmbiguousParenExpression()
4035 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
4062 ExprType = SimpleExpr; in ParseCXXAmbiguousParenExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1391 TypedInit *ExprType = dyn_cast<TypedInit>(Expr); in ParseOperation() local
1392 if (!ExprType) { in ParseOperation()
1397 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation()
1405 StringRecTy *SType = dyn_cast<StringRecTy>(ExprType->getType()); in ParseOperation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4750 bool Sema::CheckUnaryExprOrTypeTraitOperand(QualType ExprType, in CheckUnaryExprOrTypeTraitOperand() argument
4755 if (ExprType->isDependentType()) in CheckUnaryExprOrTypeTraitOperand()
4764 if (const ReferenceType *Ref = ExprType->getAs<ReferenceType>()) in CheckUnaryExprOrTypeTraitOperand()
4765 ExprType = Ref->getPointeeType(); in CheckUnaryExprOrTypeTraitOperand()
4772 ExprType = Context.getBaseElementType(ExprType); in CheckUnaryExprOrTypeTraitOperand()
4778 return CheckVectorElementsTraitOperandType(*this, ExprType, OpLoc, in CheckUnaryExprOrTypeTraitOperand()
4782 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange, in CheckUnaryExprOrTypeTraitOperand()
4791 if (ExprType->isFunctionType()) { in CheckUnaryExprOrTypeTraitOperand()
4799 ExprType->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()
4810 if (auto *TT = ExprType->getAs<TypedefType>()) { in CheckUnaryExprOrTypeTraitOperand()
[all …]
H A DSemaTemplateInstantiate.cpp1885 QualType ExprType = TargetType.getNonLValueExprType(SemaRef.Context); in TransformTemplateParmRefExpr() local
1887 ExprType.addConst(); in TransformTemplateParmRefExpr()
1890 ExprType, TargetType->isReferenceType() ? VK_LValue : VK_PRValue, in TransformTemplateParmRefExpr()
H A DSemaOpenMP.cpp3170 QualType ExprType = VD->getType().getNonReferenceType(); in ActOnOpenMPIdExpression() local
3174 Id.getLoc(), ExprType, VK_LValue); in ActOnOpenMPIdExpression()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1891 ExprResult ParseParenExpression(ParenParseOption &ExprType,
1898 ParenParseOption &ExprType, ParsedType &CastTy,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp806 Value *EmitUnPromotedValue(Value *result, QualType ExprType);
3182 QualType ExprType) { in EmitUnPromotedValue() argument
3183 return CGF.Builder.CreateFPTrunc(result, ConvertType(ExprType), "unpromotion"); in EmitUnPromotedValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5869 bool CheckUnaryExprOrTypeTraitOperand(QualType ExprType, SourceLocation OpLoc,
13158 QualType ExprType);