/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerDataFlowTrace.h | 72 for (auto Cnt: Counters) in GetNumberOfCoveredBlocks() local 73 if (Cnt) in GetNumberOfCoveredBlocks() 87 for (auto Cnt : Counters) in NumberOfCoveredBlocks() local 88 if (Cnt) in NumberOfCoveredBlocks() 100 for (auto Cnt : Counters) in SmallestNonZeroCounter() local 101 if (Cnt) in SmallestNonZeroCounter() 102 Res = Min(Res, Cnt); in SmallestNonZeroCounter()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerDataFlowTrace.h | 72 for (auto Cnt: Counters) in GetNumberOfCoveredBlocks() local 73 if (Cnt) in GetNumberOfCoveredBlocks() 87 for (auto Cnt : Counters) in NumberOfCoveredBlocks() local 88 if (Cnt) in NumberOfCoveredBlocks() 100 for (auto Cnt : Counters) in SmallestNonZeroCounter() local 101 if (Cnt) in SmallestNonZeroCounter() 102 Res = Min(Res, Cnt); in SmallestNonZeroCounter()
|
/external/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 537 my $Cnt = $CompileOptionMap{$ArgKey}; 539 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; } 550 my $Cnt = $LinkerOptionMap{$ArgKey}; 552 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; } 559 my $Cnt = $CompilerLinkerOptionMap{$ArgKey}; 565 $i += $Cnt; 574 while ($Cnt > 0) { 575 ++$i; --$Cnt; 584 my $Cnt = $IgnoredOptionMap{$ArgKey}; 585 while ($Cnt > 0) { [all …]
|
/external/llvm-project/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 533 my $Cnt = $CompileOptionMap{$ArgKey}; 535 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; } 546 my $Cnt = $LinkerOptionMap{$ArgKey}; 548 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; } 555 my $Cnt = $CompilerLinkerOptionMap{$ArgKey}; 561 $i += $Cnt; 571 while ($Cnt > 0) { 572 ++$i; --$Cnt; 582 my $Cnt = $IgnoredOptionMap{$ArgKey}; 583 while ($Cnt > 0) { [all …]
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/ |
D | PerfHelperTest.cpp | 29 Counter Cnt(std::move(Event)); in TEST() local 30 Cnt.start(); in TEST() 31 Cnt.stop(); in TEST() 32 Cnt.read(); in TEST()
|
/external/llvm-project/llvm/lib/Support/ |
D | TrigramIndex.cpp | 31 unsigned Cnt = 0; in insert() local 69 Cnt++; in insert() 76 if (!Cnt) { in insert() 82 Counts.push_back(Cnt); in insert()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TrigramIndex.cpp | 35 unsigned Cnt = 0; in insert() local 73 Cnt++; in insert() 80 if (!Cnt) { in insert() 86 Counts.push_back(Cnt); in insert()
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 167 iterator insert(iterator I, size_t Cnt, const_reference E, in insert() argument 170 if (End + Cnt <= Capacity) { in insert() 172 move_range_right(I, End, Cnt); in insert() 173 construct_range(I, I + Cnt, E); in insert() 174 End += Cnt; in insert() 175 return I + Cnt; in insert() 178 grow(C, size() + Cnt); in insert()
|
/external/llvm-project/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 172 iterator insert(iterator I, size_t Cnt, const_reference E, in insert() argument 175 if (End + Cnt <= Capacity) { in insert() 177 move_range_right(I, End, Cnt); in insert() 178 construct_range(I, I + Cnt, E); in insert() 179 End += Cnt; in insert() 180 return I + Cnt; in insert() 183 grow(C, size() + Cnt); in insert()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
D | RetainCountChecker.h | 83 unsigned Cnt; 112 : Cnt(cnt), ACnt(acnt), T(t), RawKind(static_cast<unsigned>(k)), in RefVal() 127 unsigned getCount() const { return Cnt; } in getCount() 129 unsigned getCombinedCounts() const { return Cnt + ACnt; } in getCombinedCounts() 131 Cnt = 0; in clearCounts() 135 Cnt = i; in setCount() 218 return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt && in hasSameState() 229 ID.AddInteger(Cnt); in Profile()
|
D | RetainCountChecker.cpp | 1220 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts() local 1225 ++Cnt; in handleAutoreleaseCounts() 1229 if (ACnt > Cnt && in handleAutoreleaseCounts() 1235 if (ACnt <= Cnt) { in handleAutoreleaseCounts() 1236 if (ACnt == Cnt) { in handleAutoreleaseCounts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | ArchitectureSet.cpp | 29 size_t Cnt = 0; in count() local 32 ++Cnt; in count() 33 return Cnt; in count()
|
/external/llvm-project/llvm/lib/TextAPI/MachO/ |
D | ArchitectureSet.cpp | 30 size_t Cnt = 0; in count() local 33 ++Cnt; in count() 34 return Cnt; in count()
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | versioninfo.test | 278 # GNU-NEXT: 0x0000: Rev: 1 Flags: none Index: 0 Cnt: 1 Name: VERSION1 279 # GNU-NEXT: 0x001c: Rev: 1 Flags: BASE Index: 0 Cnt: 1 Name: VERSION1 280 # GNU-NEXT: 0x0038: Rev: 1 Flags: WEAK Index: 0 Cnt: 1 Name: VERSION1 281 # GNU-NEXT: 0x0054: Rev: 1 Flags: INFO Index: 0 Cnt: 1 Name: VERSION1 282 # GNU-NEXT: 0x0070: Rev: 1 Flags: BASE | WEAK | INFO Index: 2 Cnt: 1 Name: VERSION1 283 # GNU-NEXT: 0x008c: Rev: 1 Flags: <unknown> Index: 3 Cnt: 3 Name: VERSION2 289 # GNU-NEXT: 0x0000: Version: 1 File: verneed1.so.0 Cnt: 5 295 # GNU-NEXT: 0x0060: Version: 1 File: verneed2.so.0 Cnt: 1
|
D | verneed-invalid.test | 17 # GNU-VERNEED-NAME-NEXT: 0x0000: Version: 1 File: somefile Cnt: 1 92 # GNU-NOLINK-NEXT: 0x0000: Version: 1 File: <corrupt vn_file: 9> Cnt: 1 232 # GNU-OFFSET-EQ-NEXT: 0x0000: Version: 1 File: <corrupt vn_file: 1> Cnt: 1 287 # GNU-OFFSET-GR-NEXT: 0x0000: Version: 1 File: <corrupt vn_file: 1> Cnt: 1 343 # INVALID-LINK-GNU-NEXT: 0x0000: Version: 1 File: <corrupt vn_file: 1> Cnt: 1 400 # INVALID-NAME-GNU-NEXT: 0x0000: Version: 1 File: foo Cnt: 1 415 # INVALID-NAME2-GNU-NEXT: 0x0000: Version: 1 File: foo Cnt: 1 604 # GNU-CUSTOM-DYNSTR-NEXT: 0x0000: Version: 1 File: j Cnt: 1
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | reduction.cu | 187 DEVICE static volatile uint32_t Cnt = 0; variable 234 ChunkTeamCount = __kmpc_atomic_inc((uint32_t *)&Cnt, num_of_records - 1u); in __kmpc_nvptx_teams_reduce_nowait_v2() 300 Cnt = 0; in __kmpc_nvptx_teams_reduce_nowait_v2()
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64PostLegalizerLowering.cpp | 385 int64_t &Cnt) { in isVShiftRImm() argument 391 Cnt = *Cst; in isVShiftRImm() 393 return Cnt >= 1 && Cnt <= ElementBits; in isVShiftRImm()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | CFG.h | 593 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E, in insert() argument 595 return Impl.insert(I, Cnt, E, C); in insert() 1169 iterator beginAutomaticObjDtorsInsert(iterator I, size_t Cnt, in beginAutomaticObjDtorsInsert() argument 1171 return iterator(Elements.insert(I.base(), Cnt, in beginAutomaticObjDtorsInsert() 1182 iterator beginLifetimeEndsInsert(iterator I, size_t Cnt, in beginLifetimeEndsInsert() argument 1185 Elements.insert(I.base(), Cnt, CFGLifetimeEnds(nullptr, nullptr), C)); in beginLifetimeEndsInsert() 1195 iterator beginScopeEndInsert(iterator I, size_t Cnt, BumpVectorContext &C) { in beginScopeEndInsert() argument 1197 Elements.insert(I.base(), Cnt, CFGScopeEnd(nullptr, nullptr), C)); in beginScopeEndInsert()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 163 for (unsigned Cnt = 0; Cnt < S.getCollapsedNumber(); ++Cnt) { in emitPreInitStmt() local 509 unsigned Cnt = CD->getContextParamPosition(); in emitOutlinedFunctionPrologue() local 514 if (!FO.UIntPtrCastRequired && Args[Cnt] != TargetArgs[Cnt]) { in emitOutlinedFunctionPrologue() 515 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue() 516 TargetArgs[Cnt]); in emitOutlinedFunctionPrologue() 518 LocalAddr = CGF.GetAddrOfLocalVar(Args[Cnt]); in emitOutlinedFunctionPrologue() 525 LocalAddrs.insert({Args[Cnt], {CurVD, LocalAddr}}); in emitOutlinedFunctionPrologue() 526 ++Cnt; in emitOutlinedFunctionPrologue() 531 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue() 537 Args[Cnt]->getName(), ArgLVal), in emitOutlinedFunctionPrologue() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 110 unsigned Cnt; member in __anon307598180111::RefVal 139 : Cnt(cnt), ACnt(acnt), T(t), RawKind(static_cast<unsigned>(k)), in RefVal() 154 unsigned getCount() const { return Cnt; } in getCount() 156 unsigned getCombinedCounts() const { return Cnt + ACnt; } in getCombinedCounts() 158 Cnt = 0; in clearCounts() 162 Cnt = i; in setCount() 248 return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt && in hasSameState() 259 ID.AddInteger(Cnt); in Profile() 3740 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts() local 3745 ++Cnt; in handleAutoreleaseCounts() [all …]
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 367 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E, in insert() argument 369 return Impl.insert(I, Cnt, E, C); in insert() 692 iterator beginAutomaticObjDtorsInsert(iterator I, size_t Cnt, in beginAutomaticObjDtorsInsert() argument 694 return iterator(Elements.insert(I.base(), Cnt, in beginAutomaticObjDtorsInsert()
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/ |
D | README.md | 36 Benchmark Mode Cnt Score Error Units
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 4528 void setLoopData(unsigned NumLoop, Expr *Cnt); 5565 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifier() argument 5566 assert(Cnt < NumberOfOMPMapClauseModifiers && in getMapTypeModifier() 5568 return MapTypeModifiers[Cnt]; in getMapTypeModifier() 5575 SourceLocation getMapTypeModifierLoc(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifierLoc() argument 5576 assert(Cnt < NumberOfOMPMapClauseModifiers && in getMapTypeModifierLoc() 5578 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc() 6476 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() argument 6477 assert(Cnt < NumberOfOMPMotionModifiers && in getMotionModifier() 6479 return MotionModifiers[Cnt]; in getMotionModifier() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 409 for (int Cnt = 0, E = VL.size(); Cnt < E; Cnt++) { in getSameOpcode() local 410 unsigned InstOpcode = cast<Instruction>(VL[Cnt])->getOpcode(); in getSameOpcode() 411 if (IsBinOp && isa<BinaryOperator>(VL[Cnt])) { in getSameOpcode() 417 AltIndex = Cnt; in getSameOpcode() 420 } else if (IsCastOp && isa<CastInst>(VL[Cnt])) { in getSameOpcode() 422 Type *Ty1 = cast<Instruction>(VL[Cnt])->getOperand(0)->getType(); in getSameOpcode() 431 AltIndex = Cnt; in getSameOpcode() 1347 unsigned Cnt = 0; in print() local 1349 OS << "Operand " << Cnt++ << "\n"; in print() 5770 for (int Cnt = E; Cnt > 0; --Cnt) { in vectorizeStores() local [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 444 unsigned Cnt; // Block counter. Used to distinguish different pieces of 449 : SubRegion(superRegion, AllocaRegionKind), Cnt(cnt), Ex(ex) {} in AllocaRegion() 462 unsigned Cnt, const MemRegion *superRegion); 1177 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,
|