Home
last modified time | relevance | path

Searched defs:addInt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d1291 BigDigit [] addInt(const BigDigit[] x, ulong y) pure nothrow in addInt() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp997 void addInt(int Val) { Result += std::to_string(Val); } in addInt() function