/external/llvm-project/llvm/unittests/Analysis/ |
D | LoopInfoTest.cpp | 272 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local 331 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local 390 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local 449 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local 508 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local 568 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local 627 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local 683 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local 742 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local 802 Optional<Loop::LoopBounds> Bounds = L->getBounds(SE); in TEST() local [all …]
|
/external/rust/crates/csv/src/ |
D | byte_record.rs | 644 struct Bounds { struct 655 impl Default for Bounds { argument 662 impl Bounds { impl 666 fn with_capacity(capacity: usize) -> Bounds { in with_capacity()
|
/external/autotest/client/cros/multimedia/ |
D | display_info.py | 11 class Bounds(object): class in DisplayInfo
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Preamble.cpp | 222 PreambleBounds Bounds = {0, false}; member 252 auto Bounds = ComputePreambleBounds(*CI->getLangOpts(), *ContentsBuffer, 0); in scanPreamble() local 324 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *ContentsBuffer, 0); in buildPreamble() local 377 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *ContentsBuffer, 0); in isPreambleCompatible() local
|
D | XRefs.cpp | 867 SourceRange Bounds; // Half-open, restricts reported targets. member in clang::clangd::__anon7033247a0b11::FindControlFlow 897 FindControlFlow(SourceRange Bounds, std::vector<SourceLocation> &Result, in FindControlFlow() 1015 SourceRange Bounds; in relatedControlFlow() local
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrecompiledPreamble.cpp | 313 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, in Build() 505 PreambleBounds Bounds, in CanReuse() 617 PreambleBounds Bounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in AddImplicitPreamble() local 624 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *MainFileBuffer, 0); in OverridePreamble() local 800 PreambleBounds Bounds, CompilerInvocation &CI, in configurePreamble()
|
D | ASTUnit.cpp | 1317 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble() local
|
/external/dng_sdk/source/ |
D | dng_image.h | 187 const dng_rect & Bounds () const in Bounds() function
|
D | dng_ifd.h | 254 dng_rect Bounds () const in Bounds() function
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | PreambleTests.cpp | 72 auto Bounds = Lexer::ComputePreamble(ModifiedContents, *CI->getLangOpts()); in collectPatchedIncludes() local
|
/external/skqp/src/core/ |
D | SkRecordDraw.cpp | 200 typedef SkRect Bounds; typedef in SkRecords::FillBounds
|
/external/skia/src/core/ |
D | SkRecordDraw.cpp | 212 typedef SkRect Bounds; typedef in SkRecords::FillBounds
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 1245 using Bounds = LoopBounds<DoVariable, ScalarIntExpr>; member 1458 using Bounds = LoopBounds<DoVariable, ScalarIntConstantExpr>; member 1954 struct Bounds { struct 1956 std::variant<std::list<BoundsRemapping>, std::list<BoundsSpec>> u; 2207 using Bounds = LoopBounds<ScalarName, ScalarExpr>; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 482 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 482 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
|
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 461 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-do-forall.cpp | 36 using Bounds = parser::LoopControl::Bounds; typedef
|
D | resolve-directives.cpp | 392 using Bounds = parser::LoopControl::Bounds; in GetLoopIndex() typedef
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 671 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local
|
/external/llvm-project/clang/utils/TableGen/ |
D | MveEmitter.cpp | 1382 Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 948 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PPCGCodeGeneration.cpp | 2901 std::vector<isl_pw_aff *> Bounds; in setArrayBounds() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 965 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2922 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); in EmitOMPWorksharingLoop() local
|