Searched refs:append (Results 426 - 450 of 726) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp409 fixed_scratch.append(mangled_name.GetCString() + 3);
417 fixed_scratch.append(mangled_name.GetCString() + 2);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp540 expr.append(dlopen_wrapper_code);
719 path_array.append(path);
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dname.c516 int append,
533 if (append) {
514 _hx509_name_modify(hx509_context context, Name *name, int append, const heim_oid *oid, const char *str) argument
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile88 TESTS+= counter-append
325 TESTS+= var-op-append
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp750 components.append(numVecs,
773 // Otherwise, just append a bunch of individual elements.
774 components.append(numElts, eltTy);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp471 llvm::sys::path::append(IndexFile, IndexName);
517 llvm::sys::path::append(Path, PathStyle, Identifier);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp597 llvm::sys::path::append(P, "usr/include");
599 llvm::sys::path::append(P, "include");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp287 Includes.append(RHS.begin(), RHS.end());
393 llvm::sys::path::append(RelativeHeader, *It);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h335 PreOrderWorklist.append(L.rbegin(), L.rend());
340 // worklist backwards so append them in reverse order.
341 PreOrderWorklist.append(L->rbegin(), L->rend());
H A DLoopInfoImpl.h575 PreOrderLoops.append(PreOrderLoopsInRootL.begin(),
598 // worklist backwards so we can just append them in order.
599 PreOrderWorklist.append(L->begin(), L->end());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h418 UpdatedDefs.append(DstRegs.begin(), DstRegs.begin() + NewNumDefs);
590 UpdatedDefs.append(DstRegs.begin(), DstRegs.end());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp459 // If the arg token expanded into anything, append it.
463 ResultToks.append(ResultArgToks, ResultArgToks+NumToks);
529 ResultToks.append(ArgToks, ArgToks+NumToks);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp249 llvm::sys::path::append(Model, Directory, "report-%%%%%%.html");
275 llvm::sys::path::append(Model, Directory,
465 // This is a cludge; basically we want to append either the full
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py1897 children.append(child)
1924 snaps.append(snap)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp591 sys::path::append(AbsolutePath, *CompilationDir);
593 sys::path::append(AbsolutePath, *DWOFileName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp431 IF->getContents().append(Code.begin(), Code.end());
579 DF->getContents().append(Data.begin(), Data.end());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp41 StringTable.append(4, char(0));
142 StringTable.append(Str.begin(), Str.end());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp427 CacheName.append(InputFile);
508 CacheName.append(ExtraModules[i]);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp222 sys::path::append(Path, llvm::toHex(BuildIdBytes[0], /*LowerCase*/ true));
228 sys::path::append(Path,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp387 Worklist.append(PHIs.begin(), PHIs.end());
388 Worklist.append(NonPHIs.begin(), NonPHIs.end());
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk43 # We don't append the patch to the version, since this only applies to releases
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp899 OS.append(Ptr, Size);
909 OS.append(Ptr, Ptr + Size);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp513 Users.append(GEP->user_begin(), GEP->user_end());
514 UseUsers.append(GEP->getNumUses(), GEP);
H A DAMDGPUTargetMachine.cpp515 SubtargetKey.append(FS);
551 SubtargetKey.append(FS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp416 Args.append(CI->arg_begin(), CI->arg_end());
475 ArgTys.append(CalleeFTy->param_begin(), CalleeFTy->param_end());

Completed in 198 milliseconds

<<11121314151617181920>>