Searched refs:Append (Results 176 - 181 of 181) sorted by relevance

12345678

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp305 return Module::ModFlagBehavior::Append;
323 case Module::ModFlagBehavior::Append:
H A DVerifier.cpp1441 // Append it to the list of requirements, to check once all module flags are
1447 case Module::Append:
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2223 process_infos.Append(process_info);
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex218 % Append this vertical mode material after the current line in the output.
5665 % Append \endinput to make sure that TeX does not see the ending newline.
6723 % Append the tokens #2 to the definition of macro #1, not expanding either.
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8283 SWIG_check_num_args("lldb::SBBreakpointList::Append",2,2)
8284 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpointList::Append",1,"lldb::SBBreakpointList *");
8285 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBBreakpointList::Append",2,"lldb::SBBreakpoint const &");
8296 (arg1)->Append((lldb::SBBreakpoint const &)*arg2);
8407 { "Append", _wrap_SBBreakpointList_Append},
16599 SWIG_check_num_args("lldb::SBData::Append",2,2)
16600 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBData::Append",1,"lldb::SBData *");
16601 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBData::Append",2,"lldb::SBData const &");
16612 result = (bool)(arg1)->Append((lldb::SBData const &)*arg2);
17109 { "Append", _wrap_SBData_Appen
[all...]
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex826 % Append this vertical mode material after the current line in the output.
8663 % Append the tokens #2 to the definition of macro #1, not expanding either.

Completed in 510 milliseconds

12345678