Home
last modified time | relevance | path

Searched refs:RUN_SKIP (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp829 class RUN_SKIP { class in __anond3bad8af0111::CGObjCCommonMac
834 RUN_SKIP(enum BLOCK_LAYOUT_OPCODE Opcode = BLOCK_LAYOUT_OPERATOR, in RUN_SKIP() function in __anond3bad8af0111::CGObjCCommonMac::RUN_SKIP
840 bool operator<(const RUN_SKIP &b) const { in operator <()
851 SmallVector<RUN_SKIP, 16> RunSkipBlockVars;
2502 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_BYREF, FieldOffset, in UpdateRunSkipBlockVars()
2505 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_STRONG, FieldOffset, in UpdateRunSkipBlockVars()
2508 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_WEAK, FieldOffset, in UpdateRunSkipBlockVars()
2511 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_UNRETAINED, FieldOffset, in UpdateRunSkipBlockVars()
2514 RunSkipBlockVars.push_back(RUN_SKIP(BLOCK_LAYOUT_NON_OBJECT_BYTES, in UpdateRunSkipBlockVars()
2583 RUN_SKIP(RunSkipBlockVars[i].opcode, in BuildRCRecordLayout()
[all …]