Home
last modified time | relevance | path

Searched defs:ComparisonType (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DRangedConstraintManager.cpp105 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(From)); in assumeSymInclusiveRange() local
172 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int)); in assumeSymRel() local
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp269 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int)); in assumeSymRel() local
316 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(From)); in assumeSymWithinInclusiveRange() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc1315 TEST_F(XlaBuilderTest, ComparisonType) { in TEST_F() argument