HomeSort by relevance Sort by last modified time
    Searched defs:subExpr (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/xml/
XPathExpressionNode.h 87 Expression* subExpr(unsigned i) { return m_subExpressions[i]; }
88 const Expression* subExpr(unsigned i) const { return m_subExpressions[i]; }
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 525 Expr *subExpr = E->getSubExpr();
526 llvm::Constant *C = CGM.EmitConstantExpr(subExpr, subExpr->getType(), CGF);
632 bool isSigned = subExpr->getType()->isSignedIntegerOrEnumerationType();
637 bool isSigned = subExpr->getType()->isSignedIntegerOrEnumerationType();
647 if (subExpr->getType()->isSignedIntegerOrEnumerationType())
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 204 milliseconds