| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Support/ |
| HD | 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()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | RetainCountChecker.cpp | 109 unsigned Cnt; member in __anon89a4c3480111::RefVal 138 : Cnt(cnt), ACnt(acnt), T(t), RawKind(static_cast<unsigned>(k)), in RefVal() 153 unsigned getCount() const { return Cnt; } in getCount() 155 unsigned getCombinedCounts() const { return Cnt + ACnt; } in getCombinedCounts() 157 Cnt = 0; in clearCounts() 161 Cnt = i; in setCount() 246 return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt && in hasSameState() 257 ID.AddInteger(Cnt); in Profile() 3747 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts() local 3752 ++Cnt; in handleAutoreleaseCounts() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/ |
| HD | CFG.h | 368 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E, in insert() argument 370 return Impl.insert(I, Cnt, E, C); in insert() 693 iterator beginAutomaticObjDtorsInsert(iterator I, size_t Cnt, in beginAutomaticObjDtorsInsert() argument 695 return iterator(Elements.insert(I.base(), Cnt, in beginAutomaticObjDtorsInsert()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 3110 for (unsigned Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in CheckOpenMPLoop() local 3111 if (CheckOpenMPIterationSpace(DKind, CurStmt, SemaRef, DSA, Cnt, in CheckOpenMPLoop() 3113 VarsWithImplicitDSA, IterSpaces[Cnt])) in CheckOpenMPLoop() 3180 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in CheckOpenMPLoop() local 3183 PreCond.get(), IterSpaces[Cnt].PreCond); in CheckOpenMPLoop() 3185 auto N = IterSpaces[Cnt].NumIterations; in CheckOpenMPLoop() 3367 for (int Cnt = NestedLoopCount - 1; Cnt >= 0; --Cnt) { in CheckOpenMPLoop() local 3368 LoopIterationSpace &IS = IterSpaces[Cnt]; in CheckOpenMPLoop() 3378 assert((Cnt == (int)NestedLoopCount - 1) && in CheckOpenMPLoop() 3382 if (Cnt != 0 && Iter.isUsable()) in CheckOpenMPLoop() [all …]
|
| HD | SemaStmtAsm.cpp | 347 for (unsigned Cnt = ConstraintIdx - NumOperands; I != E; ++I) in ActOnGCCAsmStmt() local 348 if (OutputConstraintInfos[I].isReadWrite() && Cnt-- == 0) { in ActOnGCCAsmStmt()
|
| HD | SemaType.cpp | 2212 for (unsigned Idx = 0, Cnt = ParamTypes.size(); Idx < Cnt; ++Idx) { in BuildFunctionType() local
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | MemRegion.h | 448 unsigned Cnt; // Block counter. Used to distinguish different pieces of 453 : SubRegion(superRegion, AllocaRegionKind), Cnt(cnt), Ex(ex) {} in AllocaRegion() 466 unsigned Cnt, const MemRegion *superRegion); 1181 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 587 for (unsigned Cnt = 1; Cnt < CollapsedNum; ++Cnt) { in getBody() local
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMISelLowering.cpp | 9661 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() argument 9673 Cnt = SplatBits.getSExtValue(); in getVShiftImm() 9681 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument 9684 if (! getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm() 9686 return (Cnt >= 0 && (isLong ? Cnt-1 : Cnt) < ElementBits); in isVShiftLImm() 9696 int64_t &Cnt) { in isVShiftRImm() argument 9699 if (! getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm() 9702 Cnt = -Cnt; in isVShiftRImm() 9703 return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits/2 : ElementBits)); in isVShiftRImm() 9734 int64_t Cnt; in PerformIntrinsicCombine() local [all …]
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyld.cpp | 246 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) { in computeAllocationSizeForSections() local
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.cpp | 6194 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() argument 6206 Cnt = SplatBits.getSExtValue(); in getVShiftImm() 6214 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument 6217 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm() 6219 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm() 6229 int64_t &Cnt) { in isVShiftRImm() argument 6232 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm() 6235 Cnt = -Cnt; in isVShiftRImm() 6236 return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits / 2 : ElementBits)); in isVShiftRImm() 6243 int64_t Cnt; in LowerVectorSRA_SRL_SHL() local [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | MemRegion.cpp | 288 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile() 457 os << "alloca{" << (const void*) Ex << ',' << Cnt << '}'; in dumpToStream()
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXAsmPrinter.cpp | 279 const ConstantFP *Cnt = MO.getFPImm(); in lowerOperand() local 280 APFloat Val = Cnt->getValueAPF(); in lowerOperand() 282 switch (Cnt->getType()->getTypeID()) { in lowerOperand()
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | CodeGenSchedule.cpp | 1097 unsigned Cnt = std::count(ProcIndices.begin(), ProcIndices.end(), in getIntersectingVariants() local 1099 if (!Cnt) in getIntersectingVariants() 1101 if (Cnt > 1) { in getIntersectingVariants()
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | AsmPrinter.cpp | 995 unsigned Cnt = I.second.second; in emitGlobalGOTEquivs() local 996 if (Cnt) in emitGlobalGOTEquivs()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | TargetLowering.cpp | 1257 TargetLowering::BooleanContent Cnt = in SimplifySetCC() local 1260 Cnt == TargetLowering::ZeroOrNegativeOneBooleanContent ? -1ULL : 1, dl, in SimplifySetCC()
|
| HD | SelectionDAG.cpp | 1897 TargetLowering::BooleanContent Cnt = in FoldSetCC() local 1900 Cnt == TargetLowering::ZeroOrNegativeOneBooleanContent ? -1ULL : 1, dl, in FoldSetCC()
|
| /NextBSD/contrib/binutils/binutils/po/ |
| HD | binutils.pot | 4078 msgid " Index: %d Cnt: %d " 4139 msgid " Cnt: %d\n"
|