HomeSort by relevance Sort by last modified time
    Searched defs:EXPR (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/AST/
ExprClassification.cpp 10 // This file implements Expr::classify.
15 #include "clang/AST/Expr.h"
24 typedef Expr::Classification Cl;
26 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E);
32 const Expr *trueExpr,
33 const Expr *falseExpr);
34 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E,
38 const Expr *E,
52 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const {
90 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E)
    [all...]
Expr.cpp 1 //===--- Expr.cpp - Expression AST Node Implementation --------------------===//
10 // This file implements the Expr class and subclasses.
14 #include "clang/AST/Expr.h"
40 bool Expr::isKnownToHaveBooleanValue() const {
41 const Expr *E = IgnoreParens();
103 SourceLocation getExprLocImpl(const Expr *expr,
105 return static_cast<const E*>(expr)->getExprLoc();
113 SourceLocation getExprLocImpl(const Expr *expr,
    [all...]
ItaniumMangle.cpp 336 void mangleMemberExpr(const Expr *base, bool isArrow,
341 void mangleExpression(const Expr *E, unsigned Arity = UnknownArity);
    [all...]
ExprConstant.cpp 10 // This file implements the Expr constant evaluator.
43 #include "clang/AST/Expr.h"
65 return B.get<const Expr*>()->getType();
201 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
241 void diagnosePointerArithmetic(EvalInfo &Info, const Expr *E, uint64_t N);
243 void adjustIndex(EvalInfo &Info, const Expr *E, uint64_t N) {
253 // [expr.add]p4: For the purposes of these operators, a pointer to a
290 typedef llvm::DenseMap<const Expr*, APValue> MapTy;
353 Expr::EvalStatus &EvalStatus;
390 EvalInfo(const ASTContext &C, Expr::EvalStatus &S
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 16 #include "clang/AST/Expr.h"
717 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType)
766 static CanThrowResult canSubExprsThrow(Sema &S, const Expr *CE) {
767 Expr *E = const_cast<Expr*>(CE);
769 for (Expr::child_range I = E->children(); I && R != CT_Can; ++I)
770 R = mergeCanThrow(R, S.canThrow(cast<Expr>(*I)));
774 static CanThrowResult canCalleeThrow(Sema &S, const Expr *E,
    [all...]
TreeTransform.h 25 #include "clang/AST/Expr.h"
132 static inline ExprResult Owned(Expr *E) { return E; }
207 bool DropCallArgument(Expr *E) {
327 ExprResult TransformExpr(Expr *E);
352 bool TransformExprs(Expr **Inputs, unsigned NumInputs, bool IsCall,
353 SmallVectorImpl<Expr *> &Outputs,
579 #define EXPR(Node, Parent) \
626 Expr *SizeExpr,
658 Expr *SizeExpr,
669 Expr *SizeExpr
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 118 int EXPR = 'E'; // expression statement
  /external/clang/lib/CodeGen/
CGStmt.cpp 92 #define EXPR(Type, Base) \
100 EmitIgnoredExpr(cast<Expr>(S));
220 RV = EmitAnyExpr(cast<Expr>(LastStmt), AggSlot);
744 const Expr *RV = S.getRetValue();
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 122 milliseconds