HomeSort by relevance Sort by last modified time
    Searched defs:Attachments (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
LLVMContextImpl.h 864 /// \brief Map-like storage for metadata attachments.
866 SmallVector<std::pair<unsigned, TrackingMDNodeRef>, 2> Attachments;
869 bool empty() const { return Attachments.empty(); }
870 size_t size() const { return Attachments.size(); }
886 /// \brief Copy out all the attachments.
888 /// Copies all the current attachments into \c Result, sorting by attachment
892 /// \brief Erase matching attachments.
894 /// Erases all attachments matching the \c shouldRemove predicate.
896 Attachments.erase(
897 std::remove_if(Attachments.begin(), Attachments.end(), shouldRemove)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h 62 typedef struct Attachments Attachments;
105 typedef struct Attachments Attachments;
    [all...]

Completed in 635 milliseconds