Searched defs:Expr (Results 51 - 58 of 58) sorted by relevance

123

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1429 void addExpr(MCInst &Inst, const MCExpr *Expr) const {
1431 if (Expr == 0)
1433 else if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr))
1436 Inst.addOperand(MCOperand::CreateExpr(Expr));
2821 const MCExpr *Expr; local
2823 if (getParser().parseExpression(Expr)) {
2827 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr);
4298 const MCExpr *Expr; local
4299 if (getParser().parseExpression(Expr))
4305 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr);
4473 const MCExpr *Expr; local
[all...]
/external/clang/include/clang/Sema/
H A DSema.h20 #include "clang/AST/Expr.h"
99 class Expr;
261 llvm::SmallPtrSet<Expr*, 2> MaybeODRUseExprs;
634 llvm::SmallPtrSet<Expr*, 2> SavedMaybeODRUseExprs;
785 bool isSelfExpr(Expr *RExpr);
894 ExprResult Owned(Expr* E) { return E; }
945 Expr *ArraySize, unsigned Quals,
947 QualType BuildExtVectorType(QualType T, Expr *ArraySize,
1000 CanThrowResult canThrow(const Expr *E);
1054 static SourceRange getPrintable(Expr *
1255 ExprResult Expr; member in class:clang::Sema::NameClassification
1263 NameClassification(ExprResult Expr) argument
4050 ActOnFinishFullExpr(Expr *Expr) argument
[all...]
/external/clang/lib/Sema/
H A DSemaOverload.cpp18 #include "clang/AST/Expr.h"
60 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType,
66 static bool IsTransparentUnionStandardConversion(Sema &S, Expr* From,
72 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType,
269 static const Expr *IgnoreNarrowingConversion(const Expr *Converted) {
301 const Expr *Converted,
322 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
355 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
401 const Expr *Initialize
1966 isNullPointerConstantForConversion(Expr *Expr, bool InOverloadResolution, ASTContext &Context) argument
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/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...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 684 milliseconds

123