reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2509 Result = (Opcode == BO_Rem ? LHS % RHS : LHS / RHS); 11884 APSInt TrueResult = (LHS - RHS) / ElemSize; 13036 LHS.getComplexIntImag() * RHS.getComplexIntImag()) / Den; 13039 LHS.getComplexIntReal() * RHS.getComplexIntImag()) / Den;tools/clang/lib/Lex/PPExpressions.cpp
671 Res = LHS.Val / RHS.Val;
tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp 100 svalBuilder.makeIntVal(extent.getValue() / constant),
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp 2114 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(Scale);
tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp 217 return &getValue( V1 / V2 );
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp340 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max; 351 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max;