/netbsd-src/external/apache2/llvm/dist/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() 89 ID.AddInteger(Name.getCXXOverloadedOperator()); in AddDeclarationNameImpl() 117 ID.AddInteger(Kind); in AddNestedNameSpecifier() 140 ID.AddInteger(Kind); in AddTemplateName() 159 ID.AddInteger(Kind); in AddTemplateArgument() 181 ID.AddInteger(TA.pack_size()); in AddTemplateArgument() 192 ID.AddInteger(TPL->size()); in AddTemplateParameterList() 219 ID.AddInteger(value); in CalculateHash() [all …]
|
H A D | StmtProfile.cpp | 86 ID.AddInteger(SC); in HandleStmtClass() 90 ID.AddInteger(D ? D->getKind() : 0); in VisitDecl() 95 ID.AddInteger(NTTP->getDepth()); in VisitDecl() 96 ID.AddInteger(NTTP->getIndex()); in VisitDecl() 111 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl() 112 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl() 118 ID.AddInteger(TTP->getDepth()); in VisitDecl() 119 ID.AddInteger(TTP->getIndex()); in VisitDecl() 126 ID.AddInteger(TTP->getDepth()); in VisitDecl() 127 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 | TemplateBase.cpp | 306 ID.AddInteger(getKind()); in Profile() 331 ID.AddInteger(TTP->getDepth()); in Profile() 332 ID.AddInteger(TTP->getPosition()); in Profile() 352 ID.AddInteger(Args.NumArgs); in Profile()
|
H A D | ASTConcept.cpp | 65 ID.AddInteger(TemplateArgs.size()); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | FoldingSet.cpp | 59 AddInteger(reinterpret_cast<uintptr_t>(Ptr)); in AddPointer() 61 void FoldingSetNodeID::AddInteger(signed I) { in AddInteger() function in FoldingSetNodeID 64 void FoldingSetNodeID::AddInteger(unsigned I) { in AddInteger() function in FoldingSetNodeID 67 void FoldingSetNodeID::AddInteger(long I) { in AddInteger() function in FoldingSetNodeID 68 AddInteger((unsigned long)I); in AddInteger() 70 void FoldingSetNodeID::AddInteger(unsigned long I) { in AddInteger() function in FoldingSetNodeID 72 AddInteger(unsigned(I)); in AddInteger() 74 AddInteger((unsigned long long)I); in AddInteger() 79 void FoldingSetNodeID::AddInteger(long long I) { in AddInteger() function in FoldingSetNodeID 80 AddInteger((unsigned long long)I); in AddInteger() [all …]
|
H A D | APSInt.cpp | 41 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0)); in Profile()
|
H A D | ItaniumManglingCanonicalizer.cpp | 32 ID.AddInteger((unsigned long long)V); in operator ()() 35 ID.AddInteger(A.size()); in operator ()()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 54 profile.AddInteger((unsigned) SymbolRegionValueKind); in Profile() 111 profile.AddInteger((unsigned) SymbolConjuredKind); in Profile() 115 profile.AddInteger(Count); in Profile() 155 profile.AddInteger((unsigned) SymbolDerivedKind); in Profile() 191 profile.AddInteger((unsigned) SymbolExtentKind); in Profile() 244 profile.AddInteger((unsigned) SymbolMetadataKind); in Profile() 249 profile.AddInteger(Count); in Profile() 296 ID.AddInteger((unsigned) SymbolCastKind); in Profile() 390 ID.AddInteger((unsigned)ClassKind); in Profile() 392 ID.AddInteger(op); in Profile()
|
H A D | DynamicCastInfo.h | 44 ID.AddInteger(ResultKind); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 316 ID.AddInteger(Opc); in addNodeIDOpcode() 323 ID.AddInteger(Val); in addNodeIDRegType() 341 ID.AddInteger(Imm); in addNodeIDImmediate() 347 ID.AddInteger(Reg); in addNodeIDRegNum() 366 ID.AddInteger(Flag); in addNodeIDFlag() 396 ID.AddInteger(MO.getImm()); in addNodeIDMachineOperand() 402 ID.AddInteger(MO.getPredicate()); in addNodeIDMachineOperand()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 212 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 216 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 221 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 228 ID.AddInteger(static_cast<unsigned>(StringRegionKind)); in ProfileRegion() 236 ID.AddInteger(static_cast<unsigned>(ObjCStringRegionKind)); in ProfileRegion() 244 ID.AddInteger(static_cast<unsigned>(AllocaRegionKind)); in ProfileRegion() 246 ID.AddInteger(cnt); in ProfileRegion() 261 ID.AddInteger(static_cast<unsigned>(CompoundLiteralRegionKind)); in ProfileRegion() 269 ID.AddInteger(static_cast<unsigned>(CXXThisRegionKind)); in ProfileRegion() 285 ID.AddInteger(static_cast<unsigned>(ObjCIvarRegionKind)); in ProfileRegion() [all …]
|
H A D | BlockCounter.cpp | 41 ID.AddInteger(BlockID); in Profile()
|
H A D | LoopUnrolling.cpp | 53 ID.AddInteger(K); in Profile() 56 ID.AddInteger(maxStep); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 735 ID.AddInteger(getASTCallingConvention()); in Profile() 742 ID.AddInteger(RegParm); in Profile() 745 ID.AddInteger(Required.getOpaqueData()); in Profile() 749 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile() 763 ID.AddInteger(info.getCC()); in Profile() 770 ID.AddInteger(info.getRegParm()); in Profile() 773 ID.AddInteger(required.getOpaqueData()); in Profile() 777 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 326 void AddInteger(signed I); 327 void AddInteger(unsigned I); 328 void AddInteger(long I); 329 void AddInteger(unsigned long I); 330 void AddInteger(long long I); 331 void AddInteger(unsigned long long I); 332 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 556 ID.AddInteger(OpC); in AddNodeIDOpcode() 570 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands() 579 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands() 615 ID.AddInteger(GA->getOffset()); in AddNodeIDCustom() 616 ID.AddInteger(GA->getTargetFlags()); in AddNodeIDCustom() 623 ID.AddInteger(cast<RegisterSDNode>(N)->getReg()); in AddNodeIDCustom() 633 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex()); in AddNodeIDCustom() 638 ID.AddInteger(cast<LifetimeSDNode>(N)->getSize()); in AddNodeIDCustom() 639 ID.AddInteger(cast<LifetimeSDNode>(N)->getOffset()); in AddNodeIDCustom() 643 ID.AddInteger(cast<PseudoProbeSDNode>(N)->getGuid()); in AddNodeIDCustom() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AttributeImpl.h | 90 ID.AddInteger(Kind); in Profile() 91 if (Val) ID.AddInteger(Val); in Profile() 101 ID.AddInteger(Kind); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 45 ID.AddInteger(unsigned(Attribute)); in Profile() 46 ID.AddInteger(unsigned(Form)); in Profile() 48 ID.AddInteger(Value); in Profile() 58 ID.AddInteger(unsigned(Tag)); in Profile() 59 ID.AddInteger(unsigned(Children)); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | RetainSummaryManager.h | 236 ID.AddInteger((unsigned) X.getKind()); 237 ID.AddInteger((unsigned) X.getObjKind()); 242 ID.AddInteger((unsigned) X.getKind()); 243 ID.AddInteger((unsigned) X.getObjKind());
|
H A D | AnalysisDeclContext.h | 337 ID.AddInteger(BlockCount); in Profile() 338 ID.AddInteger(Index); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPITypes.h | 34 Id.AddInteger(CurrentState); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZConstantPoolValue.cpp | 45 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 82 ID.AddInteger(LabelId); in addSelectionDAGCSEId() 83 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()
|