Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDumpDataExtractor.cpp113 llvm::Optional<llvm::APInt> apint = GetAPInt(data, &offset, byte_size); in DumpAPInt() local
114 if (apint.hasValue()) { in DumpAPInt()
115 std::string apint_str(apint.getValue().toString(radix, is_signed)); in DumpAPInt()
579 llvm::Optional<llvm::APInt> apint = in DumpDataExtractor() local
581 if (apint.hasValue()) { in DumpDataExtractor()
582 llvm::APFloat apfloat(semantics, apint.getValue()); in DumpDataExtractor()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp1902 llvm::APInt apint(*size, uval64, is_signed); in ParseTemplateDIE() local
1904 clang::TemplateArgument(ast, llvm::APSInt(apint, !is_signed), in ParseTemplateDIE()