Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp414 Build(const CompilerInvocation & Invocation,const llvm::MemoryBuffer * MainFileBuffer,PreambleBounds Bounds,DiagnosticsEngine & Diagnostics,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,std::shared_ptr<PCHContainerOperations> PCHContainerOps,bool StoreInMemory,StringRef StoragePath,PreambleCallbacks & Callbacks) Build() argument
603 CanReuse(const CompilerInvocation & Invocation,const llvm::MemoryBufferRef & MainFileBuffer,PreambleBounds Bounds,llvm::vfs::FileSystem & VFS) const CanReuse() argument
715 PreambleBounds Bounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); AddImplicitPreamble() local
722 auto Bounds = ComputePreambleBounds(CI.getLangOpts(), *MainFileBuffer, 0); OverridePreamble() local
763 configurePreamble(PreambleBounds Bounds,CompilerInvocation & CI,IntrusiveRefCntPtr<llvm::vfs::FileSystem> & VFS,llvm::MemoryBuffer * MainFileBuffer) const configurePreamble() argument
[all...]
H A DASTUnit.cpp1340 PreambleBounds Bounds = ComputePreambleBounds( getMainBufferWithPrecompiledPreamble() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h108 enum SignalCodePrintOption { None, Address, Bounds }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp500 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1399 Record *Bounds = TypeRec->getValueAsDef("bounds"); ACLEIntrinsic() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp782 using Bounds = std::pair<const APSInt &, const APSInt &>; in convertTo() typedef
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1469 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), optimizeMemChr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3318 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); EmitOMPWorksharingLoop() local