Searched refs:RUN_SKIP (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 812 class RUN_SKIP { class in __anon0ea151f90111::CGObjCCommonMac 817 RUN_SKIP(enum BLOCK_LAYOUT_OPCODE Opcode = BLOCK_LAYOUT_OPERATOR, in RUN_SKIP() function in __anon0ea151f90111::CGObjCCommonMac::RUN_SKIP 823 bool operator<(const RUN_SKIP &b) const { in operator <() 838 SmallVector<RUN_SKIP, 16> RunSkipBlockVars; 2041 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_BYREF, FieldOffset, in UpdateRunSkipBlockVars() 2044 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_STRONG, FieldOffset, in UpdateRunSkipBlockVars() 2047 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_WEAK, FieldOffset, in UpdateRunSkipBlockVars() 2050 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_UNRETAINED, FieldOffset, in UpdateRunSkipBlockVars() 2053 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_NON_OBJECT_BYTES, in UpdateRunSkipBlockVars() 2125 RUN_SKIP(RunSkipBlockVars[i].opcode, in BuildRCRecordLayout()
|