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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2339 unsigned strong_word_count = 0, byref_word_count=0, weak_word_count=0; local
2353 byref_word_count = (inst & 0xF)+1;
2372 byref_word_count = (inst & 0xF)+1;
2379 byref_word_count = (inst & 0xF)+1;
2397 byref_word_count = (inst & 0xF)+1;
2411 if (strong_word_count == 16 || byref_word_count == 16 || weak_word_count == 16)
2415 (strong_word_count != 0) + (byref_word_count != 0) + (weak_word_count != 0);
2421 if (byref_word_count)
2422 Result += byref_word_count;

Completed in 62 milliseconds