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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2214 unsigned strong_word_count = 0, byref_word_count=0, weak_word_count=0; local
2234 weak_word_count = (inst & 0xF)+1;
2249 weak_word_count = (inst & 0xF)+1;
2258 weak_word_count = (inst & 0xF)+1;
2274 weak_word_count = (inst & 0xF)+1;
2286 if (strong_word_count == 16 || byref_word_count == 16 || weak_word_count == 16)
2290 (strong_word_count != 0) + (byref_word_count != 0) + (weak_word_count != 0);
2299 if (weak_word_count)
2300 Result += weak_word_count;

Completed in 157 milliseconds