OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSIntValue
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_value.h
171
SIntMax
getSIntValue
() const;
181
return getType().isSignedIntegerTy() &&
getSIntValue
() == -1;
186
return getType().isSignedIntegerTy() &&
getSIntValue
() < 0;
ubsan_value.cc
19
SIntMax Value::
getSIntValue
() const {
59
SIntMax Val =
getSIntValue
();
ubsan_diag.cc
46
AddArg(V.
getSIntValue
());
Completed in 163 milliseconds