Searched refs:placeholders (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dbind.cpp13 namespace placeholders namespace
27 } // placeholders
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp68 this, std::placeholders::_1));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp539 std::bind(MonitorShellCommand, shell_info_sp, std::placeholders::_1,
540 std::placeholders::_2, std::placeholders::_3,
541 std::placeholders::_4),
/freebsd-11-stable/sys/dev/drm/
H A Dmach64_drv.h60 struct list_head list; /* List pointers for free_list, placeholders, or pending list */
90 struct list_head placeholders; /* Placeholder list for buffers held by clients */ member in struct:drm_mach64_private
805 if (list_empty(&dev_priv->placeholders)) { \
809 ptr = dev_priv->placeholders.next; \
847 if (list_empty(&dev_priv->placeholders)) { \
852 ptr = dev_priv->placeholders.next; \
H A Dmach64_dma.c999 INIT_LIST_HEAD(&dev_priv->placeholders);
1467 list_for_each_safe(ptr, tmp, &dev_priv->placeholders) {
1595 list_for_each(ptr, &dev_priv->placeholders) {
1625 list_add_tail(ptr, &dev_priv->placeholders);
1643 ptr = dev_priv->placeholders.next;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp116 this, std::placeholders::_1),
435 this, std::placeholders::_1),
H A DProcessGDBRemote.cpp3441 using namespace std::placeholders; // For _1, _2, etc.
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp26 using namespace std::placeholders;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp535 std::placeholders::_1, *MinS));
542 *MaxS, std::placeholders::_1));
549 std::placeholders::_1, *MinV));
556 *MaxV, std::placeholders::_1));
668 Changed |= berase_if(S, std::bind(NoSubV, V, std::placeholders::_1));
671 Changed |= berase_if(V, std::bind(NoSupV, S, std::placeholders::_1));
711 Changed |= berase_if(VS, std::bind(NoLength, WN, std::placeholders::_1));
712 Changed |= berase_if(WS, std::bind(NoLength, VN, std::placeholders::_1));
745 Changed |= berase_if(AS, std::bind(NoSize, BN, std::placeholders::_1));
746 Changed |= berase_if(BS, std::bind(NoSize, AN, std::placeholders
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp707 using namespace std::placeholders;
749 using namespace std::placeholders;
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dfunctional_iterate.h394 namespace placeholders namespace in namespace:std
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2681 using namespace std::placeholders;
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex5862 \let\hash=##% convert placeholders to macro parameter chars
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex5738 \let\hash=##% convert placeholders to macro parameter chars
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2347 using namespace std::placeholders;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex7682 \let\hash=##% convert placeholders to macro parameter chars

Completed in 391 milliseconds