Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
Dnsnames.c181 char *NameBuffer; in AcpiNsGetExternalPathname() local
187 NameBuffer = AcpiNsGetNormalizedPathname (Node, FALSE); in AcpiNsGetExternalPathname()
188 return_PTR (NameBuffer); in AcpiNsGetExternalPathname()
479 char *NameBuffer; in AcpiNsGetNormalizedPathname() local
496 NameBuffer = ACPI_ALLOCATE_ZEROED (Size); in AcpiNsGetNormalizedPathname()
497 if (!NameBuffer) in AcpiNsGetNormalizedPathname()
506 (void) AcpiNsBuildNormalizedPath (Node, NameBuffer, (UINT32) Size, NoTrailing); in AcpiNsGetNormalizedPathname()
509 ACPI_GET_FUNCTION_NAME, NameBuffer)); in AcpiNsGetNormalizedPathname()
511 return_PTR (NameBuffer); in AcpiNsGetNormalizedPathname()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.cpp182 std::string NameBuffer, ValueBuffer; in MacroDefined() local
183 llvm::raw_string_ostream Name(NameBuffer); in MacroDefined()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1430 SmallString<20> &NameBuffer) { in appendTypeSuffix() argument
1432 NameBuffer += Name; in appendTypeSuffix()
1435 NameBuffer += 'f'; in appendTypeSuffix()
1437 NameBuffer += 'l'; in appendTypeSuffix()
1439 Name = NameBuffer; in appendTypeSuffix()
1468 SmallString<20> NameBuffer; in emitUnaryFloatFnCall() local
1469 appendTypeSuffix(Op, Name, NameBuffer); in emitUnaryFloatFnCall()
1516 SmallString<20> NameBuffer; in emitBinaryFloatFnCall() local
1517 appendTypeSuffix(Op1, Name, NameBuffer); in emitBinaryFloatFnCall()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1216 BinaryStreamRef NameBuffer = IS->getStringTable().getBuffer(); in dumpStringTableFromPdb() local
1218 cantFail(NameBuffer.readBytes(0, NameBuffer.getLength(), Contents)); in dumpStringTableFromPdb()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp1590 SmallString<64> NameBuffer; in printQualifiedName() local
1591 llvm::raw_svector_ostream NameOS(NameBuffer); in printQualifiedName()
1593 if (NameBuffer.empty()) in printQualifiedName()
1596 OS << NameBuffer; in printQualifiedName()