Home
last modified time | relevance | path

Searched refs:AddInteger (Results 1 – 25 of 49) sorted by relevance

12

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp71 ID.AddInteger(S->getStmtClass()); in VisitStmt()
76 ID.AddInteger(0); in VisitStmt()
165 ID.AddInteger(S->getNumOutputs()); in VisitGCCAsmStmt()
170 ID.AddInteger(S->getNumInputs()); in VisitGCCAsmStmt()
175 ID.AddInteger(S->getNumClobbers()); in VisitGCCAsmStmt()
498 ID.AddInteger(S->getIdentType()); in VisitPredefinedExpr()
504 ID.AddInteger(S->getType()->castAs<BuiltinType>()->getKind()); in VisitIntegerLiteral()
509 ID.AddInteger(S->getKind()); in VisitCharacterLiteral()
510 ID.AddInteger(S->getValue()); in VisitCharacterLiteral()
517 ID.AddInteger(S->getType()->castAs<BuiltinType>()->getKind()); in VisitFloatingLiteral()
[all …]
H A DTemplateBase.cpp250 ID.AddInteger(getKind()); in Profile()
274 ID.AddInteger(TTP->getDepth()); in Profile()
275 ID.AddInteger(TTP->getPosition()); in Profile()
295 ID.AddInteger(Args.NumArgs); in Profile()
H A DDeclarationName.cpp42 ID.AddInteger(ExtraKindOrNumArgs); in Profile()
407 ID.AddInteger(EKind); in getCXXSpecialName()
H A DType.cpp142 ID.AddInteger(SizeMod); in Profile()
143 ID.AddInteger(TypeQuals); in Profile()
1479 ID.AddInteger(Keyword); in Profile()
1782 ID.AddInteger(unsigned(epi.Variadic) + in Profile()
1976 ID.AddInteger(ArgPack.pack_size()); in Profile()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp60 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 …]
H A DAPSInt.cpp21 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0)); in Profile()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h134 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 …]
H A DDynamicTypeInfo.h42 ID.AddInteger((unsigned)CanBeASubClass); in Profile()
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h469 ID.AddInteger(getASTCallingConvention()); in Profile()
475 ID.AddInteger(RegParm); in Profile()
476 ID.AddInteger(Required.getOpaqueData()); in Profile()
488 ID.AddInteger(info.getCC()); in Profile()
494 ID.AddInteger(info.getRegParm()); in Profile()
495 ID.AddInteger(required.getOpaqueData()); in Profile()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp249 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 …]
H A DBlockCounter.cpp42 ID.AddInteger(BlockID); in Profile()
H A DPathDiagnostic.cpp1060 ID.AddInteger(Range.getBegin().getRawEncoding()); in Profile()
1061 ID.AddInteger(Range.getEnd().getRawEncoding()); in Profile()
1062 ID.AddInteger(Loc.getRawEncoding()); in Profile()
1067 ID.AddInteger((unsigned) getKind()); in Profile()
1070 ID.AddInteger((unsigned) getDisplayHint()); in Profile()
1074 ID.AddInteger(I->getBegin().getRawEncoding()); in Profile()
1075 ID.AddInteger(I->getEnd().getRawEncoding()); in Profile()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h310 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()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp358 ID.AddInteger(OpC); in AddNodeIDOpcode()
373 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands()
383 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands()
434 ID.AddInteger(GA->getOffset()); in AddNodeIDCustom()
435 ID.AddInteger(GA->getTargetFlags()); in AddNodeIDCustom()
436 ID.AddInteger(GA->getAddressSpace()); in AddNodeIDCustom()
443 ID.AddInteger(cast<RegisterSDNode>(N)->getReg()); in AddNodeIDCustom()
453 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex()); in AddNodeIDCustom()
457 ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex()); in AddNodeIDCustom()
458 ID.AddInteger(cast<JumpTableSDNode>(N)->getTargetFlags()); in AddNodeIDCustom()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h77 ID.AddInteger(Kind); in Profile()
78 if (Val) ID.AddInteger(Val); in Profile()
259 ID.AddInteger(Nodes[i].first); in Profile()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp57 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp42 ID.AddInteger(unsigned(Attribute)); in Profile()
43 ID.AddInteger(unsigned(Form)); in Profile()
53 ID.AddInteger(unsigned(Tag)); in Profile()
54 ID.AddInteger(unsigned(Children)); in Profile()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp70 ID.AddInteger(LabelId); in addSelectionDAGCSEId()
71 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DType.h492 ID.AddInteger(Mask);
2366 ID.AddInteger(ArraySize.getZExtValue());
2367 ID.AddInteger(SizeMod);
2368 ID.AddInteger(TypeQuals);
2403 ID.AddInteger(SizeMod);
2404 ID.AddInteger(TypeQuals);
2615 ID.AddInteger(NumElements);
2616 ID.AddInteger(TypeClass);
2617 ID.AddInteger(VecKind);
2805 ID.AddInteger(Bits);
[all …]
H A DTemplateName.h536 ID.AddInteger(Operator); in Profile()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp133 ID.AddInteger(UniqueID.getFile());
134 ID.AddInteger(UniqueID.getDevice());
135 ID.AddInteger(S.getOffset());
136 ID.AddInteger(S.getModTime());
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp46 ID.AddInteger(K); in Profile()
H A DTestAfterDivZeroChecker.cpp52 ID.AddInteger(BlockID); in Profile()
H A DPthreadLockChecker.cpp48 ID.AddInteger(K); in Profile()
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisContext.h310 ID.AddInteger(idx); in Profile()

12