Searched refs:strong_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
2222 strong_word_count = (inst & 0xF)+1;
2243 strong_word_count = (inst & 0xF)+1;
2270 strong_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);
2293 if (strong_word_count)
2294 Result = strong_word_count;

Completed in 91 milliseconds