/external/clang/tools/scan-build/ |
D | c++-analyzer | 458 my $Cnt = $CompileOptionMap{$ArgKey}; 460 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; } 466 my $Cnt = $LinkerOptionMap{$ArgKey}; 468 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; } 475 my $Cnt = $CompilerLinkerOptionMap{$ArgKey}; 481 $i += $Cnt; 490 while ($Cnt > 0) { 491 ++$i; --$Cnt; 500 my $Cnt = $IgnoredOptionMap{$ArgKey}; 501 while ($Cnt > 0) { [all …]
|
D | ccc-analyzer | 458 my $Cnt = $CompileOptionMap{$ArgKey}; 460 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; } 466 my $Cnt = $LinkerOptionMap{$ArgKey}; 468 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; } 475 my $Cnt = $CompilerLinkerOptionMap{$ArgKey}; 481 $i += $Cnt; 490 while ($Cnt > 0) { 491 ++$i; --$Cnt; 500 my $Cnt = $IgnoredOptionMap{$ArgKey}; 501 while ($Cnt > 0) { [all …]
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 162 iterator insert(iterator I, size_t Cnt, const_reference E, in insert() argument 165 if (End + Cnt <= Capacity) { in insert() 167 move_range_right(I, End, Cnt); in insert() 168 construct_range(I, I + Cnt, E); in insert() 169 End += Cnt; in insert() 170 return I + Cnt; in insert() 173 grow(C, size() + Cnt); in insert()
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 284 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E, in insert() argument 286 return Impl.insert(I, Cnt, E, C); in insert() 514 iterator beginAutomaticObjDtorsInsert(iterator I, size_t Cnt, in beginAutomaticObjDtorsInsert() argument 516 return iterator(Elements.insert(I.base(), Cnt, CFGElement(), C)); in beginAutomaticObjDtorsInsert()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CFRefCount.cpp | 237 unsigned Cnt; member in __anon2537dd630311::RefVal 242 : kind(k), okind(o), Cnt(cnt), ACnt(acnt), T(t) {} in RefVal() 249 unsigned getCount() const { return Cnt; } in getCount() 251 unsigned getCombinedCounts() const { return Cnt + ACnt; } in getCombinedCounts() 252 void clearCounts() { Cnt = 0; ACnt = 0; } in clearCounts() 253 void setCount(unsigned i) { Cnt = i; } in setCount() 287 return kind == X.kind && Cnt == X.Cnt && T == X.T && ACnt == X.ACnt; in operator ==() 312 ID.AddInteger(Cnt); in Profile() 3273 unsigned Cnt = V.getCount(); in HandleAutoreleaseCounts() local 3278 ++Cnt; in HandleAutoreleaseCounts() [all …]
|
D | MemRegion.cpp | 261 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile() 406 os << "alloca{" << (void*) Ex << ',' << Cnt << '}'; in dumpToStream()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 324 unsigned Cnt; // Block counter. Used to distinguish different pieces of 329 : SubRegion(superRegion, AllocaRegionKind), Cnt(cnt), Ex(ex) {} in AllocaRegion() 342 unsigned Cnt, const MemRegion *superRegion); 954 const AllocaRegion *getAllocaRegion(const Expr* Ex, unsigned Cnt,
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6594 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() argument 6606 Cnt = SplatBits.getSExtValue(); in getVShiftImm() 6614 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument 6617 if (! getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm() 6619 return (Cnt >= 0 && (isLong ? Cnt-1 : Cnt) < ElementBits); in isVShiftLImm() 6629 int64_t &Cnt) { in isVShiftRImm() argument 6632 if (! getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm() 6635 Cnt = -Cnt; in isVShiftRImm() 6636 return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits/2 : ElementBits)); in isVShiftRImm() 6670 int64_t Cnt; in PerformIntrinsicCombine() local [all …]
|
/external/elfutils/po/ |
D | elfutils.pot | 779 msgid " %#06x: Version: %hu File: %s Cnt: %hu\n" 802 msgid " %#06x: Version: %hd Flags: %s Index: %hd Cnt: %hd Name: %s\n"
|