Home
last modified time | relevance | path

Searched defs:exprs (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/bin/ed/
H A Dre.c42 char *exprs; in get_compiled_pattern() local
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp91 llvm::SmallVector<llvm::StringRef, 4> exprs; in ParseFPOProgram() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp850 GCCAsmStmt(const ASTContext & C,SourceLocation asmloc,bool issimple,bool isvolatile,unsigned numoutputs,unsigned numinputs,IdentifierInfo ** names,StringLiteral ** constraints,Expr ** exprs,StringLiteral * asmstr,unsigned numclobbers,StringLiteral ** clobbers,unsigned numlabels,SourceLocation rparenloc) GCCAsmStmt() argument
877 MSAsmStmt(const ASTContext & C,SourceLocation asmloc,SourceLocation lbraceloc,bool issimple,bool isvolatile,ArrayRef<Token> asmtoks,unsigned numoutputs,unsigned numinputs,ArrayRef<StringRef> constraints,ArrayRef<Expr * > exprs,StringRef asmstr,ArrayRef<StringRef> clobbers,SourceLocation endloc) MSAsmStmt() argument
893 initialize(const ASTContext & C,StringRef asmstr,ArrayRef<Token> asmtoks,ArrayRef<StringRef> constraints,ArrayRef<Expr * > exprs,ArrayRef<StringRef> clobbers) initialize() argument
[all...]
H A DExpr.cpp1631 Create(const ASTContext & C,QualType type,SourceLocation OperatorLoc,TypeSourceInfo * tsi,ArrayRef<OffsetOfNode> comps,ArrayRef<Expr * > exprs,SourceLocation RParenLoc) Create() argument
1649 OffsetOfExpr(const ASTContext & C,QualType type,SourceLocation OperatorLoc,TypeSourceInfo * tsi,ArrayRef<OffsetOfNode> comps,ArrayRef<Expr * > exprs,SourceLocation RParenLoc) OffsetOfExpr() argument
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp307 collectRemovables(Stmt * S,ExprSet & exprs) collectRemovables() argument
/freebsd-src/contrib/bc/include/
H A Dvm.h650 BcVec exprs; member
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1464 ActOnCXXTypeConstructExpr(ParsedType TypeRep,SourceLocation LParenOrBraceLoc,MultiExprArg exprs,SourceLocation RParenOrBraceLoc,bool ListInitialization) ActOnCXXTypeConstructExpr() argument
H A DSemaChecking.cpp9464 SmallVector<Expr*, 32> exprs; SemaBuiltinShuffleVector() local
H A DSemaExpr.cpp8588 Expr **exprs; BuildVectorLiteral() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5639 ArrayRef<Expr *> exprs() { return llvm::ArrayRef(getExprs(), getNumExprs()); } exprs() function