Searched defs:AddInteger (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
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/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp555 void CPDF_Array::AddInteger(int i) { function in class:CPDF_Array

Completed in 169 milliseconds