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

  /external/clang/lib/Sema/
SemaStmt.cpp 392 QualType CondType = CondExpr->getType();
394 return CheckConvertedConstantExpression(E, CondType, TempVal,
753 QualType CondType = CondExpr->getType();
770 if (!CondType->isIntegralOrEnumerationType())
786 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType);
787 bool CondIsSigned = CondType->isSignedIntegerOrEnumerationType();
844 CheckConvertedConstantExpression(Lo, CondType, LoVal, CCEK_CaseValue);
858 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).get();
    [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]

Completed in 236 milliseconds