|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/ADT/FoldingSet.h 321 void AddInteger(unsigned long I);
References
include/llvm/IR/LegacyPassManagers.h 266 ID.AddInteger(Vec.size());
lib/CodeGen/GlobalISel/CSEInfo.cpp 286 ID.AddInteger(Val);
lib/CodeGen/MachineOperand.cpp 1042 ID.AddInteger(Size);
1045 ID.AddInteger(getBaseAlignment());
lib/IR/AttributeImpl.h 91 if (Val) ID.AddInteger(Val);
lib/IR/Attributes.cpp 85 if (Val) ID.AddInteger(Val);
lib/Support/APInt.cpp 163 ID.AddInteger(U.VAL);
169 ID.AddInteger(U.pVal[i]);
lib/Support/FoldingSet.cpp 58 AddInteger(reinterpret_cast<uintptr_t>(Ptr));
67 AddInteger((unsigned long)I);
lib/Support/ItaniumManglingCanonicalizer.cpp 51 ID.AddInteger(A.size());
lib/TableGen/Record.cpp 152 ID.AddInteger(Classes.size());
336 ID.AddInteger(Range.size());
563 ID.AddInteger(Range.size());
1586 ID.AddInteger(Args.size());
tools/clang/include/clang/AST/DeclTemplate.h 598 ID.AddInteger(TemplateArgs.size());
1891 ID.AddInteger(TemplateArgs.size());
2733 ID.AddInteger(TemplateArgs.size());
tools/clang/lib/AST/ODRHash.cpp 494 ID.AddInteger(Decls.size());
560 ID.AddInteger(Function->param_size());
591 ID.AddInteger(Decls.size());
618 ID.AddInteger(Decls.size());
917 ID.AddInteger(TypeArgs.size());
923 ID.AddInteger(Protocols.size());
941 ID.AddInteger(Protocols.size());
tools/clang/lib/AST/StmtProfile.cpp 1863 ID.AddInteger(Args.size());
tools/clang/lib/AST/Type.cpp 192 ID.AddInteger(ArraySize.getZExtValue());
3514 ID.AddInteger(typeArgs.size());
3517 ID.AddInteger(protocols.size());
3533 ID.AddInteger(protocols.size());
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp 93 ID.AddInteger(Data);
tools/clang/tools/libclang/Indexing.cpp 107 ID.AddInteger(UniqueID.getFile());
108 ID.AddInteger(UniqueID.getDevice());