Home
last modified time | relevance | path

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

/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.cc1413 TEST_F(XlaBuilderTest, ComparisonType) { in TEST_F() argument