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

12

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 264 // change symbol binding to Global if it's a weak symbol
266 if (binding == ResolveInfo::Weak)
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 133 // change symbol binding to Global if it's a weak symbol
135 if (binding == ResolveInfo::Weak)
    [all...]
  /external/clang/include/clang/AST/
Type.h 112 /// * Objective C: the GC attributes (none, weak, or strong)
124 Weak,
306 /// True if the lifetime is either strong or weak.
932 /// isObjCGCWeak true when Type is objc's weak.
934 return getObjCGCAttr() == Qualifiers::Weak;
964 /// conceivable that qualifiers (objc_gc(weak)?) could make
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 45 | Weak
    [all...]
llvm.mli 80 | Weak
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 42 // retain, strong, copy, weak, and unsafe_unretained are only legal
    [all...]
SemaType.cpp 87 } else if (attr.getParameterName()->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...]

Completed in 952 milliseconds

12