Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp32 unsigned MessageSize = SubstitutionDiagnostic.second.size(); in CreatUnsatisfiedConstraintRecord() local
33 char *Mem = new (C) char[MessageSize]; in CreatUnsatisfiedConstraintRecord()
34 memcpy(Mem, SubstitutionDiagnostic.second.data(), MessageSize); in CreatUnsatisfiedConstraintRecord()
36 SubstitutionDiagnostic.first, StringRef(Mem, MessageSize)); in CreatUnsatisfiedConstraintRecord()
/freebsd-14.2/lib/libsecureboot/efi/include/Protocol/
H A DHash.h145 IN UINT64 MessageSize,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp272 unsigned MessageSize = DiagString.size(); in calculateConstraintSatisfaction() local
273 char *Mem = new (S.Context) char[MessageSize]; in calculateConstraintSatisfaction()
274 memcpy(Mem, DiagString.c_str(), MessageSize); in calculateConstraintSatisfaction()
279 StringRef(Mem, MessageSize)}); in calculateConstraintSatisfaction()
392 unsigned MessageSize = DiagString.size(); in calculateConstraintSatisfaction() local
393 char *Mem = new (S.Context) char[MessageSize]; in calculateConstraintSatisfaction()
394 memcpy(Mem, DiagString.c_str(), MessageSize); in calculateConstraintSatisfaction()
398 SubstDiag.first, StringRef(Mem, MessageSize)}); in calculateConstraintSatisfaction()