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

/external/llvm/include/llvm/
H A DInstrTypes.h544 bool DstIsSigned ///< Whether to treate the dest. as signed
/external/clang/lib/Sema/
H A DSemaStmt.cpp1084 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); local
1097 AdjustAPSInt(Val, DstWith, DstIsSigned);

Completed in 65 milliseconds