Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathExpression.h44 class Expression; variable
DXPathExpressionNode.cpp43 Expression::Expression() in Expression() function in blink::XPath::Expression
DXPathParser.h40 class Expression; variable
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dexpr.pxi59 cdef class Expression: class
/external/clang/include/clang/Sema/
DTemplateDeduction.h165 Expr *Expression; variable
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp80 struct Expression { struct
81 uint32_t opcode;
82 Type *type;
83 SmallVector<uint32_t, 4> varargs;
85 Expression(uint32_t o = ~2U) : opcode(o) { } in Expression() function
87 bool operator==(const Expression &other) const { in operator ==()
/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.h67 Expression, enumerator
373 Expr *Expression; member
DExprCXX.h2309 OverloadExpr *Expression; member
/external/deqp/framework/randomshaders/
DrsgExpression.hpp50 class Expression class
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2466 if (const Expr* Expression = Node.getIdx()) in AST_MATCHER_P() local
2483 if (const Expr* Expression = Node.getBase()) in AST_MATCHER_P() local
2657 Expr *Expression = Node.getTrueExpr(); in AST_MATCHER_P() local
2670 Expr *Expression = Node.getFalseExpr(); in AST_MATCHER_P() local
/external/chromium_org/v8/src/
Dparser.h363 typedef v8::internal::Expression* Expression; typedef
Dpreparser.h1128 typedef PreParserExpression Expression; typedef
1412 typedef PreParserExpression Expression; typedef
Dast.h115 class Expression; variable
383 Expression(Zone* zone, int pos, IdGen* id_gen) in Expression() function
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp297 Expression, enumerator
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp762 bool DependenceAnalysis::isLoopInvariant(const SCEV *Expression, in isLoopInvariant()
774 void DependenceAnalysis::collectCommonLoops(const SCEV *Expression, in collectCommonLoops()
/external/clang/lib/AST/
DASTDiagnostic.cpp445 Expression, enumerator
/external/clang/lib/CodeGen/
DCGObjC.cpp588 Expression enumerator