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

  /external/clang/lib/Sema/
SemaStmt.cpp 454 /// ConvertIntegerToTypeWarnOnOverflow - Convert the specified APInt to have
457 void Sema::ConvertIntegerToTypeWarnOnOverflow(llvm::APSInt &Val,
774 ConvertIntegerToTypeWarnOnOverflow(LoVal, CondWidth, CondIsSigned,
888 ConvertIntegerToTypeWarnOnOverflow(HiVal, CondWidth, CondIsSigned,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 23 milliseconds