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

/freebsd-11-stable/contrib/llvm-project/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
69 void FoldingSetNodeID::AddInteger(unsigned long I) { function in class:FoldingSetNodeID
78 void FoldingSetNodeID::AddInteger(long long I) { function in class:FoldingSetNodeID
81 void FoldingSetNodeID::AddInteger(unsigned long long I) { function in class:FoldingSetNodeID
[all...]

Completed in 89 milliseconds