Home
last modified time | relevance | path

Searched defs:Bounds (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp415 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, in Build()
604 PreambleBounds Bounds, in CanReuse()
716 PreambleBounds Bounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in AddImplicitPreamble() local
723 auto Bounds = ComputePreambleBounds(CI.getLangOpts(), *MainFileBuffer, 0); in OverridePreamble() local
764 PreambleBounds Bounds, CompilerInvocation &CI, in configurePreamble()
H A DASTUnit.cpp1352 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h90 enum SignalCodePrintOption { None, Address, Bounds }; global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp500 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1400 Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp782 using Bounds = std::pair<const APSInt &, const APSInt &>; in convertTo() typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1478 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3363 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); in EmitOMPWorksharingLoop() local