/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/ |
H A D | InputObjects.pm | 578 sub append { subroutine 853 sub append { subroutine
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | Language.h | 106 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 D | SmallString.h | 68 void append(StringRef RHS) { in append() function 73 void append(std::initializer_list<StringRef> Refs) { in append() function
|
H A D | SmallVector.h | 687 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 D | SBLaunchInfo.cpp | 152 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 D | SBEnvironment.cpp | 108 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 D | lookup2.C | 5 charT append (charT c) in append() function
|
/openbsd-src/gnu/llvm/llvm/cmake/modules/ |
H A D | HandleLLVMStdlib.cmake | 9 function(append value) function
|
/openbsd-src/lib/libc/string/ |
H A D | strcat.c | 40 strcat(char *s, const char *append) in strcat()
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | MacroBuilder.h | 40 void append(const Twine &Str) { in append() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangDeclVendor.cpp | 17 uint32_t ClangDeclVendor::FindDecls(ConstString name, bool append, in FindDecls()
|
H A D | ClangASTSource.cpp | 857 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 D | list.c | 60 append(LIST *l, PLANE *p) in append() function
|
/openbsd-src/usr.bin/vi/common/ |
H A D | put.c | 33 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 D | string_utils.cpp | 221 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 D | cvt1.C | 21 void append (Thing* const &entry) { groupCount ++ ; } in append() function
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | FileLineResolver.cpp | 49 const bool append = true; in SearchCallback() local
|
/openbsd-src/usr.bin/tee/ |
H A D | tee.c | 73 int append, ch, exitval; in main() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFCompileUnit.cpp | 84 const bool append = true; in BuildAddressRangeTable() local
|
/openbsd-src/usr.bin/radioctl/ |
H A D | radioctl.c | 550 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 D | ASTVector.h | 184 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 D | cmd-set-option.c | 87 int append = args_has(args, 'a'); in cmd_set_option_exec() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
H A D | simple_packed_serialization.h | 271 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 D | ktrace.c | 64 int append, ch, fd, inherit, ops, pidset, trpoints; in main() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | basic_string.tcc | 286 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
|