Searched refs:CondWidth (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp664 unsigned CondWidth local
738 ConvertIntegerToTypeWarnOnOverflow(LoVal, CondWidth, CondIsSigned,
767 (ConstantCondValue.getBitWidth() == CondWidth &&
852 ConvertIntegerToTypeWarnOnOverflow(HiVal, CondWidth, CondIsSigned,
954 AdjustAPSInt(Val, CondWidth, CondIsSigned);
985 AdjustAPSInt(Hi, CondWidth, CondIsSigned);
1013 AdjustAPSInt(Hi, CondWidth, CondIsSigned);

Completed in 89 milliseconds