Home
last modified time | relevance | path

Searched defs:DestSigned (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dsafe_numerics.h56 #define BASE_NUMERIC_CAST_CASE_SAME_SIZE(DestSigned, SourceSigned, Code) \ argument
62 #define BASE_NUMERIC_CAST_CASE_SOURCE_LARGER(DestSigned, SourceSigned, Code) \ argument
66 #define BASE_NUMERIC_CAST_CASE_DEST_LARGER(DestSigned, SourceSigned, Code) \ argument
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp307 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in handleFloatingToIntegral() local
/external/clang/lib/AST/
DExprConstant.cpp1662 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in HandleFloatToIntCast() local
9638 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); in CheckICE() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp2522 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in HandleFloatToIntCast() local
15357 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); in CheckICE() local