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

/external/clang/lib/Sema/
H A DSemaStmt.cpp745 unsigned CondWidth local
819 ConvertIntegerToTypeWarnOnOverflow(LoVal, CondWidth, CondIsSigned,
848 (ConstantCondValue.getBitWidth() == CondWidth &&
933 ConvertIntegerToTypeWarnOnOverflow(HiVal, CondWidth, CondIsSigned,
1034 AdjustAPSInt(Val, CondWidth, CondIsSigned);
1070 AdjustAPSInt(Hi, CondWidth, CondIsSigned);
1100 AdjustAPSInt(Hi, CondWidth, CondIsSigned);

Completed in 96 milliseconds