HomeSort by relevance Sort by last modified time
    Searched refs:Weak (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 143 // The traceInCollection may not trace the weak members, so it is vital
942 class Weak : public Bar {
944 static Weak* create(Bar* strong, Bar* weak)
946 return new Weak(strong, weak);
957 reinterpret_cast<Weak*>(self)->zapWeakMembers(visitor);
964 Weak(Bar* strongBar, Bar* weakBar)
983 static WithWeakMember* create(Bar* strong, Bar* weak)
985 return new WithWeakMember(strong, weak);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
Type.h 111 /// * Objective C: the GC attributes (none, weak, or strong)
123 Weak,
305 /// True if the lifetime is either strong or weak.
931 /// isObjCGCWeak true when Type is objc's weak.
933 return getObjCGCAttr() == Qualifiers::Weak;
963 /// conceivable that qualifiers (objc_gc(weak)?) could make
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 748 // Nodes with unreleased weak edges can still be roots.
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 669 IO.mapOptional("Weak", Symbols.Weak);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 425 // change symbol binding to Global if it's a weak symbol
427 if (binding == ResolveInfo::Weak)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 521 // Change symbol binding to Global if it's a weak symbol
523 if (binding == ResolveInfo::Weak)
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
Expr.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 416 // change symbol binding to Global if it's a weak symbol
418 if (binding == ResolveInfo::Weak)
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 255 // change symbol binding to Global if it's a weak symbol
257 if (binding == ResolveInfo::Weak)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 48 | Weak
    [all...]
llvm.mli 85 | Weak
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 41 // retain, strong, copy, weak, and unsafe_unretained are only legal
    [all...]
SemaType.cpp 87 } else if (II->isStr("weak")) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGObjCGNU.cpp 566 bool Weak = false) override {
    [all...]

Completed in 953 milliseconds

12