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

123

/external/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...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h42 ID.AddInteger((unsigned)CanBeASubClass);
H A DSymbolManager.h134 profile.AddInteger((unsigned) RegionValueKind);
180 profile.AddInteger((unsigned) ConjuredKind);
184 profile.AddInteger(Count);
217 profile.AddInteger((unsigned) DerivedKind);
249 profile.AddInteger((unsigned) ExtentKind);
290 profile.AddInteger((unsigned) MetadataKind);
294 profile.AddInteger(Count);
328 ID.AddInteger((unsigned) CastSymbolKind);
385 ID.AddInteger((unsigned) SymIntKind);
387 ID.AddInteger(o
[all...]
/external/clang/lib/AST/
H A DStmtProfile.cpp71 ID.AddInteger(S->getStmtClass());
76 ID.AddInteger(0);
165 ID.AddInteger(S->getNumOutputs());
170 ID.AddInteger(S->getNumInputs());
175 ID.AddInteger(S->getNumClobbers());
408 ID.AddInteger(S->getIdentType());
418 ID.AddInteger(S->getKind());
419 ID.AddInteger(S->getValue());
435 ID.AddInteger(S->getKind());
448 ID.AddInteger(
[all...]
H A DDeclarationName.cpp42 ID.AddInteger(ExtraKindOrNumArgs);
407 ID.AddInteger(EKind);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp207 pWidthArray->AddInteger(first + size - 1);
208 pWidthArray->AddInteger(*widths);
213 pWidthArray1->AddInteger(widths[i]);
314 pArray->AddInteger(128);
344 pWidths->AddInteger(char_widths[i]);
359 pWidthArray->AddInteger(1);
365 pWidthArray->AddInteger(7716);
367 pWidthArray->AddInteger(814);
374 pWidthArray->AddInteger(1);
381 pWidthArray->AddInteger(23
[all...]
H A Dfpdf_edit_image.cpp34 pDecode->AddInteger(1);
35 pDecode->AddInteger(0);
129 pArray->AddInteger(1);
130 pArray->AddInteger(0);
137 pCS->AddInteger(1);
164 pCS->AddInteger(iPalette - 1);
239 pMatte->AddInteger(r);
240 pMatte->AddInteger(g);
241 pMatte->AddInteger(b);
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h447 ID.AddInteger(getASTCallingConvention());
452 ID.AddInteger(RegParm);
453 ID.AddInteger(Required.getOpaqueData());
464 ID.AddInteger(info.getCC());
469 ID.AddInteger(info.getRegParm());
470 ID.AddInteger(required.getOpaqueData());
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp57 ID.AddInteger(Modifier);
/external/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp42 ID.AddInteger(BlockID);
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 DPathDiagnostic.cpp1061 ID.AddInteger(Range.getBegin().getRawEncoding());
1062 ID.AddInteger(Range.getEnd().getRawEncoding());
1063 ID.AddInteger(Loc.getRawEncoding());
1068 ID.AddInteger((unsigned) getKind());
1071 ID.AddInteger((unsigned) getDisplayHint());
1075 ID.AddInteger(I->getBegin().getRawEncoding());
1076 ID.AddInteger(I->getEnd().getRawEncoding());
/external/llvm/lib/IR/
H A DAttributeImpl.h77 ID.AddInteger(Kind);
78 if (Val) ID.AddInteger(Val);
257 ID.AddInteger(Nodes[i].first);
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_request.cc212 int age = kint32min; // Invalid so AddInteger() will ignore.
234 void AddInteger(const std::string& property_name, int value, function in namespace:content::__anon7174
266 AddInteger("signalStrength", (*iter)->radio_signal_strength, wifi_dict);
267 AddInteger("age", age_milliseconds, wifi_dict);
268 AddInteger("channel", (*iter)->channel, wifi_dict);
269 AddInteger("signalToNoiseRatio", (*iter)->signal_to_noise, wifi_dict);
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h56 /// ID.AddInteger(Value);
83 /// ID.AddInteger(Value);
310 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); }
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp70 ID.AddInteger(LabelId);
71 ID.AddInteger(PCAdjust);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp357 ID.AddInteger(OpC);
372 ID.AddInteger(Op.getResNo());
382 ID.AddInteger(Op.getResNo());
433 ID.AddInteger(GA->getOffset());
434 ID.AddInteger(GA->getTargetFlags());
435 ID.AddInteger(GA->getAddressSpace());
442 ID.AddInteger(cast<RegisterSDNode>(N)->getReg());
452 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex());
456 ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex());
457 ID.AddInteger(cas
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp40 ID.AddInteger(unsigned(Attribute));
41 ID.AddInteger(unsigned(Form));
51 ID.AddInteger(unsigned(Tag));
52 ID.AddInteger(unsigned(Children));
/external/clang/include/clang/AST/
H A DType.h476 ID.AddInteger(Mask);
2323 ID.AddInteger(ArraySize.getZExtValue());
2324 ID.AddInteger(SizeMod);
2325 ID.AddInteger(TypeQuals);
2360 ID.AddInteger(SizeMod);
2361 ID.AddInteger(TypeQuals);
2572 ID.AddInteger(NumElements);
2573 ID.AddInteger(TypeClass);
2574 ID.AddInteger(VecKind);
2762 ID.AddInteger(Bit
[all...]
H A DTemplateName.h536 ID.AddInteger(Operator);
/external/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());
238 ID.AddInteger(RawKind);
239 ID.AddInteger(Cnt);
240 ID.AddInteger(ACnt);
241 ID.AddInteger(RawObjectKind);
/external/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());
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h301 ID.AddInteger(idx);

Completed in 2280 milliseconds

123