Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-type-bounds.h16 class Expression; variable
Dast.h107 class Expression; variable
371 Expression(Zone* zone, int pos) in Expression() function
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp85 struct Expression { struct
86 uint32_t opcode;
87 Type *type;
88 SmallVector<uint32_t, 4> varargs;
90 Expression(uint32_t o = ~2U) : opcode(o) { } in Expression() argument
92 bool operator==(const Expression &other) const { in operator ==()
/external/clang/include/clang/Sema/
DTemplateDeduction.h161 Expr *Expression; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h51 const DIExpression *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.h68 Expression, enumerator
375 Expr *Expression; member
DExprCXX.h2478 OverloadExpr *Expression; member
/external/deqp/framework/randomshaders/
DrsgExpression.hpp50 class Expression class
/external/llvm/include/llvm/ProfileData/
DCoverageMapping.h43 enum CounterKind { Zero, CounterValueReference, Expression }; enumerator
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3095 if (const Expr* Expression = Node.getIdx()) in AST_MATCHER_P() local
3112 if (const Expr* Expression = Node.getBase()) in AST_MATCHER_P() local
3329 const Expr *Expression = Node.getTrueExpr(); in AST_MATCHER_P() local
3342 const Expr *Expression = Node.getFalseExpr(); in AST_MATCHER_P() local
/external/v8/src/parsing/
Dpreparser.h603 typedef PreParserExpression Expression; typedef
1018 typedef PreParserExpression Expression; typedef
Dparser.h335 typedef v8::internal::Expression* Expression; typedef
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp112 const MDNode *Expression; ///< Any complex address expression. member in __anona7c240270211::UserValue
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp759 bool DependenceAnalysis::isLoopInvariant(const SCEV *Expression, in isLoopInvariant()
771 void DependenceAnalysis::collectCommonLoops(const SCEV *Expression, in collectCommonLoops()
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp50 Expression enumerator
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp325 Expression, enumerator
/external/clang/lib/AST/
DASTDiagnostic.cpp503 Expression, enumerator
/external/clang/lib/CodeGen/
DCGObjC.cpp640 Expression enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4427 DIExpression *Expression = DI.getExpression(); in visitIntrinsicCall() local
4497 DIExpression *Expression = DI.getExpression(); in visitIntrinsicCall() local