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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp61 void FoldingSetNodeID::AddInteger(signed I) { function in class:FoldingSetNodeID
64 void FoldingSetNodeID::AddInteger(unsigned I) { function in class:FoldingSetNodeID
67 void FoldingSetNodeID::AddInteger(long I) { function in class:FoldingSetNodeID
70 void FoldingSetNodeID::AddInteger(unsigned long I) { function in class:FoldingSetNodeID
79 void FoldingSetNodeID::AddInteger(long long I) { function in class:FoldingSetNodeID
82 void FoldingSetNodeID::AddInteger(unsigned long long I) { function in class:FoldingSetNodeID
[all...]

Completed in 75 milliseconds