Home
last modified time | relevance | path

Searched defs:Expression (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/src/sksl/ir/
DSkSLExpression.h26 struct Expression : public IRNode { struct
47 Expression(Position position, Kind kind, const Type& type) in Expression() function
65 virtual bool compareConstant(const Context& context, const Expression& other) const { in compareConstant() argument
83 virtual std::unique_ptr<Expression> constantPropagate(const IRGenerator& irGenerator, in constantPropagate() argument
88 const Kind fKind;
89 const Type& fType;
91 typedef IRNode INHERITED;
/external/v8/src/parsing/
Dparameter-initializer-rewriter.h13 class Expression; variable
/external/v8/src/ast/
Dcompile-time-value.h14 class Expression; variable
Dast-type-bounds.h16 class Expression; variable
Dast.h120 class Expression; variable
365 Expression(int pos, NodeType type) in Expression() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp68 struct Expression { struct
69 uint32_t opcode;
70 Type *type;
71 SmallVector<uint32_t, 4> varargs;
73 Expression(uint32_t o = ~2U) : opcode(o) { } in Expression() function
75 bool operator==(const Expression &other) const { in operator ==()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp77 struct llvm::GVN::Expression { struct in llvm::GVN
78 uint32_t opcode;
79 Type *type;
80 SmallVector<uint32_t, 4> varargs;
82 Expression(uint32_t o = ~2U) : opcode(o) {} in Expression() function
84 bool operator==(const Expression &other) const { in operator ==()
/external/python/cpython2/Tools/compiler/
Dastgen.py276 class Expression(Node): class
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h51 const DIExpression *Expression; member
/external/clang/include/clang/Sema/
DTemplateDeduction.h170 Expr *Expression; member
/external/apache-xml/src/main/java/org/apache/xpath/
DExpression.java45 public abstract class Expression implements java.io.Serializable, ExpressionNode, XPathVisitable class
/external/clang/include/clang/AST/
DTemplateBase.h69 Expression, enumerator
382 Expr *Expression; member
/external/deqp/framework/randomshaders/
DrsgExpression.hpp50 class Expression class
/external/mesa3d/src/compiler/nir/
Dnir_algebraic.py192 class Expression(Value): class
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dparsetree.py168 class Expression(Node): class
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3505 if (const Expr* Expression = Node.getIdx()) in AST_MATCHER_P() local
3522 if (const Expr* Expression = Node.getBase()) in AST_MATCHER_P() local
3770 const Expr *Expression = Node.getTrueExpr(); in AST_MATCHER_P() local
3785 const Expr *Expression = Node.getFalseExpr(); in AST_MATCHER_P() local
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h85 enum CounterKind { Zero, CounterValueReference, Expression }; enumerator
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp113 const MDNode *Expression; ///< Any complex address expression. member in __anon3ed24ca50211::UserValue
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp754 bool DependenceInfo::isLoopInvariant(const SCEV *Expression, in isLoopInvariant()
766 void DependenceInfo::collectCommonLoops(const SCEV *Expression, in collectCommonLoops()
/external/python/cpython2/Include/
DPython-ast.h53 } Expression; member
379 #define Expression(a0, a1) _Py_Expression(a0, a1) macro
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp323 Expression, enumerator
/external/clang/include/clang/Parse/
DParser.h1991 Expression, ///< Disambiguated as an expression (either kind). enumerator
/external/python/cpython2/Lib/compiler/
Dpycodegen.py89 class Expression(AbstractCompileMode): class
/external/clang/lib/AST/
DASTDiagnostic.cpp508 Expression, enumerator
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp55 Expression enumerator

12