| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ODRHash.cpp | 49 ID.AddInteger(Result.first->second); in AddDeclarationNameImpl() 61 ID.AddInteger(Kind); in AddDeclarationNameImpl() 74 ID.AddInteger(NumArgs); in AddDeclarationNameImpl() 92 ID.AddInteger(Name.getCXXOverloadedOperator()); in AddDeclarationNameImpl() 120 ID.AddInteger(Kind); in AddNestedNameSpecifier() 143 ID.AddInteger(Kind); in AddTemplateName() 163 ID.AddInteger(Kind); in AddTemplateArgument() 191 ID.AddInteger(TA.pack_size()); in AddTemplateArgument() 202 ID.AddInteger(TPL->size()); in AddTemplateParameterList() 229 ID.AddInteger(value); in CalculateHash() [all …]
|
| H A D | StmtProfile.cpp | 90 ID.AddInteger(SC); in HandleStmtClass() 94 ID.AddInteger(D ? D->getKind() : 0); in VisitDecl() 99 ID.AddInteger(NTTP->getDepth()); in VisitDecl() 100 ID.AddInteger(NTTP->getIndex()); in VisitDecl() 115 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl() 116 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl() 122 ID.AddInteger(TTP->getDepth()); in VisitDecl() 123 ID.AddInteger(TTP->getIndex()); in VisitDecl() 130 ID.AddInteger(TTP->getDepth()); in VisitDecl() 131 ID.AddInteger(TTP->getIndex()); in VisitDecl() [all …]
|
| H A D | APValue.cpp | 131 ID.AddInteger(Local.CallIndex); in Profile() 132 ID.AddInteger(Local.Version); in Profile() 154 ID.AddInteger(Value); in Profile() 474 ID.AddInteger((uint32_t)V.extractBitsAsZExtValue(std::min(32u, N - I), I)); in profileIntValue() 483 ID.AddInteger(Kind); in Profile() 504 ID.AddInteger(0); in Profile() 507 ID.AddInteger(getUnionField()->getFieldIndex() + 1); in Profile() 538 ID.AddInteger(NumFillers); in Profile() 548 ID.AddInteger(NumFillers); in Profile() 595 ID.AddInteger(getLValueOffset().getQuantity()); in Profile() [all …]
|
| H A D | TemplateName.cpp | 65 ID.AddInteger(Index); in Profile() 66 ID.AddInteger(PackIndex ? *PackIndex + 1 : 0); in Profile() 98 ID.AddInteger(Index); in Profile()
|
| H A D | TemplateBase.cpp | 309 ID.AddInteger(getKind()); in Profile() 328 ID.AddInteger(TemplateArg.NumExpansions); in Profile() 344 ID.AddInteger(Args.NumArgs); in Profile()
|
| H A D | ASTConcept.cpp | 88 ID.AddInteger(TemplateArgs.size()); in Profile()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 337 AddInteger(reinterpret_cast<uintptr_t>(Ptr)); in AddPointer() 339 void AddInteger(signed I) { Bits.push_back(I); } in AddInteger() function 340 void AddInteger(unsigned I) { Bits.push_back(I); } in AddInteger() function 341 void AddInteger(long I) { AddInteger((unsigned long)I); } in AddInteger() function 342 void AddInteger(unsigned long I) { in AddInteger() function 344 AddInteger(unsigned(I)); in AddInteger() 346 AddInteger((unsigned long long)I); in AddInteger() 351 void AddInteger(long long I) { AddInteger((unsigned long long)I); } in AddInteger() function 352 void AddInteger(unsigned long long I) { in AddInteger() function 353 AddInteger(unsigned(I)); in AddInteger() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 55 profile.AddInteger((unsigned) SymbolRegionValueKind); in Profile() 114 profile.AddInteger((unsigned) SymbolConjuredKind); in Profile() 118 profile.AddInteger(Count); in Profile() 160 profile.AddInteger((unsigned) SymbolDerivedKind); in Profile() 197 profile.AddInteger((unsigned) SymbolExtentKind); in Profile() 258 profile.AddInteger((unsigned)SymbolMetadataKind); in Profile() 263 profile.AddInteger(Count); in Profile() 311 ID.AddInteger((unsigned) SymbolCastKind); in Profile() 360 ID.AddInteger((unsigned)UnarySymExprKind); in Profile() 362 ID.AddInteger(Op); in Profile() [all …]
|
| H A D | DynamicCastInfo.h | 44 ID.AddInteger(ResultKind); in Profile()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 334 ID.AddInteger(Opc); in addNodeIDOpcode() 341 ID.AddInteger(Val); in addNodeIDRegType() 359 ID.AddInteger(Imm); in addNodeIDImmediate() 365 ID.AddInteger(Reg); in addNodeIDRegNum() 384 ID.AddInteger(Flag); in addNodeIDFlag() 414 ID.AddInteger(MO.getImm()); in addNodeIDMachineOperand() 420 ID.AddInteger(MO.getPredicate()); in addNodeIDMachineOperand()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 637 ID.AddInteger(OpC); in AddNodeIDOpcode() 651 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands() 660 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands() 696 ID.AddInteger(GA->getOffset()); in AddNodeIDCustom() 697 ID.AddInteger(GA->getTargetFlags()); in AddNodeIDCustom() 704 ID.AddInteger(cast<RegisterSDNode>(N)->getReg()); in AddNodeIDCustom() 714 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex()); in AddNodeIDCustom() 719 ID.AddInteger(cast<LifetimeSDNode>(N)->getSize()); in AddNodeIDCustom() 720 ID.AddInteger(cast<LifetimeSDNode>(N)->getOffset()); in AddNodeIDCustom() 724 ID.AddInteger(cast<PseudoProbeSDNode>(N)->getGuid()); in AddNodeIDCustom() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.cpp | 63 ID.AddInteger(LabelId); in addSelectionDAGCSEId() 64 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId() 65 ID.AddInteger(Modifier); in addSelectionDAGCSEId() 220 ID.AddInteger(JTI); in addSelectionDAGCSEId()
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 749 ID.AddInteger(getASTCallingConvention()); in Profile() 756 ID.AddInteger(RegParm); in Profile() 759 ID.AddInteger(Required.getOpaqueData()); in Profile() 763 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile() 777 ID.AddInteger(info.getCC()); in Profile() 784 ID.AddInteger(info.getRegParm()); in Profile() 787 ID.AddInteger(required.getOpaqueData()); in Profile() 791 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 215 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 219 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 224 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 231 ID.AddInteger(static_cast<unsigned>(StringRegionKind)); in ProfileRegion() 239 ID.AddInteger(static_cast<unsigned>(ObjCStringRegionKind)); in ProfileRegion() 247 ID.AddInteger(static_cast<unsigned>(AllocaRegionKind)); in ProfileRegion() 249 ID.AddInteger(cnt); in ProfileRegion() 264 ID.AddInteger(static_cast<unsigned>(CompoundLiteralRegionKind)); in ProfileRegion() 272 ID.AddInteger(static_cast<unsigned>(CXXThisRegionKind)); in ProfileRegion() 288 ID.AddInteger(static_cast<unsigned>(ObjCIvarRegionKind)); in ProfileRegion() [all …]
|
| H A D | BlockCounter.cpp | 41 ID.AddInteger(BlockID); in Profile()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 228 ID.AddInteger(RawKind); in Profile() 229 ID.AddInteger(Cnt); in Profile() 230 ID.AddInteger(ACnt); in Profile() 231 ID.AddInteger(RawObjectKind); in Profile() 232 ID.AddInteger(RawIvarAccessHistory); in Profile()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AttributeImpl.h | 91 ID.AddInteger(Kind); in Profile() 97 ID.AddInteger(Kind); in Profile() 98 ID.AddInteger(Val); in Profile() 108 ID.AddInteger(Kind); in Profile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | APSInt.cpp | 41 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0)); in Profile()
|
| H A D | ItaniumManglingCanonicalizer.cpp | 31 ID.AddInteger((unsigned long long)V); in operator ()() 34 ID.AddInteger(A.size()); in operator ()()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPITypes.h | 34 Id.AddInteger(CurrentState); in Profile()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 39 ID.AddInteger(unsigned(Attribute)); in Profile() 40 ID.AddInteger(unsigned(Form)); in Profile() 42 ID.AddInteger(Value); in Profile() 52 ID.AddInteger(unsigned(Tag)); in Profile() 53 ID.AddInteger(unsigned(Children)); in Profile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 45 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 237 ID.AddInteger((unsigned) X.getKind()); 238 ID.AddInteger((unsigned) X.getObjKind()); 243 ID.AddInteger((unsigned) X.getKind()); 244 ID.AddInteger((unsigned) X.getObjKind());
|
| H A D | AnalysisDeclContext.h | 343 ID.AddInteger(BlockCount); in Profile() 344 ID.AddInteger(Index); in Profile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.cpp | 82 ID.AddInteger(LabelId); in addSelectionDAGCSEId() 83 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()
|