Searched defs:Bounds (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 415 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 D | ASTUnit.cpp | 1352 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | UnixSignals.h | 90 enum SignalCodePrintOption { None, Address, Bounds }; global() enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 500 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1400 Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1478 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3363 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); in EmitOMPWorksharingLoop() local
|