HomeSort by: relevance | last modified time | path
    Searched defs:placeholders (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/
bind.cpp 13 namespace placeholders namespace
27 } // placeholders
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
placeholders.cc 1 // std::placeholders -*- C++ -*-
26 # error "placeholders.cc must be compiled with -std=gnu++0x"
35 namespace placeholders namespace
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
placeholders.cc 1 // std::placeholders -*- C++ -*-
26 # error "placeholders.cc must be compiled with -std=gnu++0x"
35 namespace placeholders namespace
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
changes.cc 615 auto_vec<insn_info *, 16> placeholders; local
616 placeholders.safe_grow_cleared (changes.size ());
661 placeholders[i] = placeholder;
685 else if (insn_info *placeholder = placeholders[i])
692 placeholders[i] = nullptr;
  /src/sys/external/bsd/drm/dist/shared-core/
mach64_drv.h 57 struct list_head list; /* List pointers for free_list, placeholders, or pending list */
87 struct list_head placeholders; /* Placeholder list for buffers held by clients */ member in struct:drm_mach64_private
809 if (list_empty(&dev_priv->placeholders)) { \
813 _ptr = dev_priv->placeholders.next; \
851 if (list_empty(&dev_priv->placeholders)) { \
856 ptr = dev_priv->placeholders.next; \

Completed in 29 milliseconds