| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ODRHash.cpp | 62 ID.AddInteger(Kind); in AddDeclarationNameImpl() 113 ID.AddInteger(Kind); in AddNestedNameSpecifier() 136 ID.AddInteger(Kind); in AddTemplateName() 154 ID.AddInteger(Kind); in AddTemplateArgument() 187 ID.AddInteger(TPL->size()); in AddTemplateParameterList() 214 ID.AddInteger(value); in CalculateHash() 223 ID.AddInteger(value); in CalculateHash() 273 ID.AddInteger(D->getKind()); in Visit() 489 ID.AddInteger(Decls.size()); in AddCXXRecordDecl() 586 ID.AddInteger(Decls.size()); in AddFunctionDecl() [all …]
|
| H A D | StmtProfile.cpp | 86 ID.AddInteger(SC); in HandleStmtClass() 178 ID.AddInteger(SC); in HandleStmtClass() 227 ID.AddInteger(0); in VisitStmt() 1212 ID.AddInteger(0); in VisitDesignatedInitExpr() 1218 ID.AddInteger(1); in VisitDesignatedInitExpr() 1221 ID.AddInteger(2); in VisitDesignatedInitExpr() 1284 ID.AddInteger(S->getOp()); in VisitAtomicExpr() 1502 ID.AddInteger(SC); in VisitCXXOperatorCallExpr() 1506 ID.AddInteger(UnaryOp); in VisitCXXOperatorCallExpr() 1812 ID.AddInteger(0); in VisitSizeOfPackExpr() [all …]
|
| H A D | TemplateBase.cpp | 288 ID.AddInteger(getKind()); in Profile() 312 ID.AddInteger(TTP->getDepth()); in Profile() 313 ID.AddInteger(TTP->getPosition()); in Profile() 333 ID.AddInteger(Args.NumArgs); in Profile()
|
| /freebsd-12.1/contrib/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() 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() 83 AddInteger(unsigned(I)); in AddInteger() [all …]
|
| H A D | ItaniumManglingCanonicalizer.cpp | 37 ID.AddInteger((unsigned long long)V); in operator ()() 41 ID.AddInteger(0); in operator ()() 44 ID.AddInteger(1); in operator ()() 47 ID.AddInteger(2); in operator ()() 51 ID.AddInteger(A.size()); in operator ()()
|
| H A D | APSInt.cpp | 41 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0)); in Profile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 112 profile.AddInteger(Count); in Profile() 150 profile.AddInteger((unsigned) SymbolDerivedKind); in Profile() 184 profile.AddInteger((unsigned) SymbolExtentKind); in Profile() 240 profile.AddInteger(Count); in Profile() 287 ID.AddInteger((unsigned) SymbolCastKind); in Profile() 358 ID.AddInteger((unsigned) SymIntExprKind); in Profile() 360 ID.AddInteger(op); in Profile() 401 ID.AddInteger((unsigned) IntSymExprKind); in Profile() 403 ID.AddInteger(op); in Profile() 444 ID.AddInteger((unsigned) SymSymExprKind); in Profile() [all …]
|
| H A D | DynamicTypeInfo.h | 42 ID.AddInteger((unsigned)CanBeASubClass); in Profile()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 268 ID.AddInteger(Opc); in addNodeIDOpcode() 275 ID.AddInteger(Val); in addNodeIDRegType() 293 ID.AddInteger(Imm); in addNodeIDImmediate() 299 ID.AddInteger(Reg); in addNodeIDRegNum() 318 ID.AddInteger(Flag); in addNodeIDFlag() 339 ID.AddInteger(MO.getImm()); in addNodeIDMachineOperand() 345 ID.AddInteger(MO.getPredicate()); in addNodeIDMachineOperand()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 677 ID.AddInteger(getASTCallingConvention()); in Profile() 684 ID.AddInteger(RegParm); in Profile() 686 ID.AddInteger(Required.getOpaqueData()); in Profile() 690 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile() 704 ID.AddInteger(info.getCC()); in Profile() 711 ID.AddInteger(info.getRegParm()); in Profile() 713 ID.AddInteger(required.getOpaqueData()); in Profile() 717 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 229 ID.AddInteger(RawKind); in Profile() 230 ID.AddInteger(Cnt); in Profile() 231 ID.AddInteger(ACnt); in Profile() 232 ID.AddInteger(RawObjectKind); in Profile() 233 ID.AddInteger(RawIvarAccessHistory); in Profile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 237 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 241 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 246 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 253 ID.AddInteger(static_cast<unsigned>(StringRegionKind)); in ProfileRegion() 271 ID.AddInteger(cnt); in ProfileRegion() 311 ID.AddInteger(static_cast<unsigned>(k)); in ProfileRegion() 338 ID.AddInteger(MemRegion::ElementRegionKind); in ProfileRegion() 351 ID.AddInteger(MemRegion::FunctionCodeRegionKind); in ProfileRegion() 363 ID.AddInteger(MemRegion::BlockCodeRegionKind); in ProfileRegion() 376 ID.AddInteger(MemRegion::BlockDataRegionKind); in ProfileRegion() [all …]
|
| H A D | BlockCounter.cpp | 42 ID.AddInteger(BlockID); in Profile()
|
| H A D | LoopUnrolling.cpp | 54 ID.AddInteger(K); in Profile() 57 ID.AddInteger(maxStep); in Profile()
|
| H A D | PathDiagnostic.cpp | 1214 ID.AddInteger(Range.getBegin().getRawEncoding()); in Profile() 1215 ID.AddInteger(Range.getEnd().getRawEncoding()); in Profile() 1216 ID.AddInteger(Loc.getRawEncoding()); in Profile() 1220 ID.AddInteger((unsigned) getKind()); in Profile() 1223 ID.AddInteger((unsigned) getDisplayHint()); in Profile() 1226 ID.AddInteger(I.getBegin().getRawEncoding()); in Profile() 1227 ID.AddInteger(I.getEnd().getRawEncoding()); in Profile()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 319 void AddInteger(signed I); 320 void AddInteger(unsigned I); 321 void AddInteger(long I); 322 void AddInteger(unsigned long I); 323 void AddInteger(long long I); 324 void AddInteger(unsigned long long I); 325 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 442 ID.AddInteger(OpC); in AddNodeIDOpcode() 1352 ID.AddInteger(Offset); in getGlobalAddress() 1369 ID.AddInteger(FI); in getFrameIndex() 1387 ID.AddInteger(JTI); in getJumpTable() 1413 ID.AddInteger(Offset); in getConstantPool() 1457 ID.AddInteger(Index); in getTargetIndex() 1732 ID.AddInteger(RegNo); in getRegister() 1847 ID.AddInteger(SrcAS); in getAddrSpaceCast() 7245 ID.AddInteger(2U); in getVTList() 7263 ID.AddInteger(3U); in getVTList() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 46 ID.AddInteger(unsigned(Attribute)); in Profile() 47 ID.AddInteger(unsigned(Form)); in Profile() 49 ID.AddInteger(Value); in Profile() 59 ID.AddInteger(unsigned(Tag)); in Profile() 60 ID.AddInteger(unsigned(Children)); in Profile()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AttributeImpl.h | 84 ID.AddInteger(Kind); in Profile() 85 if (Val) ID.AddInteger(Val); in Profile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | RetainSummaryManager.h | 271 ID.AddInteger((unsigned) X.getKind()); 272 ID.AddInteger((unsigned) X.getObjKind()); 277 ID.AddInteger((unsigned) X.getKind()); 278 ID.AddInteger((unsigned) X.getObjKind());
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPITypes.h | 35 Id.AddInteger(CurrentState); in Profile()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 47 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.cpp | 82 ID.AddInteger(LabelId); in addSelectionDAGCSEId() 83 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Type.h | 556 ID.AddInteger(Mask); 2914 ID.AddInteger(SizeMod); 2915 ID.AddInteger(TypeQuals); 2952 ID.AddInteger(SizeMod); 3228 ID.AddInteger(VecKind); 3576 ID.AddInteger(Bits); 4512 ID.AddInteger(attrKind); 4585 ID.AddInteger(Depth); 4586 ID.AddInteger(Index); 5191 ID.AddInteger(Keyword); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | ConstructionContext.h | 167 ID.AddInteger(Kind); in Profile() 168 ID.AddInteger(Index); in Profile()
|