HomeSort by relevance Sort by last modified time
    Searched refs:AddInteger (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/lib/Support/
APSInt.cpp 21 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0));
FoldingSet.cpp 60 void FoldingSetNodeID::AddInteger(signed I) {
63 void FoldingSetNodeID::AddInteger(unsigned I) {
66 void FoldingSetNodeID::AddInteger(long I) {
67 AddInteger((unsigned long)I);
69 void FoldingSetNodeID::AddInteger(unsigned long I) {
71 AddInteger(unsigned(I));
73 AddInteger((unsigned long long)I);
78 void FoldingSetNodeID::AddInteger(long long I) {
79 AddInteger((unsigned long long)I);
81 void FoldingSetNodeID::AddInteger(unsigned long long I)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 42 ID.AddInteger((unsigned)CanBeASubClass);
SymbolManager.h 134 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);
370 ID.AddInteger((unsigned) SymIntKind);
372 ID.AddInteger(op)
    [all...]
SVals.h 105 ID.AddInteger((unsigned) getRawKind());
  /external/clang/lib/AST/
StmtProfile.cpp 71 ID.AddInteger(S->getStmtClass());
76 ID.AddInteger(0);
166 ID.AddInteger(S->getNumOutputs());
171 ID.AddInteger(S->getNumInputs());
176 ID.AddInteger(S->getNumClobbers());
266 ID.AddInteger(S->getIdentType());
276 ID.AddInteger(S->getKind());
277 ID.AddInteger(S->getValue());
293 ID.AddInteger(S->getKind());
306 ID.AddInteger(S->getOpcode())
    [all...]
DeclarationName.cpp 42 ID.AddInteger(ExtraKindOrNumArgs);
410 ID.AddInteger(EKind);
  /external/clang/lib/CodeGen/
CGCall.h 255 ID.AddInteger(getASTCallingConvention());
259 ID.AddInteger(RegParm);
260 ID.AddInteger(Required.getOpaqueData());
270 ID.AddInteger(info.getCC());
274 ID.AddInteger(info.getRegParm());
275 ID.AddInteger(required.getOpaqueData());
  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 43 ID.AddInteger(BlockID);
MemRegion.cpp 249 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((unsigned) k)
    [all...]
PathDiagnostic.cpp 930 ID.AddInteger(Range.getBegin().getRawEncoding());
931 ID.AddInteger(Range.getEnd().getRawEncoding());
932 ID.AddInteger(Loc.getRawEncoding());
937 ID.AddInteger((unsigned) getKind());
940 ID.AddInteger((unsigned) getDisplayHint());
944 ID.AddInteger(I->getBegin().getRawEncoding());
945 ID.AddInteger(I->getEnd().getRawEncoding());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 35 ID.AddInteger(Attribute);
36 ID.AddInteger(Form);
46 ID.AddInteger(Tag);
47 ID.AddInteger(ChildrenFlag);
  /external/llvm/lib/IR/
AttributeImpl.h 144 ID.AddInteger(Kind);
145 if (Val) ID.AddInteger(Val);
267 ID.AddInteger(Nodes[i].first);
  /external/llvm/include/llvm/ADT/
FoldingSet.h 56 /// 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); }
ImmutableIntervalMap.h 80 ID.AddInteger(V.first.getStart());
81 ID.AddInteger(V.first.getEnd());
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 327 ID.AddInteger(OpC);
342 ID.AddInteger(Ops->getResNo());
352 ID.AddInteger(Ops->getResNo());
387 ID.AddInteger(GA->getOffset());
388 ID.AddInteger(GA->getTargetFlags());
389 ID.AddInteger(GA->getAddressSpace());
396 ID.AddInteger(cast<RegisterSDNode>(N)->getReg());
406 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex());
410 ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex());
411 ID.AddInteger(cast<JumpTableSDNode>(N)->getTargetFlags())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 70 ID.AddInteger(LabelId);
71 ID.AddInteger(PCAdjust);
  /external/clang/include/clang/AST/
Type.h 477 ID.AddInteger(Mask);
    [all...]
TemplateName.h 536 ID.AddInteger(Operator);
  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 46 ID.AddInteger(K);
MallocChecker.cpp 70 ID.AddInteger(K);
107 ID.AddInteger(Kind);
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 133 ID.AddInteger(S.getIno());
134 ID.AddInteger(S.getDev());
135 ID.AddInteger(S.getOffset());
136 ID.AddInteger(S.getModTime());
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 82 ID.AddInteger(F->size());
83 ID.AddInteger(F->getCallingConv());
86 ID.AddInteger(FTy->getReturnType()->getTypeID());
88 ID.AddInteger(FTy->getParamType(i)->getTypeID());
  /external/clang/include/clang/Analysis/
AnalysisContext.h 303 ID.AddInteger(idx);
  /external/clang/lib/Basic/
IdentifierTable.cpp 333 ID.AddInteger(NumArgs);

Completed in 510 milliseconds

1 2