HomeSort by relevance Sort by last modified time
    Searched refs:Expr (Results 226 - 250 of 2076) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerHelpers.h 22 class Expr;
42 std::pair<const clang::VarDecl *, const clang::Expr *>
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerHelpers.h 22 class Expr;
42 std::pair<const clang::VarDecl *, const clang::Expr *>
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerHelpers.h 22 class Expr;
42 std::pair<const clang::VarDecl *, const clang::Expr *>
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerHelpers.h 22 class Expr;
42 std::pair<const clang::VarDecl *, const clang::Expr *>
  /external/clang/include/clang/AST/
ExprCXX.h 11 /// \brief Defines the clang::Expr interface and subclasses for C++ expressions.
20 #include "clang/AST/Expr.h"
64 CXXOperatorCallExpr(ASTContext& C, OverloadedOperatorKind Op, Expr *fn,
65 ArrayRef<Expr*> args, QualType t, ExprValueKind VK,
123 CXXMemberCallExpr(ASTContext &C, Expr *fn, ArrayRef<Expr*> args,
133 Expr *getImplicitObjectArgument() const;
165 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config,
166 ArrayRef<Expr*> args, QualType t, ExprValueKind VK,
211 CastKind kind, Expr *op, unsigned PathSize
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
OpenMPClause.h 19 #include "clang/AST/Expr.h"
109 Expr *PostUpdate;
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
139 MutableArrayRef<Expr *> getVarRefs() {
140 return MutableArrayRef<Expr *>(
141 static_cast<T *>(this)->template getTrailingObjects<Expr *>(), NumVars);
145 void setVarRefs(ArrayRef<Expr *> VL) {
149 static_cast<T *>(this)->template getTrailingObjects<Expr *>());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
OpenMPClause.h 19 #include "clang/AST/Expr.h"
109 Expr *PostUpdate;
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
139 MutableArrayRef<Expr *> getVarRefs() {
140 return MutableArrayRef<Expr *>(
141 static_cast<T *>(this)->template getTrailingObjects<Expr *>(), NumVars);
145 void setVarRefs(ArrayRef<Expr *> VL) {
149 static_cast<T *>(this)->template getTrailingObjects<Expr *>());
    [all...]
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
OpenMPClause.h 19 #include "clang/AST/Expr.h"
109 Expr *PostUpdate;
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
139 MutableArrayRef<Expr *> getVarRefs() {
140 return MutableArrayRef<Expr *>(
141 static_cast<T *>(this)->template getTrailingObjects<Expr *>(), NumVars);
145 void setVarRefs(ArrayRef<Expr *> VL) {
149 static_cast<T *>(this)->template getTrailingObjects<Expr *>());
    [all...]
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
OpenMPClause.h 19 #include "clang/AST/Expr.h"
109 Expr *PostUpdate;
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
139 MutableArrayRef<Expr *> getVarRefs() {
140 return MutableArrayRef<Expr *>(
141 static_cast<T *>(this)->template getTrailingObjects<Expr *>(), NumVars);
145 void setVarRefs(ArrayRef<Expr *> VL) {
149 static_cast<T *>(this)->template getTrailingObjects<Expr *>());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
OpenMPClause.h 19 #include "clang/AST/Expr.h"
109 Expr *PostUpdate;
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
139 MutableArrayRef<Expr *> getVarRefs() {
140 return MutableArrayRef<Expr *>(
141 static_cast<T *>(this)->template getTrailingObjects<Expr *>(), NumVars);
145 void setVarRefs(ArrayRef<Expr *> VL) {
149 static_cast<T *>(this)->template getTrailingObjects<Expr *>());
    [all...]
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
OpenMPClause.h 19 #include "clang/AST/Expr.h"
109 Expr *PostUpdate;
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
139 MutableArrayRef<Expr *> getVarRefs() {
140 return MutableArrayRef<Expr *>(
141 static_cast<T *>(this)->template getTrailingObjects<Expr *>(), NumVars);
145 void setVarRefs(ArrayRef<Expr *> VL) {
149 static_cast<T *>(this)->template getTrailingObjects<Expr *>());
    [all...]
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
MCExternalSymbolizer.cpp 116 const MCExpr *Expr;
124 Expr = MCBinaryExpr::createAdd(LHS, Off, Ctx);
126 Expr = LHS;
129 Expr = MCBinaryExpr::createAdd(Add, Off, Ctx);
131 Expr = Add;
134 Expr = Off;
136 Expr = MCConstantExpr::create(0, Ctx);
139 Expr = RelInfo->createExprForCAPIVariantKind(Expr, SymbolicOp.VariantKind);
140 if (!Expr)
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
ExpressionVisitor.java 26 import android.databinding.tool.expr.CallbackExprModel;
27 import android.databinding.tool.expr.Expr;
28 import android.databinding.tool.expr.ExprModel;
29 import android.databinding.tool.expr.StaticIdentifierExpr;
46 class ExpressionVisitor extends BindingExpressionBaseVisitor<Expr> {
90 public Expr visitRootLambda(@NonNull BindingExpressionParser.RootLambdaContext ctx) {
107 public Expr visitSingleLambdaParameter(
122 public Expr visitLambdaParameterList(
144 public Expr visitStringLiteral(@NonNull BindingExpressionParser.StringLiteralContext ctx)
200 StaticIdentifierExpr expr = mModel.staticIdentifier(name); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtCXX.h 18 #include "clang/AST/Expr.h"
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
148 Expr *getRangeInit();
151 const Expr *getRangeInit() const;
159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
160 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 const Expr *getCond() const
    [all...]

Completed in 801 milliseconds

1 2 3 4 5 6 7 8 91011>>