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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
weakdef-1.s 10 b Strong
13 .globl Strong
14 .type Strong, %function
15 Strong:
18 .size Strong, .-Strong
weakdef-2.s 3 .globl Strong
4 Strong:
5 adrl r0,Strong
6 adr r0,Strong
  /external/clang/lib/ARCMigrate/
Transforms.h 88 enum AttrKind { Weak, Strong } Kind;
  /external/llvm/lib/CodeGen/
StackProtector.cpp 109 bool Strong,
117 // However, in strong mode any array, regardless of type and size,
119 if (!Strong && (InStruct || !Trip.isOSDarwin()))
130 if (Strong)
131 // Require a protector for all arrays in strong mode
143 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
190 /// We use two heuristics: a standard (ssp) and strong (sspstrong).
195 /// strong heuristic will add a guard variables to functions that call alloca
201 bool Strong = false;
205 Strong = true; // Use the same heuristic as strong to determine SSPLayou
    [all...]
  /external/clang/include/clang/AST/
Type.h 115 /// * Objective C: the GC attributes (none, weak, or strong)
128 Strong
309 /// True if the lifetime is either strong or weak.
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 

Completed in 428 milliseconds