Searched defs:IsInAlloca (Results 1 – 3 of 3) sorted by relevance
38 unsigned IsInAlloca : 1; ///< Passed with inalloca member
309 bool IsInAlloca : 1; variable
8108 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in parseAlloc() local