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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveInterval.h 70 void copyFrom(VNInfo &src) {
787 /// liveness information in @p CopyFrom.
790 const LiveRange &CopyFrom) {
791 SubRange *Range = new (Allocator) SubRange(LaneMask, CopyFrom, Allocator);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bitvector.h 77 void copyFrom(const BasicBitVector &v) { bits_ = v.bits_; }
250 void copyFrom(const TwoLevelBitVector &v) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_bitvector.h 76 void copyFrom(const BasicBitVector &v) { bits_ = v.bits_; }
249 void copyFrom(const TwoLevelBitVector &v) {
sanitizer_dense_map.h 315 void copyFrom(
589 copyFrom(other);
611 copyFrom(other);
623 void copyFrom(const DenseMap &other) {
627 this->BaseT::copyFrom(other);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_bitvector.h 76 void copyFrom(const BasicBitVector &v) { bits_ = v.bits_; }
249 void copyFrom(const TwoLevelBitVector &v) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h 421 void copyFrom(
734 copyFrom(other);
769 copyFrom(other);
781 void copyFrom(const DenseMap& other) {
785 this->BaseT::copyFrom(other);
913 copyFrom(other);
1006 copyFrom(other);
1018 void copyFrom(const SmallDenseMap& other) {
1026 this->BaseT::copyFrom(other);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp 105 void Value::copyFrom(const Value &M) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 1263 void copyFrom(const mapped_file_region &Copied) {
1273 copyFrom(Moved);
1274 Moved.copyFrom(mapped_file_region());
1305 copyFrom(mapped_file_region());
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 696 void copyFrom(const FormatToken &Tok) { *this = Tok; }
699 // Only allow copying via the explicit copyFrom method.

Completed in 68 milliseconds