OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComparisonType
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp
269
APSIntType
ComparisonType
= std::max(WraparoundType, APSIntType(Int));
270
llvm::APSInt ConvertedInt =
ComparisonType
.convert(Int);
273
if (
ComparisonType
.getBitWidth() == WraparoundType.getBitWidth() &&
274
ComparisonType
.isUnsigned() && !WraparoundType.isUnsigned())
316
APSIntType
ComparisonType
= std::max(WraparoundType, APSIntType(From));
317
llvm::APSInt ConvertedFrom =
ComparisonType
.convert(From);
318
llvm::APSInt ConvertedTo =
ComparisonType
.convert(To);
321
if (
ComparisonType
.getBitWidth() == WraparoundType.getBitWidth() &&
322
ComparisonType
.isUnsigned() && !WraparoundType.isUnsigned())
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h
[
all
...]
Completed in 184 milliseconds