Searched refs:AddInteger (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DAPSInt.cpp21 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0));
H A DFoldingSet.cpp60 void FoldingSetNodeID::AddInteger(signed I) { function in class:FoldingSetNodeID
63 void FoldingSetNodeID::AddInteger(unsigned I) { function in class:FoldingSetNodeID
66 void FoldingSetNodeID::AddInteger(long I) { function in class:FoldingSetNodeID
67 AddInteger((unsigned long)I);
69 void FoldingSetNodeID::AddInteger(unsigned long I) { function in class:FoldingSetNodeID
71 AddInteger(unsigned(I));
73 AddInteger((unsigned long long)I);
78 void FoldingSetNodeID::AddInteger(long long I) { function in class:FoldingSetNodeID
79 AddInteger((unsigned long long)I);
81 void FoldingSetNodeID::AddInteger(unsigne function in class:FoldingSetNodeID
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h42 ID.AddInteger((unsigned)CanBeASubClass);
H A DSymbolManager.h137 profile.AddInteger((unsigned) RegionValueKind);
183 profile.AddInteger((unsigned) ConjuredKind);
187 profile.AddInteger(Count);
220 profile.AddInteger((unsigned) DerivedKind);
252 profile.AddInteger((unsigned) ExtentKind);
293 profile.AddInteger((unsigned) MetadataKind);
297 profile.AddInteger(Count);
331 ID.AddInteger((unsigned) CastSymbolKind);
388 ID.AddInteger((unsigned) SymIntKind);
390 ID.AddInteger(o
[all...]
H A DSVals.h105 ID.AddInteger((unsigned) getRawKind());
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp71 ID.AddInteger(S->getStmtClass());
76 ID.AddInteger(0);
166 ID.AddInteger(S->getNumOutputs());
171 ID.AddInteger(S->getNumInputs());
176 ID.AddInteger(S->getNumClobbers());
316 ID.AddInteger(S->getIdentType());
326 ID.AddInteger(S->getKind());
327 ID.AddInteger(S->getValue());
343 ID.AddInteger(S->getKind());
356 ID.AddInteger(
[all...]
H A DDeclarationName.cpp42 ID.AddInteger(ExtraKindOrNumArgs);
399 ID.AddInteger(EKind);
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h329 ID.AddInteger(getASTCallingConvention());
333 ID.AddInteger(RegParm);
334 ID.AddInteger(Required.getOpaqueData());
344 ID.AddInteger(info.getCC());
348 ID.AddInteger(info.getRegParm());
349 ID.AddInteger(required.getOpaqueData());
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp57 ID.AddInteger(Modifier);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp249 ID.AddInteger((unsigned)getKind());
253 ID.AddInteger((unsigned)getKind());
258 ID.AddInteger((unsigned)getKind());
265 ID.AddInteger((unsigned) StringRegionKind);
273 ID.AddInteger((unsigned) ObjCStringRegionKind);
281 ID.AddInteger((unsigned) AllocaRegionKind);
283 ID.AddInteger(cnt);
298 ID.AddInteger((unsigned) CompoundLiteralRegionKind);
306 ID.AddInteger((unsigned) CXXThisRegionKind);
323 ID.AddInteger((unsigne
[all...]
H A DBlockCounter.cpp43 ID.AddInteger(BlockID);
H A DPathDiagnostic.cpp1049 ID.AddInteger(Range.getBegin().getRawEncoding());
1050 ID.AddInteger(Range.getEnd().getRawEncoding());
1051 ID.AddInteger(Loc.getRawEncoding());
1056 ID.AddInteger((unsigned) getKind());
1059 ID.AddInteger((unsigned) getDisplayHint());
1063 ID.AddInteger(I->getBegin().getRawEncoding());
1064 ID.AddInteger(I->getEnd().getRawEncoding());
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DAttributeImpl.h77 ID.AddInteger(Kind);
78 if (Val) ID.AddInteger(Val);
257 ID.AddInteger(Nodes[i].first);
/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h56 /// ID.AddInteger(Value);
83 /// ID.AddInteger(Value);
308 void AddInteger(signed I);
309 void AddInteger(unsigned I);
310 void AddInteger(long I);
311 void AddInteger(unsigned long I);
312 void AddInteger(long long I);
313 void AddInteger(unsigned long long I);
314 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); }
H A DImmutableIntervalMap.h80 ID.AddInteger(V.first.getStart());
81 ID.AddInteger(V.first.getEnd());
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp39 ID.AddInteger(unsigned(Attribute));
40 ID.AddInteger(unsigned(Form));
50 ID.AddInteger(unsigned(Tag));
51 ID.AddInteger(ChildrenFlag);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp70 ID.AddInteger(LabelId);
71 ID.AddInteger(PCAdjust);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp326 ID.AddInteger(OpC);
341 ID.AddInteger(Ops->getResNo());
351 ID.AddInteger(Ops->getResNo());
386 ID.AddInteger(GA->getOffset());
387 ID.AddInteger(GA->getTargetFlags());
388 ID.AddInteger(GA->getAddressSpace());
395 ID.AddInteger(cast<RegisterSDNode>(N)->getReg());
405 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex());
409 ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex());
410 ID.AddInteger(cas
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp46 ID.AddInteger(K);
H A DRetainCountChecker.cpp55 ID.AddInteger((unsigned) X);
60 ID.AddInteger((unsigned) X.getKind());
61 ID.AddInteger((unsigned) X.getObjKind());
174 ID.AddInteger((unsigned) kind);
175 ID.AddInteger(Cnt);
176 ID.AddInteger(ACnt);
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h477 ID.AddInteger(Mask);
2303 ID.AddInteger(ArraySize.getZExtValue());
2304 ID.AddInteger(SizeMod);
2305 ID.AddInteger(TypeQuals);
2340 ID.AddInteger(SizeMod);
2341 ID.AddInteger(TypeQuals);
2552 ID.AddInteger(NumElements);
2553 ID.AddInteger(TypeClass);
2554 ID.AddInteger(VecKind);
2742 ID.AddInteger(Bit
[all...]
H A DTemplateName.h536 ID.AddInteger(Operator);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp91 ID.AddInteger(F->size());
92 ID.AddInteger(F->getCallingConv());
95 ID.AddInteger(getTypeIDForHash(FTy->getReturnType()));
97 ID.AddInteger(getTypeIDForHash(FTy->getParamType(i)));
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h301 ID.AddInteger(idx);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp332 ID.AddInteger(NumArgs);

Completed in 328 milliseconds

12