Searched defs:Bound (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp703 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); local
H A DParser.cpp376 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp313 isInRelation(BinaryOperator::Opcode Rel, SymbolRef Sym, llvm::APSInt Bound, ProgramStateRef State) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp436 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, argument
451 __ubsan_handle_vla_bound_not_positive(VLABoundData *Data, ValueHandle Bound) argument
456 __ubsan_handle_vla_bound_not_positive_abort(VLABoundData *Data, ValueHandle Bound) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1023 const SCEV *Bound = SE->getMinusSCEV(S, Size); local
2540 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; local
2609 exploreDirections(unsigned Level, CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, const SmallBitVector &Loops, unsigned &DepthExpanded, const SCEV *Delta) const argument
2714 testBounds(unsigned char DirKind, unsigned Level, BoundInfo *Bound, const SCEV *Delta) const argument
2742 findBoundsALL(CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, unsigned K) const argument
2781 findBoundsEQ(CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, unsigned K) const argument
2821 findBoundsLT(CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, unsigned K) const argument
2865 findBoundsGT(CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, unsigned K) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp994 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); local

Completed in 137 milliseconds