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

  /external/llvm/include/llvm/Object/
ELFYAML.h 65 std::vector<Symbol> Weak;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 13 class Weak(object):
17 weak = Weak()
18 local.weak = weak
19 weaklist.append(weakref.ref(weak))
41 deadlist = [weak for weak in weaklist if weak() is None]
47 deadlist = [weak for weak in weaklist if weak() is None
    [all...]
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 13 class Weak(object):
17 weak = Weak()
18 local.weak = weak
19 weaklist.append(weakref.ref(weak))
41 deadlist = [weak for weak in weaklist if weak() is None]
47 deadlist = [weak for weak in weaklist if weak() is None
    [all...]
test_descr.py     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.h 88 enum AttrKind { Weak, Strong } Kind;
159 /// \brief Determine whether we can add weak to the given type.
  /external/llvm/include/llvm/Support/
ValueHandle.h 51 Weak
147 WeakVH() : ValueHandleBase(Weak) {}
148 WeakVH(Value *P) : ValueHandleBase(Weak, P) {}
150 : ValueHandleBase(Weak, RHS) {}
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 686 bool Weak = Flags & SymbolRef::SF_Weak;
709 << (Weak ? 'w' : ' ') // Weak?
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 27 * - Binding - Global, Local, Weak
79 Weak = 1,
278 * |length of m_Name|reserved|Symbol|Type |ELF visibility|Local|Com|Def|Dyn|Weak|
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 59 // Weak dependencies may be violated by the scheduling strategy, but only if
62 // Strong OrderKinds must occur before "Weak".
63 // Weak OrderKinds must occur after "Weak".
69 Weak, ///< Arbitrary weak DAG edge.
70 Cluster ///< Weak DAG edge linking a chain of clustered instrs.
194 /// isWeak - Test if this a weak dependence. Weak dependencies are
196 /// not force ordering. Breaking a weak edge may require the scheduler t
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
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...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 648 // Nodes with unreleased weak edges can still be roots.
    [all...]

Completed in 1098 milliseconds