/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 201 pWidthArray->AddInteger(first + size - 1); in _InsertWidthArray() 202 pWidthArray->AddInteger(*widths); in _InsertWidthArray() 207 pWidthArray1->AddInteger(widths[i]); in _InsertWidthArray() 312 pArray->AddInteger(128); in AddWindowsFont() 342 pWidths->AddInteger(char_widths[i]); in AddWindowsFont() 357 pWidthArray->AddInteger(1); in AddWindowsFont() 363 pWidthArray->AddInteger(7716); in AddWindowsFont() 365 pWidthArray->AddInteger(814); in AddWindowsFont() 372 pWidthArray->AddInteger(1); in AddWindowsFont() 379 pWidthArray->AddInteger(231); in AddWindowsFont() [all …]
|
D | fpdf_edit_image.cpp | 38 pDecode->AddInteger(1); in InitJPEG() 39 pDecode->AddInteger(0); in InitJPEG() 136 pArray->AddInteger(1); in SetImage() 137 pArray->AddInteger(0); in SetImage() 144 pCS->AddInteger(1); in SetImage() 171 pCS->AddInteger(iPalette - 1); in SetImage() 250 pMatte->AddInteger(r); in SetImage() 251 pMatte->AddInteger(g); in SetImage() 252 pMatte->AddInteger(b); in SetImage()
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 72 ID.AddInteger(S->getStmtClass()); in VisitStmt() 77 ID.AddInteger(0); in VisitStmt() 166 ID.AddInteger(S->getNumOutputs()); in VisitGCCAsmStmt() 171 ID.AddInteger(S->getNumInputs()); in VisitGCCAsmStmt() 176 ID.AddInteger(S->getNumClobbers()); in VisitGCCAsmStmt() 629 ID.AddInteger(S->getIdentType()); in VisitPredefinedExpr() 635 ID.AddInteger(S->getType()->castAs<BuiltinType>()->getKind()); in VisitIntegerLiteral() 640 ID.AddInteger(S->getKind()); in VisitCharacterLiteral() 641 ID.AddInteger(S->getValue()); in VisitCharacterLiteral() 648 ID.AddInteger(S->getType()->castAs<BuiltinType>()->getKind()); in VisitFloatingLiteral() [all …]
|
D | TemplateBase.cpp | 248 ID.AddInteger(getKind()); in Profile() 272 ID.AddInteger(TTP->getDepth()); in Profile() 273 ID.AddInteger(TTP->getPosition()); in Profile() 293 ID.AddInteger(Args.NumArgs); in Profile()
|
D | DeclarationName.cpp | 42 ID.AddInteger(ExtraKindOrNumArgs); in Profile() 407 ID.AddInteger(EKind); in getCXXSpecialName()
|
/external/llvm/lib/Support/ |
D | FoldingSet.cpp | 60 void FoldingSetNodeID::AddInteger(signed I) { in AddInteger() function in FoldingSetNodeID 63 void FoldingSetNodeID::AddInteger(unsigned I) { in AddInteger() function in FoldingSetNodeID 66 void FoldingSetNodeID::AddInteger(long I) { in AddInteger() function in FoldingSetNodeID 67 AddInteger((unsigned long)I); in AddInteger() 69 void FoldingSetNodeID::AddInteger(unsigned long I) { in AddInteger() function in FoldingSetNodeID 71 AddInteger(unsigned(I)); in AddInteger() 73 AddInteger((unsigned long long)I); in AddInteger() 78 void FoldingSetNodeID::AddInteger(long long I) { in AddInteger() function in FoldingSetNodeID 79 AddInteger((unsigned long long)I); in AddInteger() 81 void FoldingSetNodeID::AddInteger(unsigned long long I) { in AddInteger() function in FoldingSetNodeID [all …]
|
D | APSInt.cpp | 40 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0)); in Profile()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 134 profile.AddInteger((unsigned) RegionValueKind); in Profile() 180 profile.AddInteger((unsigned) ConjuredKind); in Profile() 184 profile.AddInteger(Count); in Profile() 217 profile.AddInteger((unsigned) DerivedKind); in Profile() 249 profile.AddInteger((unsigned) ExtentKind); in Profile() 290 profile.AddInteger((unsigned) MetadataKind); in Profile() 294 profile.AddInteger(Count); in Profile() 328 ID.AddInteger((unsigned) CastSymbolKind); in Profile() 385 ID.AddInteger((unsigned) SymIntKind); in Profile() 387 ID.AddInteger(op); in Profile() [all …]
|
D | DynamicTypeInfo.h | 42 ID.AddInteger((unsigned)CanBeASubClass); in Profile()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 477 ID.AddInteger(getASTCallingConvention()); in Profile() 483 ID.AddInteger(RegParm); in Profile() 484 ID.AddInteger(Required.getOpaqueData()); in Profile() 496 ID.AddInteger(info.getCC()); in Profile() 502 ID.AddInteger(info.getRegParm()); in Profile() 503 ID.AddInteger(required.getOpaqueData()); in Profile()
|
/external/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 310 void AddInteger(signed I); 311 void AddInteger(unsigned I); 312 void AddInteger(long I); 313 void AddInteger(unsigned long I); 314 void AddInteger(long long I); 315 void AddInteger(unsigned long long I); 316 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 249 ID.AddInteger((unsigned)getKind()); in Profile() 253 ID.AddInteger((unsigned)getKind()); in Profile() 258 ID.AddInteger((unsigned)getKind()); in Profile() 265 ID.AddInteger((unsigned) StringRegionKind); in ProfileRegion() 273 ID.AddInteger((unsigned) ObjCStringRegionKind); in ProfileRegion() 281 ID.AddInteger((unsigned) AllocaRegionKind); in ProfileRegion() 283 ID.AddInteger(cnt); in ProfileRegion() 298 ID.AddInteger((unsigned) CompoundLiteralRegionKind); in ProfileRegion() 306 ID.AddInteger((unsigned) CXXThisRegionKind); in ProfileRegion() 323 ID.AddInteger((unsigned) k); in ProfileRegion() [all …]
|
D | BlockCounter.cpp | 42 ID.AddInteger(BlockID); in Profile()
|
D | PathDiagnostic.cpp | 1062 ID.AddInteger(Range.getBegin().getRawEncoding()); in Profile() 1063 ID.AddInteger(Range.getEnd().getRawEncoding()); in Profile() 1064 ID.AddInteger(Loc.getRawEncoding()); in Profile() 1069 ID.AddInteger((unsigned) getKind()); in Profile() 1072 ID.AddInteger((unsigned) getDisplayHint()); in Profile() 1076 ID.AddInteger(I->getBegin().getRawEncoding()); in Profile() 1077 ID.AddInteger(I->getEnd().getRawEncoding()); in Profile()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 351 ID.AddInteger(OpC); in AddNodeIDOpcode() 366 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands() 376 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands() 389 ID.AddInteger(RawFlags); in AddNodeIDFlags() 429 ID.AddInteger(GA->getOffset()); in AddNodeIDCustom() 430 ID.AddInteger(GA->getTargetFlags()); in AddNodeIDCustom() 431 ID.AddInteger(GA->getAddressSpace()); in AddNodeIDCustom() 438 ID.AddInteger(cast<RegisterSDNode>(N)->getReg()); in AddNodeIDCustom() 448 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex()); in AddNodeIDCustom() 452 ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex()); in AddNodeIDCustom() [all …]
|
/external/llvm/lib/IR/ |
D | AttributeImpl.h | 78 ID.AddInteger(Kind); in Profile() 79 if (Val) ID.AddInteger(Val); in Profile() 271 ID.AddInteger(Nodes[i].first); in Profile()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 43 ID.AddInteger(unsigned(Attribute)); in Profile() 44 ID.AddInteger(unsigned(Form)); in Profile() 54 ID.AddInteger(unsigned(Tag)); in Profile() 55 ID.AddInteger(unsigned(Children)); in Profile()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 47 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 69 ID.AddInteger(LabelId); in addSelectionDAGCSEId() 70 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()
|
/external/clang/include/clang/AST/ |
D | Type.h | 499 ID.AddInteger(Mask); 2517 ID.AddInteger(ArraySize.getZExtValue()); 2518 ID.AddInteger(SizeMod); 2519 ID.AddInteger(TypeQuals); 2554 ID.AddInteger(SizeMod); 2555 ID.AddInteger(TypeQuals); 2768 ID.AddInteger(NumElements); 2769 ID.AddInteger(TypeClass); 2770 ID.AddInteger(VecKind); 2958 ID.AddInteger(Bits); [all …]
|
D | TemplateName.h | 536 ID.AddInteger(Operator); in Profile()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 133 ID.AddInteger(UniqueID.getFile()); 134 ID.AddInteger(UniqueID.getDevice()); 135 ID.AddInteger(S.getOffset()); 136 ID.AddInteger(S.getModTime());
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | SimpleStreamChecker.cpp | 46 ID.AddInteger(K); in Profile()
|
D | TestAfterDivZeroChecker.cpp | 52 ID.AddInteger(BlockID); in Profile()
|
/external/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 268 ID.AddInteger(Vec.size()); in Profile()
|