Home
last modified time | relevance | path

Searched refs:append (Results 176 – 200 of 957) sorted by relevance

12345678910>>...39

/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py208 c_array.append(nested_nvlist)
213 c_array.append(_ffi.new('char[]', string))
251 val.append(typeinfo.convert(valptr[0][i]))
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp242 E.Name = (std::string("_").append(E.Name)); in parseExport()
244 E.ExtName = (std::string("_").append(E.ExtName)); in parseExport()
286 E.AliasTarget = std::string("_").append(E.AliasTarget); in parseExport()
/freebsd/crypto/heimdal/lib/wind/
H A Dgen-normalize.py189 n.append(x)
191 n.append(0)
H A Drfc3454.py55 t.append(l)
/freebsd/usr.sbin/bsdconfig/security/include/
H A Dsecurelevel.hlp11 0 Insecure mode - immutable and append-only flags may be turned
15 1 Secure mode - the system immutable and system append-only
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h162 fmt.append(code.value);
170 fmt.append(tok_hdr);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp84 DAL->append(A); in TranslateArgs()
107 DAL->append(A); in TranslateArgs()
H A DPPCFreeBSD.cpp23 llvm::sys::path::append(P, "include", "ppc_wrappers"); in AddClangSystemIncludeArgs()
H A DZOS.cpp262 path::append(P, "include", "zos_wrappers"); in AddClangSystemIncludeArgs()
267 path::append(P2, "include"); in AddClangSystemIncludeArgs()
330 llvm::sys::path::append(InstallBin, "..", "include", "c++", "v1"); in AddClangCXXStdlibIncludeArgs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h137 void append(iterator I, iterator E) { decls().append(I.I, E.I); } in append() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp45 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key); in localCache()
154 sys::path::append(TempFilenameModel, CacheDirectoryPath, in localCache()
/freebsd/contrib/wireguard-tools/
H A Dconfig.h23 bool config_read_init(struct config_ctx *ctx, bool append);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DMacroBuilder.h40 void append(const Twine &Str) { in append() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTarWriter.h23 void append(StringRef Path, StringRef Data);
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBUnixSignalsExtensions.i14 signals.append(self.GetSignalAtIndex(sig))
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp389 path.append(m_directory.GetStringRef().begin(), in GetPath()
397 path.append(m_filename.GetStringRef().begin(), in GetPath()
437 llvm::sys::path::append(new_path, in PrependPathComponent()
450 llvm::sys::path::append(current_path, m_style, component); in AppendPathComponent()
H A DStringExtractor.cpp303 str.append(1, ch); in GetHexByteString()
314 str.append(1, GetHexU8(0, false)), pch = Peek(), nibble_count += 2) { in GetHexByteStringFixedLength()
325 str.append(1, ch); in GetHexByteStringTerminatedBy()
/freebsd/share/skel/
H A Ddot.mailrc7 set append ask autoprint
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp502 QualifiedName.append("::"); in getQualifiedName()
503 QualifiedName.append(std::string(getName())); in getQualifiedName()
523 Name.append(BaseName); in encodeTemplateArguments()
529 Name.append("<"); in encodeTemplateArguments()
536 Name.append(", "); in encodeTemplateArguments()
542 Name.append(">"); in encodeTemplateArguments()
1939 Name.append(" (*)"); in resolveExtra()
1940 Name.append("("); in resolveExtra()
1951 Name.append(", "); in resolveExtra()
1952 Name.append(std::string(Symbol->getTypeName())); in resolveExtra()
[all …]
/freebsd/tests/atf_python/sys/netlink/
H A Dmessage.py58 self.nla_list.append(nla)
214 ret.append(val)
246 ret.append(val)
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp220 module_stat.path.append(1, '('); in ReportStatistics()
221 module_stat.path.append(object_name.GetStringRef().str()); in ReportStatistics()
222 module_stat.path.append(1, ')'); in ReportStatistics()
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp32 void ArgList::append(Arg *A) { in append() function in ArgList
153 Output.append(Values.begin(), Values.end()); in AddAllArgValues()
215 ArgStrings.append(ArgBegin, ArgEnd); in InputArgList()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp441 Args.append(CD->param_begin(), in emitOutlinedFunctionPrologue()
443 TargetArgs.append( in emitOutlinedFunctionPrologue()
509 TargetArgs.append( in emitOutlinedFunctionPrologue()
1208 Shareds.append(C->varlist_begin(), C->varlist_end()); in EmitOMPReductionClauseInit()
3554 CopyArrayTemps.append(C->copy_array_temps().begin(), in emitScanBasedDirectiveDecls()
3610 CopyArrayElems.append(C->copy_array_elems().begin(), in emitScanBasedDirectiveFinals()
3675 CopyArrayElems.append(C->copy_array_elems().begin(), in emitScanBasedDirective()
4229 DestExprs.append(C->destination_exprs().begin(), in EmitOMPSingleDirective()
4232 AssignmentOps.append(C->assignment_ops().begin(), in EmitOMPSingleDirective()
4695 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskBasedDirective()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStreamAsynchronousIO.cpp35 m_data.append((const char *)s, length); in WriteImpl()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp495 sys::path::append(path, filename); in findFile()
500 path.append(".obj"); in findFile()
607 path::append(diaPath, "DIA SDK"); in detectWinSysRoot()
637 path::append(windowsSdkLibPath, "Lib"); in detectWinSysRoot()
651 sys::path::append(libDir, "lib"); in addClangLibSearchPaths()
655 sys::path::append(runtimeLibDir, "lib", "clang", in addClangLibSearchPaths()
1278 buf.append(pdbBasename); in parsePDBAltPath()
1280 buf.append(binaryExtension); in parsePDBAltPath()
1284 buf.append(var); in parsePDBAltPath()
1392 sys::path::append(path, "repro.tar"); in getReproduceFile()
[all …]

12345678910>>...39