Home
last modified time | relevance | path

Searched refs:DstIsSigned (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DInstrTypes.h547 bool DstIsSigned ///< Whether to treate the dest. as signed
/external/clang/lib/Sema/
DSemaStmt.cpp1170 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); in DiagnoseAssignmentEnum() local
1173 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
1183 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()