HomeSort by relevance Sort by last modified time
    Searched full:condtype (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaStmt.cpp 498 QualType CondType = CondExpr->getType();
512 if (!CondType->isIntegralOrEnumerationType())
584 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).take();
663 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).take();
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 184 milliseconds