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

/external/clang/lib/Sema/
H A DSemaStmt.cpp1170 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); local
1173 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned);
1183 AdjustAPSInt(Val, DstWidth, DstIsSigned);

Completed in 85 milliseconds