HomeSort by: relevance | last modified time | path
    Searched defs:ExprType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RangedConstraintManager.cpp 71 QualType ExprType = SSE->getType();
73 SymMgr.getSymSymExpr(SSE->getLHS(), BO_EQ, SSE->getRHS(), ExprType);
78 const llvm::APSInt &Zero = getBasicVals().getValue(0, ExprType);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 670 /// on \p ExprType.
2298 ParenParseOption ExprType = CastExpr;
2301 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
2307 if (ExprType == CastExpr) {
2737 /// based on what is allowed by ExprType. The actual thing parsed is returned
2738 /// in ExprType. If stopIfCastExpr is true, it will only return the parsed type,
2764 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr,
2784 /*IsParenthesized=*/ExprType >= CompoundLiteral);
2808 if (ExprType >= CompoundStmt && Tok.is(tok::l_brace)) {
2830 ExprType = CompoundStmt
    [all...]

Completed in 25 milliseconds