Searched refs:Strong (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/CodeGen/
H A DStackProtector.cpp120 bool Strong,
130 if (!Strong && (InStruct || !Trip.isOSDarwin()))
141 if (Strong)
154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
212 bool Strong = false; local
227 Strong = true; // Use the same heuristic as strong to determine SSPLayout
229 Strong = true;
239 // SSP-Strong: Enable protectors for any call to alloca, regardless
241 if (Strong)
250 } else if (Strong) {
119 ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong, bool InStruct) const argument
[all...]
H A DSpillPlacement.h121 /// @param Strong When true, double the negative bias for these blocks.
122 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
H A DSpillPlacement.cpp278 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { argument
282 if (Strong)
/external/llvm/include/llvm/CodeGen/
H A DStackProtector.h102 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSpillPlacement.h110 /// @param Strong When true, double the negative bias for these blocks.
111 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
H A DSpillPlacement.cpp244 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { argument
248 if (Strong)
/external/clang/lib/AST/
H A DTypePrinter.cpp267 IncludeStrongLifetimeRAII Strong(Policy);
291 IncludeStrongLifetimeRAII Strong(Policy);
331 IncludeStrongLifetimeRAII Strong(Policy);
341 IncludeStrongLifetimeRAII Strong(Policy);
364 IncludeStrongLifetimeRAII Strong(Policy);
375 IncludeStrongLifetimeRAII Strong(Policy);
386 IncludeStrongLifetimeRAII Strong(Policy);
397 IncludeStrongLifetimeRAII Strong(Policy);
408 IncludeStrongLifetimeRAII Strong(Policy);
424 IncludeStrongLifetimeRAII Strong(Polic
[all...]
H A DASTContext.cpp5157 return InlineVariableDefinitionKind::Strong;
6715 /// getObjCGCAttr - Returns one of GCNone, Weak or Strong objc's
6730 return Qualifiers::Strong;
7682 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) {
7683 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong));
7685 if (GC_R == Qualifiers::Strong && LHSCan->isObjCObjectPointerType()) {
7686 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS);
8009 if (GC_L == Qualifiers::Strong)
8011 if (GC_R == Qualifiers::Strong)
8521 case ASTContext::InlineVariableDefinitionKind::Strong
[all...]
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp105 Kind = MigrationContext::GCAttrOccurrence::Strong;
340 << (Attr.Kind == GCAttrOccurrence::Strong ? "strong" : "weak");
H A DTransforms.h88 enum AttrKind { Weak, Strong } Kind; enumerator in enum:clang::arcmt::trans::MigrationContext::GCAttrOccurrence::AttrKind
/external/clang/lib/CodeGen/
H A DCGValue.h292 return Quals.getObjCGCAttr() == Qualifiers::Strong;
H A DCGObjCMac.cpp1975 return Qualifiers::Strong;
1985 case Qualifiers::OCL_Strong: return Qualifiers::Strong;
1995 return Qualifiers::Strong;
2144 if (GCAttr == Qualifiers::Strong) {
4819 if ((ForStrongLayout && GCAttr == Qualifiers::Strong)
H A DCodeGenModule.cpp1608 ASTContext::InlineVariableDefinitionKind::Strong)
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl10575 my ($ClassName, $Strong) = @_;
10576 if(defined $Cache{"cmpVTables_Real"}{$Strong}{$ClassName}) {
10577 return $Cache{"cmpVTables_Real"}{$Strong}{$ClassName};
10583 return ($Cache{"cmpVTables_Real"}{$Strong}{$ClassName} = -1);
10590 return ($Cache{"cmpVTables_Real"}{$Strong}{$ClassName} = $Strong);
10595 return ($Cache{"cmpVTables_Real"}{$Strong}{$ClassName} = ($Strong or $Entry1!~/__cxa_pure_virtual/));
10630 return ($Cache{"cmpVTables_Real"}{$Strong}{$ClassName} = 1);
10633 return ($Cache{"cmpVTables_Real"}{$Strong}{
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h1780 /// \brief Return one of the GCNone, Weak or Strong Objective-C garbage
2536 Strong ///< Strong definition.
H A DType.h129 Strong enumerator in enum:clang::Qualifiers::GC
1005 return getObjCGCAttr() == Qualifiers::Strong;
/external/clang/lib/Sema/
H A DSemaType.cpp5589 GCAttr = Qualifiers::Strong;

Completed in 980 milliseconds