Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1001 void addInt(int Val) { Result += std::to_string(Val); } in addInt() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1321 auto addInt = [&](int32_t tag, uint64_t val) { in computeContents() local