HomeSort by relevance Sort by last modified time
    Searched defs:Copy (Results 276 - 300 of 353) sorted by null

<<1112131415

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclObjC.h 734 enum SetterKind { Assign, Retain, Copy, Weak };
851 return getType()->isBlockPointerType() ? Copy : Retain;
855 return Copy;
    [all...]
Type.h 3208 ExtParameterInfo copy = *this; local
3219 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclObjC.h 734 enum SetterKind { Assign, Retain, Copy, Weak };
851 return getType()->isBlockPointerType() ? Copy : Retain;
855 return Copy;
    [all...]
Type.h 3208 ExtParameterInfo copy = *this; local
3219 ExtParameterInfo copy = *this; local
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 6 * You may obtain a copy of the License at
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 6 * You may obtain a copy of the License at
65 // Copy old data up to the point where advance was issued.
72 // Copy the final segment if any.
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp 261 // copy-initialization semantics (8.5).
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/v8/include/
v8.h 629 * use of the copy constructor or assignment operator.
639 V8_INLINE static void Copy(const Persistent<S, M>& source,
659 static V8_INLINE void Copy(const Persistent<S, M>& source,
661 // do nothing, just allow copy
667 * A PersistentBase which allows copy and assignment.
669 * Copy, assignment and destructor behavior is controlled by the traits
701 * The copy constructors and assignment operator create a Persistent
702 * exactly as the Persistent constructor, but the Copy function from the
707 Copy(that);
711 Copy(that)
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 214 Range* Copy(Zone* zone) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 3149 ExtParameterInfo copy = *this; local
3160 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h 3165 ExtParameterInfo copy = *this; local
3176 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h 3165 ExtParameterInfo copy = *this; local
3176 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h 3208 ExtParameterInfo copy = *this; local
3219 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h 3208 ExtParameterInfo copy = *this; local
3219 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Type.h 3208 ExtParameterInfo copy = *this; local
3219 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Type.h 3208 ExtParameterInfo copy = *this; local
3219 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 3149 ExtParameterInfo copy = *this; local
3160 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Type.h 3165 ExtParameterInfo copy = *this; local
3176 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Type.h 3165 ExtParameterInfo copy = *this; local
3176 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Type.h 3208 ExtParameterInfo copy = *this; local
3219 ExtParameterInfo copy = *this; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Type.h 3208 ExtParameterInfo copy = *this; local
3219 ExtParameterInfo copy = *this; local
    [all...]

Completed in 1941 milliseconds

<<1112131415