OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DstSigned
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.cc
466
bool
DstSigned
= DstTy.isSignedIntegerTy();
473
if (!SrcSigned && !
DstSigned
) {
506
<< DstTy.getIntegerBitWidth() << (
DstSigned
? "" : "un");
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_handlers.cpp
564
bool
DstSigned
= DstTy.isSignedIntegerTy();
571
if (!SrcSigned && !
DstSigned
) {
604
<< DstTy.getIntegerBitWidth() << (
DstSigned
? "" : "un");
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.cpp
564
bool
DstSigned
= DstTy.isSignedIntegerTy();
571
if (!SrcSigned && !
DstSigned
) {
604
<< DstTy.getIntegerBitWidth() << (
DstSigned
? "" : "un");
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp
979
bool
DstSigned
= DstType->isSignedIntegerOrEnumerationType();
985
if (!SrcSigned && !
DstSigned
) {
995
Check = Builder.CreateIntCast(Dst, SrcTy,
DstSigned
, "anyext");
1031
bool
DstSigned
= DstType->isSignedIntegerOrEnumerationType();
1033
(!SrcSigned &&
DstSigned
))
1069
bool
DstSigned
= DstType->isSignedIntegerOrEnumerationType();
1071
(void)
DstSigned
; // Only used in assert()
1077
assert(((SrcBits != DstBits) || (SrcSigned !=
DstSigned
)) &&
1132
bool
DstSigned
= DstType->isSignedIntegerOrEnumerationType();
1141
if (SrcSigned ==
DstSigned
&& SrcBits == DstBits
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026