Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l483 sprintf (MsgBuffer, "Max %u", AslGbl_LineBufferSize); in AslInsertLineBuffer()
487 AslGbl_Files[ASL_FILE_INPUT].Filename, MsgBuffer); in AslInsertLineBuffer()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16342 SmallString<256> MsgBuffer; in BuildStaticAssertDeclaration() local
16343 llvm::raw_svector_ostream Msg(MsgBuffer); in BuildStaticAssertDeclaration()