Home
last modified time | relevance | path

Searched refs:IntHash (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp202 llvm::APInt IntHash(128, Str.str(), 16); in CodeGenModule() local
209 Twine(toString(IntHash, /* Radix = */ 10, /* Signed = */false))).str(); in CodeGenModule()