Searched defs:MaxDistance (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 1000 static constexpr SourceLocation::IntTy MaxDistance = 50; updateConsecutiveMacroArgTokens() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 216 unsigned MaxDistance, const Loop &L, in hasTemporalReuse() argument
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 1470 getInlineErrorInfo(struct scudo_error_info * ErrorInfo,size_t & NextErrorReport,uintptr_t FaultAddr,const StackDepot * Depot,const char * RegionInfoPtr,const char * Memory,const char * MemoryTags,uintptr_t MemoryAddr,size_t MemorySize,size_t MinDistance,size_t MaxDistance) getInlineErrorInfo() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.cpp | 696 unsigned MaxDistance = findNearbyIdentifier() local
|