Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2559 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2560 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2562 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2564 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2566 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2568 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGBlocks.cpp2790 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2791 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2793 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2795 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2797 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2799 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp2790 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2791 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2793 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2795 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2797 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2799 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp2816 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2817 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2819 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2821 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2823 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2825 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2817 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2818 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2820 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2822 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2824 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2826 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGBlocks.cpp2837 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2838 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2840 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2842 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2844 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2846 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2888 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2889 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2891 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2893 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2895 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2897 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp2790 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2791 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2793 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2795 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2797 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2799 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2890 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2891 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2893 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2895 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2897 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2899 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp2816 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2817 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2819 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2821 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2823 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2825 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2790 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2791 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2793 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2795 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2797 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2799 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2888 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2889 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2891 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2893 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2895 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2897 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp2816 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2817 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2819 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2821 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2823 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2825 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp2790 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2791 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2793 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2795 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2797 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2799 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2899 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2900 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2902 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2904 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2906 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2908 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGBlocks.cpp2790 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2791 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2793 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2795 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2797 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2799 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()