/external/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 167 iterator insert(iterator I, size_t Cnt, const_reference E, argument 170 if (End + Cnt <= Capacity) { 172 move_range_right(I, End, Cnt); 173 construct_range(I, I + Cnt, E); 174 End += Cnt; 175 return I + Cnt; 178 grow(C, size() + Cnt);
|
/external/clang/include/clang/Analysis/ |
H A D | CFG.h | 367 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E, argument 369 return Impl.insert(I, Cnt, E, C); 692 iterator beginAutomaticObjDtorsInsert(iterator I, size_t Cnt, argument 694 return iterator(Elements.insert(I.base(), Cnt,
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 448 unsigned Cnt; // Block counter. Used to distinguish different pieces of member in class:clang::ento::AllocaRegion 453 : SubRegion(superRegion, AllocaRegionKind), Cnt(cnt), Ex(ex) {} 466 unsigned Cnt, const MemRegion *superRegion); 1181 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 288 ProfileRegion(ID, Ex, Cnt, superRegion); 457 os << "alloca{" << (const void*) Ex << ',' << Cnt << '}'; local
|
/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 279 const ConstantFP *Cnt = MO.getFPImm(); local 280 APFloat Val = Cnt->getValueAPF(); 282 switch (Cnt->getType()->getTypeID()) {
|
/external/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 137 unsigned Cnt = CD->getContextParamPosition(); local 143 setAddrOfLocalVar(I->getCapturedVar(), GetAddrOfLocalVar(Args[Cnt])); 144 ++Cnt, ++I; 149 MakeAddrLValue(GetAddrOfLocalVar(Args[Cnt]), Args[Cnt]->getType(), 154 Args[Cnt]->getName(), ArgLVal), 177 Args[Cnt]->getName(), ArgLVal, 183 EmitLoadOfLValue(ArgLVal, Args[Cnt]->getLocation()).getScalarVal(); 185 ++Cnt, ++I;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1046 unsigned Cnt = I.second.second; local 1047 if (Cnt)
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1270 TargetLowering::BooleanContent Cnt = local 1273 Cnt == TargetLowering::ZeroOrNegativeOneBooleanContent ? -1ULL : 1, dl,
|
H A D | SelectionDAG.cpp | 1926 TargetLowering::BooleanContent Cnt = local 1929 Cnt == TargetLowering::ZeroOrNegativeOneBooleanContent ? -1ULL : 1, dl,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RetainCountChecker.cpp | 109 unsigned Cnt; member in class:__anon1705::RefVal 138 : Cnt(cnt), ACnt(acnt), T(t), RawKind(static_cast<unsigned>(k)), 153 unsigned getCount() const { return Cnt; } 155 unsigned getCombinedCounts() const { return Cnt + ACnt; } 157 Cnt = 0; 161 Cnt = i; 247 return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt && 258 ID.AddInteger(Cnt); 3747 unsigned Cnt local [all...] |
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 6493 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { argument 6505 Cnt = SplatBits.getSExtValue(); 6513 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { argument 6516 if (!getVShiftImm(Op, ElementBits, Cnt)) 6518 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); 6524 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, int64_t &Cnt) { argument 6527 if (!getVShiftImm(Op, ElementBits, Cnt)) 6529 return (Cnt > 6536 int64_t Cnt; local [all...] |
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 10090 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { argument 10102 Cnt = SplatBits.getSExtValue(); 10110 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { argument 10113 if (! getVShiftImm(Op, ElementBits, Cnt)) 10115 return (Cnt >= 0 && (isLong ? Cnt-1 : Cnt) < ElementBits); 10125 int64_t &Cnt) { 10128 if (! getVShiftImm(Op, ElementBits, Cnt)) 10131 return (Cnt > 10124 isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, bool isIntrinsic, int64_t &Cnt) argument 10167 int64_t Cnt; local 10256 int64_t Cnt; local 10309 int64_t Cnt; local [all...] |