Home
last modified time | relevance | path

Searched defs:Exprs (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp647 const HelperExprs &Exprs) { in Create()
1128 const HelperExprs &Exprs) { in Create()
1261 const HelperExprs &Exprs) { in Create()
1305 const HelperExprs &Exprs) { in Create()
1444 const HelperExprs &Exprs) { in Create()
1491 const HelperExprs &Exprs) { in Create()
1658 const HelperExprs &Exprs) { in Create()
1717 const HelperExprs &Exprs) { in Create()
1761 const HelperExprs &Exprs) { in Create()
1843 const HelperExprs &Exprs) { in Create()
[all …]
H A DExpr.cpp3254 bool Expr::hasAnyTypeDependentArguments(ArrayRef<Expr *> Exprs) { in hasAnyTypeDependentArguments()
4295 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) { in setExprs()
4639 ParenListExpr::ParenListExpr(SourceLocation LParenLoc, ArrayRef<Expr *> Exprs, in ParenListExpr()
4657 ArrayRef<Expr *> Exprs, in Create()
H A DStmt.cpp544 Stmt **Exprs, in setOutputsAndInputsAndClobbers()
H A DASTImporter.cpp6683 SmallVector<Expr *, 4> Exprs(S->getNumOutputs() + S->getNumInputs() + in VisitGCCAsmStmt() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp529 SmallVector<Expr *, 4> Exprs; in ParseMicrosoftAsmStatement() local
759 ExprVector Exprs; in ParseAsmStatement() local
886 SmallVectorImpl<Expr *> &Exprs) { in ParseAsmOperandsOpt()
H A DParseExpr.cpp3421 ExprVector Exprs; in ParseGenericSelectionExpression() local
3551 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList()
3617 bool Parser::ParseSimpleExpressionList(SmallVectorImpl<Expr *> &Exprs) { in ParseSimpleExpressionList()
H A DParseExprCXX.cpp984 ExprVector Exprs; in ParseLambdaIntroducer() local
1940 ExprVector Exprs; in ParseCXXTypeConstructExpression() local
H A DParseDecl.cpp403 const IdentifierInfo &AttrName, SmallVectorImpl<Expr *> &Exprs, in ParseAttributeArgumentList()
2639 ExprVector Exprs; in ParseDeclarationAfterDeclaratorAndAttributes() local
H A DParseOpenMP.cpp479 ExprVector Exprs; in ParseOpenMPReductionInitializerForDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp213 getClobberConflictLocation(MultiExprArg Exprs, StringLiteral **Constraints, in getClobberConflictLocation()
246 MultiExprArg constraints, MultiExprArg Exprs, in ActOnGCCAsmStmt()
938 ArrayRef<Expr*> Exprs, in ActOnMSAsmStmt()
H A DMultiplexExternalSemaSource.cpp240 Exprs) { in ReadMismatchingDeleteExpressions()
H A DTreeTransform.h1500 MultiExprArg Constraints, MultiExprArg Exprs, in RebuildGCCAsmStmt()
1519 ArrayRef<Expr*> Exprs, in RebuildMSAsmStmt()
3061 ArrayRef<Expr *> Exprs) { in RebuildGenericSelectionExpr()
3076 ArrayRef<Expr *> Exprs) { in RebuildGenericSelectionExpr()
7992 SmallVector<Expr*, 8> Exprs; in TransformGCCAsmStmt() local
H A DSemaExprCXX.cpp1492 MultiExprArg Exprs, in BuildCXXTypeConstructExpr()
2024 MultiExprArg Exprs(&Initializer, Initializer ? 1 : 0); in BuildCXXNew() local
H A DSemaTemplateInstantiate.cpp4148 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs()
H A DSemaExpr.cpp1671 ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) { in CreateGenericSelectionExpr()
16739 SmallVector<Expr*, 4> Exprs; in BuildBuiltinOffsetOf() local
H A DSemaOpenMP.cpp6382 ArrayRef<Expr *> Exprs = ImplicitExprs; in ActOnOpenMPExecutableDirective() local
7435 SmallVector<Expr *, 4> Exprs; in ActOnOpenMPCall() local
H A DSemaChecking.cpp16633 SmallVector<const Expr *, 2> Exprs(1, E); in CheckForIntOverflow() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h464 4>> &Exprs) override { in ReadMismatchingDeleteExpressions()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp393 SmallVector<Stmt*, 16> Exprs; in VisitGCCAsmStmt() local
447 SmallVector<Expr*, 16> Exprs; in VisitMSAsmStmt() local
1358 SmallVector<Expr *, 16> Exprs; in VisitShuffleVectorExpr() local
H A DASTReader.cpp8606 Exprs) { in ReadMismatchingDeleteExpressions()
11057 SmallVector<Expr *, 16> Exprs; in VisitOMPCopyinClause() local
11079 SmallVector<Expr *, 16> Exprs; in VisitOMPCopyprivateClause() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h4539 NodeArray Exprs = popTrailingNodeArray(ExprsBegin); in parseConversionExpr() local
4980 size_t Exprs = Names.size(); in parseExpr() local
5048 NodeArray Exprs = popTrailingNodeArray(ExprsBegin); in parseExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3116 Stmt **Exprs = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3285 ArrayRef<Expr *> Exprs = {Attr->args_begin(), Attr->args_size()}; in EmitAnnotationArgs() local
H A DCGOpenMPRuntime.cpp6543 MapExprsArrayTy Exprs; member