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

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclOpenMP.h 19 #include "clang/AST/Expr.h"
41 private llvm::TrailingObjects<OMPThreadPrivateDecl, Expr *> {
52 ArrayRef<const Expr *> getVars() const {
53 return llvm::makeArrayRef(getTrailingObjects<Expr *>(), NumVars);
56 MutableArrayRef<Expr *> getVars() {
57 return MutableArrayRef<Expr *>(getTrailingObjects<Expr *>(), NumVars);
60 void setVars(ArrayRef<Expr *> VL);
65 ArrayRef<Expr *> VL);
69 typedef MutableArrayRef<Expr *>::iterator varlist_iterator
    [all...]
Expr.h 1 //===--- Expr.h - Classes for representing expressions ----------*- C++ -*-===//
10 // This file defines the Expr interface and subclasses.
73 Expr *RHS;
94 SubobjectAdjustment(const MemberPointerType *MPT, Expr *RHS)
101 /// Expr - This represents one expression. Note that Expr's are subclasses of
105 class Expr : public Stmt {
109 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
124 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
130 // will not have reference type (C++ [expr]p6). Us
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclOpenMP.h 19 #include "clang/AST/Expr.h"
41 private llvm::TrailingObjects<OMPThreadPrivateDecl, Expr *> {
52 ArrayRef<const Expr *> getVars() const {
53 return llvm::makeArrayRef(getTrailingObjects<Expr *>(), NumVars);
56 MutableArrayRef<Expr *> getVars() {
57 return MutableArrayRef<Expr *>(getTrailingObjects<Expr *>(), NumVars);
60 void setVars(ArrayRef<Expr *> VL);
65 ArrayRef<Expr *> VL);
69 typedef MutableArrayRef<Expr *>::iterator varlist_iterator
    [all...]
Expr.h 1 //===--- Expr.h - Classes for representing expressions ----------*- C++ -*-===//
10 // This file defines the Expr interface and subclasses.
73 Expr *RHS;
94 SubobjectAdjustment(const MemberPointerType *MPT, Expr *RHS)
101 /// Expr - This represents one expression. Note that Expr's are subclasses of
105 class Expr : public Stmt {
109 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
124 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
130 // will not have reference type (C++ [expr]p6). Us
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclOpenMP.h 19 #include "clang/AST/Expr.h"
41 private llvm::TrailingObjects<OMPThreadPrivateDecl, Expr *> {
52 ArrayRef<const Expr *> getVars() const {
53 return llvm::makeArrayRef(getTrailingObjects<Expr *>(), NumVars);
56 MutableArrayRef<Expr *> getVars() {
57 return MutableArrayRef<Expr *>(getTrailingObjects<Expr *>(), NumVars);
60 void setVars(ArrayRef<Expr *> VL);
65 ArrayRef<Expr *> VL);
69 typedef MutableArrayRef<Expr *>::iterator varlist_iterator
    [all...]
Expr.h 1 //===--- Expr.h - Classes for representing expressions ----------*- C++ -*-===//
10 // This file defines the Expr interface and subclasses.
73 Expr *RHS;
94 SubobjectAdjustment(const MemberPointerType *MPT, Expr *RHS)
101 /// Expr - This represents one expression. Note that Expr's are subclasses of
105 class Expr : public Stmt {
109 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
124 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
130 // will not have reference type (C++ [expr]p6). Us
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclOpenMP.h 19 #include "clang/AST/Expr.h"
41 private llvm::TrailingObjects<OMPThreadPrivateDecl, Expr *> {
52 ArrayRef<const Expr *> getVars() const {
53 return llvm::makeArrayRef(getTrailingObjects<Expr *>(), NumVars);
56 MutableArrayRef<Expr *> getVars() {
57 return MutableArrayRef<Expr *>(getTrailingObjects<Expr *>(), NumVars);
60 void setVars(ArrayRef<Expr *> VL);
65 ArrayRef<Expr *> VL);
69 typedef MutableArrayRef<Expr *>::iterator varlist_iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclOpenMP.h 19 #include "clang/AST/Expr.h"
41 private llvm::TrailingObjects<OMPThreadPrivateDecl, Expr *> {
52 ArrayRef<const Expr *> getVars() const {
53 return llvm::makeArrayRef(getTrailingObjects<Expr *>(), NumVars);
56 MutableArrayRef<Expr *> getVars() {
57 return MutableArrayRef<Expr *>(getTrailingObjects<Expr *>(), NumVars);
60 void setVars(ArrayRef<Expr *> VL);
65 ArrayRef<Expr *> VL);
69 typedef MutableArrayRef<Expr *>::iterator varlist_iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclOpenMP.h 19 #include "clang/AST/Expr.h"
41 private llvm::TrailingObjects<OMPThreadPrivateDecl, Expr *> {
52 ArrayRef<const Expr *> getVars() const {
53 return llvm::makeArrayRef(getTrailingObjects<Expr *>(), NumVars);
56 MutableArrayRef<Expr *> getVars() {
57 return MutableArrayRef<Expr *>(getTrailingObjects<Expr *>(), NumVars);
60 void setVars(ArrayRef<Expr *> VL);
65 ArrayRef<Expr *> VL);
69 typedef MutableArrayRef<Expr *>::iterator varlist_iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclOpenMP.h 19 #include "clang/AST/Expr.h"
41 private llvm::TrailingObjects<OMPThreadPrivateDecl, Expr *> {
52 ArrayRef<const Expr *> getVars() const {
53 return llvm::makeArrayRef(getTrailingObjects<Expr *>(), NumVars);
56 MutableArrayRef<Expr *> getVars() {
57 return MutableArrayRef<Expr *>(getTrailingObjects<Expr *>(), NumVars);
60 void setVars(ArrayRef<Expr *> VL);
65 ArrayRef<Expr *> VL);
69 typedef MutableArrayRef<Expr *>::iterator varlist_iterator
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
Expr.java 24 public class Expr extends ASTList implements TokenId {
33 Expr(int op, ASTree _head, ASTList _tail) {
38 Expr(int op, ASTree _head) {
43 public static Expr make(int op, ASTree oprand1, ASTree oprand2) {
44 return new Expr(op, oprand1, new ASTList(oprand2));
47 public static Expr make(int op, ASTree oprand1) {
48 return new Expr(op, oprand1);
57 public void setOprand1(ASTree expr) {
58 setLeft(expr);
63 public void setOprand2(ASTree expr) {
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.h 52 const MCExpr *Expr;
54 explicit MipsMCExpr(MipsExprKind Kind, const MCExpr *Expr)
55 : Kind(Kind), Expr(Expr) {}
58 static const MipsMCExpr *create(MipsExprKind Kind, const MCExpr *Expr,
60 static const MipsMCExpr *createGpOff(MipsExprKind Kind, const MCExpr *Expr,
67 const MCExpr *getSubExpr() const { return Expr; }
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
MethodReferenceExpr.java 17 package android.databinding.tool.expr;
27 MethodReferenceExpr(Expr parent, String name) {
52 public Expr resolveListeners(ModelClass listener, Expr parent) {
70 public Expr generateInverse(ExprModel model, Expr value, String bindingClassName) {
76 public Expr cloneToModel(ExprModel model) {
77 final Expr clonedTarget = getTarget().cloneToModel(model);
StaticIdentifierExpr.java 17 package android.databinding.tool.expr;
44 public Expr generateInverse(ExprModel model, Expr value, String bindingClassName) {
54 public Expr cloneToModel(ExprModel model) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h 1 //===--- Expr.h - Classes for representing expressions ----------*- C++ -*-===//
10 // This file defines the Expr interface and subclasses.
73 Expr *RHS;
94 SubobjectAdjustment(const MemberPointerType *MPT, Expr *RHS)
101 /// Expr - This represents one expression. Note that Expr's are subclasses of
105 class Expr : public Stmt {
109 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
124 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
130 // will not have reference type (C++ [expr]p6). Us
    [all...]
ParentMap.h 19 class Expr;
59 bool isConsumedExpr(Expr *E) const;
61 bool isConsumedExpr(const Expr *E) const {
62 return isConsumedExpr(const_cast<Expr*>(E));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h 1 //===--- Expr.h - Classes for representing expressions ----------*- C++ -*-===//
10 // This file defines the Expr interface and subclasses.
73 Expr *RHS;
94 SubobjectAdjustment(const MemberPointerType *MPT, Expr *RHS)
101 /// Expr - This represents one expression. Note that Expr's are subclasses of
105 class Expr : public Stmt {
109 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
124 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
130 // will not have reference type (C++ [expr]p6). Us
    [all...]
ParentMap.h 19 class Expr;
59 bool isConsumedExpr(Expr *E) const;
61 bool isConsumedExpr(const Expr *E) const {
62 return isConsumedExpr(const_cast<Expr*>(E));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h 1 //===--- Expr.h - Classes for representing expressions ----------*- C++ -*-===//
10 // This file defines the Expr interface and subclasses.
73 Expr *RHS;
94 SubobjectAdjustment(const MemberPointerType *MPT, Expr *RHS)
101 /// Expr - This represents one expression. Note that Expr's are subclasses of
105 class Expr : public Stmt {
109 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
124 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
130 // will not have reference type (C++ [expr]p6). Us
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMCInstLower.cpp 28 const MCExpr *Expr;
31 Expr = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_None,
39 Expr = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_None,
41 Expr = ARMMCExpr::CreateLower16(Expr, OutContext);
44 Expr = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_None,
46 Expr = ARMMCExpr::CreateUpper16(Expr, OutContext);
53 Expr = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_ARM_PLT,
59 Expr = MCBinaryExpr::CreateAdd(Expr
    [all...]
  /frameworks/compile/slang/
slang_rs_foreach_lowering.h 25 class Expr;
55 const clang::FunctionDecl* matchFunctionDesignator(clang::Expr* expr);
60 clang::Expr* CreateCalleeExprForInternalForEach();
  /external/clang/include/clang/AST/
Expr.h 1 //===--- Expr.h - Classes for representing expressions ----------*- C++ -*-===//
10 // This file defines the Expr interface and subclasses.
73 Expr *RHS;
94 SubobjectAdjustment(const MemberPointerType *MPT, Expr *RHS)
101 /// Expr - This represents one expression. Note that Expr's are subclasses of
105 class Expr : public Stmt {
109 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
123 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
129 // will not have reference type (C++ [expr]p6). Us
    [all...]
OpenMPClause.h 19 #include "clang/AST/Expr.h"
100 Expr *PostUpdate;
103 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
111 const Expr *getPostUpdateExpr() const { return PostUpdate; }
113 Expr *getPostUpdateExpr() { return PostUpdate; }
130 MutableArrayRef<Expr *> getVarRefs() {
131 return MutableArrayRef<Expr *>(
132 static_cast<T *>(this)->template getTrailingObjects<Expr *>(), NumVars);
136 void setVarRefs(ArrayRef<Expr *> VL) {
140 static_cast<T *>(this)->template getTrailingObjects<Expr *>());
    [all...]
ParentMap.h 19 class Expr;
59 bool isConsumedExpr(Expr *E) const;
61 bool isConsumedExpr(const Expr *E) const {
62 return isConsumedExpr(const_cast<Expr*>(E));
  /external/clang/lib/StaticAnalyzer/Checkers/
TaintTesterChecker.cpp 23 class TaintTesterChecker : public Checker< check::PostStmt<Expr> > {
31 const Expr* Arg,
35 void checkPostStmt(const Expr *E, CheckerContext &C) const;
44 void TaintTesterChecker::checkPostStmt(const Expr *E,

Completed in 1810 milliseconds

1 23 4 5 6 7 8 91011>>