Searched refs:InRange (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp290 Range *InRange = upperBound(Min, Ranges, NumRanges); local
293 if (InRange && InRange->getEnd().getMemoryLocation() == P)
294 InRange = upperBound(P, Ranges, NumRanges);
295 if (!InRange && P > Loc)
297 if (InRange && InRange->getStart().getMemoryLocation() < P)
299 if (InRange && InRange->getStart().getMemoryLocation() <= P)
310 InRange
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSimpleConstraintManager.h45 bool InRange) override;
65 bool InRange) = 0;
H A DSMTConv.h505 const llvm::APSInt &From, const llvm::APSInt &To, bool InRange) {
519 return getBinExpr(Solver, Ctx, Exp, SymTy, InRange ? BO_EQ : BO_NE,
531 getBinExpr(Solver, Ctx, Exp, SymTy, InRange ? BO_GE : BO_LT, FromExp,
534 InRange ? BO_LE : BO_GT, ToExp, ToTy,
537 return fromBinOp(Solver, LHS, InRange ? BO_LAnd : BO_LOr, RHS,
504 getRangeExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, SymbolRef Sym, const llvm::APSInt &From, const llvm::APSInt &To, bool InRange) argument
H A DSMTConstraintManager.h64 bool InRange) override {
67 State, Sym, SMTConv::getRangeExpr(Solver, Ctx, Sym, From, To, InRange));
H A DRangedConstraintManager.h155 bool InRange) override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp96 const llvm::APSInt &To, bool InRange) {
106 return assumeSymInclusiveRange(State, Sym, From, To, InRange);
117 return assumeSymInclusiveRange(State, Sym, From, To, InRange);
124 bool isFeasible = (IsInRange == InRange);
94 assumeInclusiveRange( ProgramStateRef State, NonLoc Value, const llvm::APSInt &From, const llvm::APSInt &To, bool InRange) argument
H A DRangedConstraintManager.cpp75 const llvm::APSInt &To, bool InRange) {
94 if (InRange)
73 assumeSymInclusiveRange( ProgramStateRef State, SymbolRef Sym, const llvm::APSInt &From, const llvm::APSInt &To, bool InRange) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h122 if (!InRange) {
124 InRange = true;
136 if (InRange) {
139 InRange = false;
145 bool InRange = false; member in class:scudo::FreePagesRangeTracker
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h44 bool InRange();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp102 bool ThreadPlanStepRange::InRange() { function in class:ThreadPlanStepRange
446 // fool InRange into
456 if (InRange()) {
489 if (!InRange()) {
H A DThreadPlanStepOverRange.cpp188 if (InRange()) {
H A DThreadPlanStepInRange.cpp219 if (InRange()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp327 static bool InRange(int64_t Value, unsigned short Shift, int LBound, function
344 if (!InRange(offset, Entry.Shift(), Entry.LBound(), Entry.HBound()))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2399 bool InRange = true; local
2402 InRange &= isIndexInRangeOfArrayType(STy->getNumElements(), CI);
2408 if (InRange || Unknown)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10677 InRange = InRangeFlag, enumerator in enum:__anon3154::PromotedRange::ComparisonResult
10692 if (Value >= PromotedMin) return InRange;
10693 if (Value <= PromotedMax) return InRange;
10702 case -1: return InRange;
10834 bool InRange = Cmp & PromotedRange::InRangeFlag;
10835 if (InRange && IsEnumConstOrFromMacro(S, Constant))
10866 if (!InRange || Other->isKnownToHaveBooleanValue()) {
10870 S.PDiag(!InRange ? diag::warn_out_of_range_compare
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h260 // InRange
264 bool InRange(InterpState &S, CodePtr OpPC) {

Completed in 229 milliseconds