Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp13922 SmallString<256> MsgBuffer; in BuildStaticAssertDeclaration() local
13923 llvm::raw_svector_ostream Msg(MsgBuffer); in BuildStaticAssertDeclaration()