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

12

  /external/clang/lib/AST/
Type.cpp 141 ID.AddInteger(SizeMod);
142 ID.AddInteger(TypeQuals);
    [all...]
ASTContext.cpp 465 ID.AddInteger(Parm->getDepth());
466 ID.AddInteger(Parm->getPosition());
470 ID.AddInteger(Params->size());
475 ID.AddInteger(0);
481 ID.AddInteger(1);
486 ID.AddInteger(NTTP->getNumExpansionTypes());
497 ID.AddInteger(2);
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 436 ID.AddInteger(getOffset());
437 ID.AddInteger(Size);
439 ID.AddInteger(Flags);
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 181 ID.AddInteger((unsigned) getKind());
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 572 ID.AddInteger(StmtKind);
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 275 ID.AddInteger(ck);
ThreadSafety.cpp 775 ID.AddInteger(AcquireLoc.getRawEncoding());
776 ID.AddInteger(LKind);
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CodeGenModule.h 616 id.AddInteger(Alignment.getQuantity());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 52 ID.AddInteger(AllocatorIdx);
StreamChecker.cpp 54 ID.AddInteger(K);
RetainCountChecker.cpp 72 ID.AddInteger((unsigned) X);
143 ID.AddInteger((unsigned) K);
144 ID.AddInteger((unsigned) O);
251 ID.AddInteger((unsigned) kind);
252 ID.AddInteger(Cnt);
253 ID.AddInteger(ACnt);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 316 ID.AddInteger(scConstant);
828 ID.AddInteger(scTruncate);
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 387 ID.AddInteger(NumTemplateArgs);
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 37 ID.AddInteger(Kind);
38 if (Val) ID.AddInteger(Val);
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 166 ID.AddInteger(BitWidth);
169 ID.AddInteger(VAL);
175 ID.AddInteger(pVal[i]);
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 834 ID.AddInteger(X);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
RegionStore.cpp 87 ID.AddInteger(Data);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 449 ID.AddInteger(Range.size());
600 ID.AddInteger(Range.size());
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 583 ID.AddInteger(Key.Kind);
593 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
596 ID.AddInteger((OverloadedOperatorKind)Key.Data);
    [all...]
ASTWriter.cpp     [all...]

Completed in 3136 milliseconds

12