reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
344 inline bool operator>(int64_t V1, const APSInt &V2) { return V2 < V1; }
lib/AsmParser/LLParser.cpp 4204 if (S < Result.Min)
tools/clang/include/clang/Basic/FixedPoint.h 147 if (Val < 0 && Val != -Val) // Cover the case when we have the min val
tools/clang/lib/AST/ExprConstant.cpp 467 if (N < -(int64_t)ArrayIndex || N > ArraySize - ArrayIndex) {
tools/clang/lib/Sema/SemaChecking.cpp6042 if (Result < Context.getCharWidth()) 6278 if (Value < 0x100) 6335 (Result > 0 && Result < 0x10000 && (Result & 0xFF) == 0xFF))tools/clang/lib/Sema/SemaDeclAttr.cpp
4722 if (I < 0)
tools/clang/lib/Sema/SemaDeclCXX.cpp880 << (NumElems < Bindings.size()); 1124 << (TupleSize < Bindings.size());tools/clang/lib/Sema/SemaTemplate.cpp
3012 if (NumArgs < 0) {
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp 422 if (ResultInt < 0) {