Searched defs:Exprs (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp77 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg Exprs, Expr *asmString, MultiExprArg clobbers, SourceLocation RParenLoc) argument
472 ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, StringRef AsmString, unsigned NumOutputs, unsigned NumInputs, ArrayRef<StringRef> Constraints, ArrayRef<StringRef> Clobbers, ArrayRef<Expr*> Exprs, SourceLocation EndLoc) argument
[all...]
H A DSemaTemplateInstantiate.cpp2691 bool Sema::SubstExprs(Expr **Exprs, unsigned NumExprs, bool IsCall, argument
H A DSemaExprCXX.cpp864 BuildCXXTypeConstructExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, MultiExprArg Exprs, SourceLocation RParenLoc) argument
[all...]
H A DTreeTransform.h5724 SmallVector<Expr*, 8> Exprs; local
1207 RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc) argument
1222 RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, StringRef AsmString, unsigned NumOutputs, unsigned NumInputs, ArrayRef<StringRef> Constraints, ArrayRef<StringRef> Clobbers, ArrayRef<Expr*> Exprs, SourceLocation EndLoc) argument
1848 RebuildGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument
[all...]
H A DSemaExpr.cpp9971 SmallVector<Expr*, 4> Exprs; local
1299 CreateGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2324 ExprVector Exprs; local
2400 bool Parser::ParseExpressionList(SmallVectorImpl<Expr*> &Exprs, argument
2446 Parser::ParseSimpleExpressionList(SmallVectorImpl<Expr*> &Exprs, argument
H A DParseExprCXX.cpp797 ExprVector Exprs; local
1492 ExprVector Exprs; local
H A DParseDecl.cpp1897 ExprVector Exprs; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp389 setOutputsAndInputsAndClobbers(const ASTContext &C, IdentifierInfo **Names, StringLiteral **Constraints, Stmt **Exprs, unsigned NumOutputs, unsigned NumInputs, StringLiteral **Clobbers, unsigned NumClobbers) argument
[all...]
H A DExpr.cpp2633 bool Expr::hasAnyTypeDependentArguments(ArrayRef<Expr *> Exprs) { argument
3614 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) { argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp321 SmallVector<Stmt*, 16> Exprs; local
368 SmallVector<Expr*, 16> Exprs; local
848 SmallVector<Expr *, 16> Exprs; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1380 Stmt **Exprs; member in class:clang::AsmStmt
[all...]

Completed in 377 milliseconds