Searched refs:Expr (Results 201 - 225 of 285) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java129 Expr();
783 * Expr ::= OrExpr
788 protected void Expr() throws javax.xml.transform.TransformerException method in class:XPathParser
1151 * StringExpr ::= Expr
1162 Expr();
1171 * StringExpr ::= Expr
1182 Expr();
1197 * NumberExpr ::= Expr
1208 Expr();
1384 * | '(' Expr ')'
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp538 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond,
552 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APInt &ResultInt) {
572 void CodeGenFunction::EmitBranchOnBoolExpr(const Expr *Cond,
1017 if (const Expr *size = vat->getSizeExpr()) {
1064 llvm::Value* CodeGenFunction::EmitVAListRef(const Expr* E) {
H A DCGStmt.cpp100 EmitIgnoredExpr(cast<Expr>(S));
220 RV = EmitAnyExpr(cast<Expr>(LastStmt), AggSlot);
744 const Expr *RV = S.getRetValue();
1295 AddVariableConstraints(const std::string &Constraint, const Expr &AsmExpr,
1358 const Expr *InputExpr,
1459 const Expr *OutExpr = S.getOutputExpr(i);
1513 const Expr *InputExpr = S.getOutputExpr(i);
1535 const Expr *InputExpr = S.getInputExpr(i);
/external/clang/include/clang/Sema/
H A DInitialization.h763 Expr **Args,
802 Expr **Args, unsigned NumArgs);
838 bool endsWithNarrowing(ASTContext &Ctx, const Expr *Initializer,
/external/clang/lib/AST/
H A DAPValue.cpp18 #include "clang/AST/Expr.h"
370 Base.get<const Expr*>()->printPretty(Out, Ctx, 0,
391 const Expr *E = Base.get<const Expr*>();
H A DStmtPrinter.cpp20 #include "clang/AST/Expr.h"
50 if (S && isa<Expr>(S)) {
72 void PrintExpr(Expr *E) {
94 void VisitExpr(Expr *Node) LLVM_ATTRIBUTE_UNUSED {
271 PrintExpr(cast<Expr>(Node->getInit()));
299 PrintExpr(cast<Expr>(Node->getElement()));
558 // Expr printing methods.
1463 if (Expr *Size = E->getArraySize()) {
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp17 #include "clang/AST/Expr.h"
167 if (const Expr *init = VD->getInit()) {
232 if (Expr *Init = VD->getInit())
282 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S))
H A DSemaTemplate.cpp19 #include "clang/AST/Expr.h"
502 Expr *E = static_cast<Expr *>(Arg.getAsExpr());
674 Expr *Default) {
2129 // will be attached to the enclosing Decl or Expr node).
2646 Expr *ArgE = Arg.takeAs<Expr>();
3059 Expr *Ex = E.takeAs<Expr>();
3474 QualType ParamType, Expr *Ar
[all...]
H A DSemaTemplateDeduction.cpp21 #include "clang/AST/Expr.h"
139 static NonTypeTemplateParmDecl *getDeducedParameterFromExpr(Expr *E) {
318 Expr *Value,
1924 Expr *E
1926 .takeAs<Expr>();
1931 Expr *E
1932 = S.BuildExpressionFromIntegralTemplateArgument(Arg, Loc).takeAs<Expr>();
2715 Expr *Arg, QualType ParamType,
2816 Expr *Arg,
2932 QualType ParamType, Expr *Ar
[all...]
H A DSemaObjCProperty.cpp741 (Expr *)0, true);
839 Expr *IvarRefExpr =
850 Expr *ResExpr = Res.takeAs<Expr>();
872 Expr *lhs =
878 Expr *rhs = new (Context) DeclRefExpr(Param, false, T,
884 Expr *callExpr = Res.takeAs<Expr>();
897 PIDecl->setSetterCXXAssignment(Res.takeAs<Expr>());
H A DSemaTemplateInstantiate.cpp22 #include "clang/AST/Expr.h"
1148 Expr *argExpr = arg.getAsExpr();
1195 Expr *resultExpr = result.take();
1587 Expr *Arg = OldParm->getUninstantiatedDefaultArg();
1592 } else if (Expr *Arg = OldParm->getDefaultArg())
1948 Expr *OldInit = OldField->getInClassInitializer();
1955 Expr *Init = NewInit.take();
2465 Sema::SubstExpr(Expr *E, const MultiLevelTemplateArgumentList &TemplateArgs) {
2475 bool Sema::SubstExprs(Expr **Exprs, unsigned NumExprs, bool IsCall,
2477 SmallVectorImpl<Expr *>
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp151 const Expr *SizeEx, SVal Init,
263 virtual std::string getMessageForArg(const Expr *ArgE, unsigned ArgIndex) {
498 const Expr *ArgExpr = CE->getArg(Num);
722 const Expr *arg0Expr = CE->getArg(0);
735 const Expr *Arg1 = CE->getArg(1);
986 const Expr *A = *I;
998 const Expr *E = S->getRetValue();
1228 const Expr *ArgE = Call->getArg(i)->IgnoreParenCasts();
H A DBasicObjCFoundationChecks.cpp28 #include "clang/AST/Expr.h"
153 void EmitError(const TypedRegion* R, const Expr *Ex,
386 const Expr *Arg = CE->getArg(0);
/external/clang/include/clang/AST/
H A DAPValue.h28 class Expr;
36 /// [APSInt] [APFloat], [Complex APSInt] [Complex APFloat], [Expr + Offset],
56 typedef llvm::PointerUnion<const ValueDecl *, const Expr *> LValueBase;
H A DAttr.h35 class Expr;
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp185 const Expr *Callee = CE->getCallee();
426 const Expr *Callee = CE->getCallee()->IgnoreParens();
H A DMemRegion.cpp274 const Expr *Ex, unsigned cnt,
392 Expr const *Ex,
816 MemRegionManager::getCXXTempObjectRegion(Expr const *E,
840 MemRegionManager::getAllocaRegion(const Expr *E, unsigned cnt,
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp55 static bool VerifySubExpr(Value *Expr, argument
58 Instruction *I = dyn_cast<Instruction>(Expr);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h220 const Expr *E, unsigned BlockCount,
382 const Expr *E, unsigned BlockCount,
673 if (const Expr *Ex = dyn_cast<Expr>(S)) {
/external/javassist/src/main/javassist/compiler/
H A DJvstTypeChecker.java68 protected void atFieldAssign(Expr expr, int op, ASTree left, ASTree right)
/external/javassist/src/main/javassist/expr/
H A DExprEditor.java180 Expr expr = null;
H A DFieldAccess.java26 public class FieldAccess extends Expr {
H A DNewArray.java29 public class NewArray extends Expr {
/external/sqlite/dist/orig/
H A Dsqlite3.c8132 typedef struct Expr Expr; typedef in typeref:struct:Expr
10009 Expr *pDflt; /* Default value of this column */
10189 Expr *pCheck; /* The AND of all CHECK constraints */
10428 ** If Expr.op==TK_AGG_COLUMN or TK_AGG_FUNCTION then Expr.pAggInfo is a
10429 ** pointer to this structure. The Expr.iColumn field is the index in
10452 Expr *pExpr; /* The original expression */
10459 Expr *pExpr; /* Expression encoding the function */
10471 ** it uses less memory in the Expr objec
10546 struct Expr { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8132 typedef struct Expr Expr; typedef in typeref:struct:Expr
10009 Expr *pDflt; /* Default value of this column */
10189 Expr *pCheck; /* The AND of all CHECK constraints */
10428 ** If Expr.op==TK_AGG_COLUMN or TK_AGG_FUNCTION then Expr.pAggInfo is a
10429 ** pointer to this structure. The Expr.iColumn field is the index in
10452 Expr *pExpr; /* The original expression */
10459 Expr *pExpr; /* Expression encoding the function */
10471 ** it uses less memory in the Expr objec
10546 struct Expr { struct
[all...]

Completed in 665 milliseconds

1234567891011>>