| /external/rust/crates/libfuzzer-sys/libfuzzer/ | 
| D | FuzzerDataFlowTrace.h | 74     for (auto Cnt: Counters)  in GetNumberOfCoveredBlocks()  local88     for (auto Cnt : Counters)  in NumberOfCoveredBlocks()  local
 102     for (auto Cnt : Counters)  in SmallestNonZeroCounter()  local
 
 | 
| /external/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/ | 
| D | SEGGER_RTT_printf.c | 93   unsigned  Cnt;  member118   unsigned Cnt;  in _StoreChar()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ | 
| D | ArchitectureSet.cpp | 29   size_t Cnt = 0;  in count()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | 
| D | TrigramIndex.cpp | 35   unsigned Cnt = 0;  in insert()  local
 | 
| /external/clang/include/clang/Analysis/Support/ | 
| D | BumpVector.h | 167   iterator insert(iterator I, size_t Cnt, const_reference E,  in insert()
 | 
| /external/clang/include/clang/Analysis/ | 
| D | CFG.h | 367     reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E,  in insert()692   iterator beginAutomaticObjDtorsInsert(iterator I, size_t Cnt,  in beginAutomaticObjDtorsInsert()
 
 | 
| /external/clang/lib/Sema/ | 
| D | SemaStmtAsm.cpp | 375       for (unsigned Cnt = ConstraintIdx - NumOperands; I != E; ++I)  in ActOnGCCAsmStmt()  local
 | 
| D | SemaOpenMP.cpp | 3353       for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End;  in checkIfClauses()  local4964   for (unsigned Cnt = 0; Cnt < NestedLoopCount; ++Cnt) {  in CheckOpenMPLoop()  local
 5036   for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) {  in CheckOpenMPLoop()  local
 5257     for (int Cnt = NestedLoopCount - 1; Cnt >= 0; --Cnt) {  in CheckOpenMPLoop()  local
 5380       for (int Cnt = NestedLoopCount - 1; Cnt >= 0; --Cnt) {  in CheckOpenMPLoop()  local
 
 | 
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| D | RuntimeDyld.cpp | 345   for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) {  in computeAllocationSizeForSections()  local
 | 
| /external/llvm/lib/CodeGen/SelectionDAG/ | 
| D | TargetLowering.cpp | 1266   TargetLowering::BooleanContent Cnt = getBooleanContents(VT);  in isExtendedTrueVal()  local1355     TargetLowering::BooleanContent Cnt =  in SimplifySetCC()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| D | RuntimeDyld.cpp | 450   for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) {  in computeAllocationSizeForSections()  local
 | 
| /external/clang/lib/Lex/ | 
| D | PPDirectives.cpp | 1648   int Cnt = 0;  in trySimplifyPath()  local
 | 
| /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()  local1347       unsigned Cnt = 0;  in print()  local
 5770   for (int Cnt = E; Cnt > 0; --Cnt) {  in vectorizeStores()  local
 5795       for (unsigned Cnt = StartIdx, E = Operands.size(); Cnt + Size <= E;) {  in vectorizeStores()  local
 
 | 
| /external/clang/lib/StaticAnalyzer/Checkers/ | 
| D | RetainCountChecker.cpp | 110   unsigned Cnt;  member in __anon680a59760111::RefVal3740   unsigned Cnt = V.getCount();  in handleAutoreleaseCounts()  local
 
 | 
| /external/llvm/lib/Target/ARM/ | 
| D | ARMISelLowering.cpp | 10500 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) {  in getVShiftImm()10520 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) {  in isVShiftLImm()
 10535                          int64_t &Cnt) {  in isVShiftRImm()
 10577     int64_t Cnt;  in PerformIntrinsicCombine()  local
 10666     int64_t Cnt;  in PerformIntrinsicCombine()  local
 10719   int64_t Cnt;  in PerformShiftCombine()  local
 
 | 
| /external/llvm/lib/Target/NVPTX/ | 
| D | NVPTXAsmPrinter.cpp | 279     const ConstantFP *Cnt = MO.getFPImm();  in lowerOperand()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ | 
| D | NVPTXAsmPrinter.cpp | 260     const ConstantFP *Cnt = MO.getFPImm();  in lowerOperand()  local
 | 
| /external/llvm/lib/CodeGen/AsmPrinter/ | 
| D | AsmPrinter.cpp | 1053     unsigned Cnt = I.second.second;  in emitGlobalGOTEquivs()  local
 | 
| /external/llvm/lib/Target/AArch64/ | 
| D | AArch64ISelLowering.cpp | 6584 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) {  in getVShiftImm()6604 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) {  in isVShiftLImm()
 6615 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, int64_t &Cnt) {  in isVShiftRImm()
 6627   int64_t Cnt;  in LowerVectorSRA_SRL_SHL()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ | 
| D | ARMISelLowering.cpp | 6037 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) {  in getVShiftImm()6058 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) {  in isVShiftLImm()
 6073                          int64_t &Cnt) {  in isVShiftRImm()
 6091   int64_t Cnt;  in LowerShift()  local
 13807     int64_t Cnt;  in PerformIntrinsicCombine()  local
 13908     int64_t Cnt;  in PerformIntrinsicCombine()  local
 13998   int64_t Cnt;  in PerformShiftCombine()  local
 
 | 
| /external/clang/include/clang/AST/ | 
| D | StmtOpenMP.h | 726     for (unsigned Cnt = 1; Cnt < CollapsedNum; ++Cnt) {  in getBody()  local
 | 
| /external/llvm/utils/TableGen/ | 
| D | CodeGenSchedule.cpp | 1108       unsigned Cnt = std::count(ProcIndices.begin(), ProcIndices.end(),  in getIntersectingVariants()  local
 | 
| /external/rust/crates/nix/src/sys/socket/ | 
| D | addr.rs | 391     Cnt = libc::AF_CNT,  enumerator
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ | 
| D | AsmPrinter.cpp | 1323     unsigned Cnt = I.second.second;  in emitGlobalGOTEquivs()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64ISelLowering.cpp | 8288 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) {  in getVShiftImm()8308 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) {  in isVShiftLImm()
 8319 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, int64_t &Cnt) {  in isVShiftRImm()
 8331   int64_t Cnt;  in LowerVectorSRA_SRL_SHL()  local
 
 |