Lines Matching refs:strcmp
110 } else if (0 == strcmp(cur_arg, "--version")) {
130 } else if (0 == strcmp(cur_arg, "--help") || 0 == strcmp(cur_arg, "-h")) {
134 } else if (0 == strcmp(cur_arg, "--target-env")) {
147 } else if (0 == strcmp(cur_arg, "--before-hlsl-legalization")) {
149 } else if (0 == strcmp(cur_arg, "--relax-logical-pointer")) {
151 } else if (0 == strcmp(cur_arg, "--relax-block-layout")) {
153 } else if (0 == strcmp(cur_arg, "--uniform-buffer-standard-layout")) {
155 } else if (0 == strcmp(cur_arg, "--scalar-block-layout")) {
157 } else if (0 == strcmp(cur_arg, "--workgroup-scalar-block-layout")) {
159 } else if (0 == strcmp(cur_arg, "--skip-block-layout")) {
161 } else if (0 == strcmp(cur_arg, "--allow-localsizeid")) {
163 } else if (0 == strcmp(cur_arg, "--relax-struct-store")) {