Home
last modified time | relevance | path

Searched defs:append (Results 1 – 25 of 97) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm578 sub append { subroutine
853 sub append { subroutine
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguage.h106 const bool append = false; in Find_Impl() local
129 const bool append = true; in Find_Impl() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallString.h68 void append(StringRef RHS) { in append() function
73 void append(std::initializer_list<StringRef> Refs) { in append() function
H A DSmallVector.h687 void append(ItTy in_start, ItTy in_end) { in append() function
696 void append(size_type NumInputs, ValueParamT Elt) { in append() function
702 void append(std::initializer_list<T> IL) { in append() function
706 void append(const SmallVectorImpl &RHS) { append(RHS.begin(), RHS.end()); } in append() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp152 void SBLaunchInfo::SetArguments(const char **argv, bool append) { in SetArguments()
180 void SBLaunchInfo::SetEnvironmentEntries(const char **envp, bool append) { in SetEnvironmentEntries()
185 void SBLaunchInfo::SetEnvironment(const SBEnvironment &env, bool append) { in SetEnvironment()
H A DSBEnvironment.cpp108 void SBEnvironment::SetEntries(const SBStringList &entries, bool append) { in SetEntries()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dlookup2.C5 charT append (charT c) in append() function
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMStdlib.cmake9 function(append value) function
/openbsd-src/lib/libc/string/
H A Dstrcat.c40 strcat(char *s, const char *append) in strcat()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DMacroBuilder.h40 void append(const Twine &Str) { in append() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp17 uint32_t ClangDeclVendor::FindDecls(ConstString name, bool append, in FindDecls()
H A DClangASTSource.cpp857 bool append = false; in FindDeclInModules() local
907 bool append = false; in FindDeclInObjCRuntime() local
1149 bool append = false; in FindObjCMethodDecls() local
1189 bool append = false; in FindObjCMethodDecls() local
1322 bool append = false; in FindObjCPropertyAndIvarDecls() local
1365 bool append = false; in FindObjCPropertyAndIvarDecls() local
/openbsd-src/games/atc/
H A Dlist.c60 append(LIST *l, PLANE *p) in append() function
/openbsd-src/usr.bin/vi/common/
H A Dput.c33 put(SCR *sp, CB *cbp, CHAR_T *namep, MARK *cp, MARK *rp, int append) in put()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp221 void ScopedString::append(const char *Format, va_list Args) { in append() function in scudo::ScopedString
239 void ScopedString::append(const char *Format, ...) { in append() function in scudo::ScopedString
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcvt1.C21 void append (Thing* const &entry) { groupCount ++ ; } in append() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFileLineResolver.cpp49 const bool append = true; in SearchCallback() local
/openbsd-src/usr.bin/tee/
H A Dtee.c73 int append, ch, exitval; in main() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp84 const bool append = true; in BuildAddressRangeTable() local
/openbsd-src/usr.bin/radioctl/
H A Dradioctl.c550 show_int_val(int val, const char *nick, char *append, int silent) in show_int_val()
557 show_float_val(float val, const char *nick, char *append, int silent) in show_float_val()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTVector.h184 void append(const ASTContext &C, in_iter in_start, in_iter in_end) { in append() function
202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { in append() function
/openbsd-src/usr.bin/tmux/
H A Dcmd-set-option.c87 int append = args_has(args, 'a'); in cmd_set_option_exec() local
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dsimple_packed_serialization.h271 static bool append(std::string &S, char C) { in append() function
293 static bool append(std::vector<T> &V, T E) { in append() function
321 static bool append(std::unordered_map<K, V> &M, element_type E) { in append() function
/openbsd-src/usr.bin/ktrace/
H A Dktrace.c64 int append, ch, fd, inherit, ops, pidset, trpoints; in main() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dbasic_string.tcc286 append(size_type __n, _CharT __c) in append() function in basic_string
303 append(const _CharT* __s, size_type __n) in append() function in basic_string
330 append(const basic_string& __str) in append() function in basic_string
347 append(const basic_string& __str, size_type __pos, size_type __n) in append() function in basic_string

1234