Searched defs:Bounds (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 414 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 D | ASTUnit.cpp | 1340 PreambleBounds Bounds = ComputePreambleBounds( getMainBufferWithPrecompiledPreamble() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | UnixSignals.h | 108 enum SignalCodePrintOption { None, Address, Bounds }; enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 500 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1399 Record *Bounds = TypeRec->getValueAsDef("bounds"); ACLEIntrinsic() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 782 using Bounds = std::pair<const APSInt &, const APSInt &>; in convertTo() typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1469 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), optimizeMemChr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3318 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); EmitOMPWorksharingLoop() local
|