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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/unittests/Tooling/
LookupTest.cpp 19 bool VisitCallExpr(CallExpr *Expr) {
20 OnCall(Expr);
35 auto replaceCallExpr = [&](const CallExpr *Expr,
37 const auto *Callee = cast<DeclRefExpr>(Expr->getCallee()->IgnoreImplicit());
44 Visitor.OnCall = [&](CallExpr *Expr) {
45 EXPECT_EQ("bar", replaceCallExpr(Expr, "::bar"));
50 Visitor.OnCall = [&](CallExpr *Expr) {
51 EXPECT_EQ("bar", replaceCallExpr(Expr, "::a::bar"));
56 Visitor.OnCall = [&](CallExpr *Expr) {
57 EXPECT_EQ("a::bar", replaceCallExpr(Expr, "::a::bar"))
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Dependency.java 14 package android.databinding.tool.expr;
17 final Expr mDependant;
18 final Expr mOther;
19 final Expr mCondition;
29 public Dependency(Expr dependant, Expr other) {
37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) {
57 public Expr getOther()
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 19 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr,
21 return new (Ctx) ARMMCExpr(Kind, Expr);
31 const MCExpr *Expr = getSubExpr();
32 if (Expr->getKind() != MCExpr::SymbolRef)
34 Expr->print(OS, MAI);
35 if (Expr->getKind() != MCExpr::SymbolRef)
ARMMCExpr.h 27 const MCExpr *Expr;
29 explicit ARMMCExpr(VariantKind Kind, const MCExpr *Expr)
30 : Kind(Kind), Expr(Expr) {}
36 static const ARMMCExpr *create(VariantKind Kind, const MCExpr *Expr,
39 static const ARMMCExpr *createUpper16(const MCExpr *Expr, MCContext &Ctx) {
40 return create(VK_ARM_HI16, Expr, Ctx);
43 static const ARMMCExpr *createLower16(const MCExpr *Expr, MCContext &Ctx) {
44 return create(VK_ARM_LO16, Expr, Ctx);
55 const MCExpr *getSubExpr() const { return Expr; }
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 10 // This file implements Expr::classify.
14 #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,
37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const {
89 const Expr *E,
102 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 27 const MCExpr *Expr;
30 : Kind(_Kind), Expr(_Expr) {}
36 static const ARMMCExpr *Create(VariantKind Kind, const MCExpr *Expr,
39 static const ARMMCExpr *CreateUpper16(const MCExpr *Expr, MCContext &Ctx) {
40 return Create(VK_ARM_HI16, Expr, Ctx);
43 static const ARMMCExpr *CreateLower16(const MCExpr *Expr, MCContext &Ctx) {
44 return Create(VK_ARM_LO16, Expr, Ctx);
55 const MCExpr *getSubExpr() const { return Expr; }
  /external/clang/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ExprOpenMP.h 10 // This file defines the Expr interface and subclasses.
17 #include "clang/AST/Expr.h"
45 class OMPArraySectionExpr : public Expr {
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type,
55 : Expr(
77 : Expr(OMPArraySectionExprClass, Shell) {}
82 Expr *getBase() { return cast<Expr>(SubExprs[BASE]);
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 34 const MCExpr *Expr;
39 explicit PPCMCExpr(VariantKind Kind, const MCExpr *Expr, bool IsDarwin)
40 : Kind(Kind), Expr(Expr), IsDarwin(IsDarwin) {}
46 static const PPCMCExpr *create(VariantKind Kind, const MCExpr *Expr,
49 static const PPCMCExpr *createLo(const MCExpr *Expr,
51 return create(VK_PPC_LO, Expr, isDarwin, Ctx);
54 static const PPCMCExpr *createHi(const MCExpr *Expr,
56 return create(VK_PPC_HI, Expr, isDarwin, Ctx);
59 static const PPCMCExpr *createHa(const MCExpr *Expr,
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.cpp 21 HexagonMCExpr *HexagonMCExpr::create(MCExpr const *Expr, MCContext &Ctx) {
22 return new (Ctx) HexagonMCExpr(Expr);
28 return Expr->evaluateAsRelocatable(Res, Layout, Fixup);
32 Streamer.visitUsedExpr(*Expr);
36 return Expr->findAssociatedFragment();
41 MCExpr const *HexagonMCExpr::getExpr() const { return Expr; }
64 HexagonMCExpr::HexagonMCExpr(MCExpr const *Expr)
65 : Expr(Expr), MustNotExtend(false), MustExtend(false), S23_2_reloc(false),
69 Expr->print(OS, MAI)
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclLeafCount.h 31 template <typename Expr>
81 template <typename Expr>
82 struct LeafCount<const TensorForcedEvalOp<Expr> > {
87 template <typename Expr>
88 struct LeafCount<TensorForcedEvalOp<Expr> >: LeafCount<const TensorForcedEvalOp<Expr> > {};
91 template <typename Expr>
92 struct LeafCount<const TensorEvalToOp<Expr> > {
93 static const size_t Count = 1 + CategoryCount<Expr>::Count;
97 template <typename OP, typename Dim, typename Expr>
    [all...]
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.h 24 const MCExpr *Expr;
26 explicit LanaiMCExpr(VariantKind Kind, const MCExpr *Expr)
27 : Kind(Kind), Expr(Expr) {}
30 static const LanaiMCExpr *create(VariantKind Kind, const MCExpr *Expr,
37 const MCExpr *getSubExpr() const { return Expr; }

Completed in 875 milliseconds

1 2 3 4 5 6 7 8 91011>>