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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DStackProtector.cpp58 /// ContainsProtectableArray - Check whether the type either is an array or
61 bool ContainsProtectableArray(Type *Ty, bool InStruct = false) const;
102 /// ContainsProtectableArray - Check whether the type either is an array or
105 bool StackProtector::ContainsProtectableArray(Type *Ty, bool InStruct) const { function in class:StackProtector
129 if (ContainsProtectableArray(*I, true))
157 if (ContainsProtectableArray(AI->getAllocatedType()))

Completed in 170 milliseconds