Home
last modified time | relevance | path

Searched refs:wanted_code (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/ags/ags_linux_v.3.4.4.1/Common/font/
H A Dwfnfontrenderer.cpp32 static unsigned char GetCharCode(unsigned char wanted_code, const WFNFont* font) in GetCharCode() argument
34 return wanted_code < font->GetCharCount() ? wanted_code : '?'; in GetCharCode()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/font/
H A Dwfn_font_renderer.cpp36 static unsigned char GetCharCode(unsigned char wanted_code, const WFNFont *font) { in GetCharCode() argument
37 return wanted_code < font->GetCharCount() ? wanted_code : '?'; in GetCharCode()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/cerberus/
H A Derrors.py202 wanted_code = error_definition.code
203 return any(x.code == wanted_code for x in self)
/dports/devel/py-cerberus/Cerberus-1.3.4/cerberus/
H A Derrors.py205 wanted_code = error_definition.code
206 return any(x.code == wanted_code for x in self)
/dports/devel/py-pdm-pep517/pdm-pep517-0.9.2/pdm/pep517/_vendor/cerberus/
H A Derrors.py205 wanted_code = error_definition.code
206 return any(x.code == wanted_code for x in self)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfold-const.c3874 enum tree_code wanted_code; in fold_truthop() local
4041 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truthop()
4042 if (lcode != wanted_code) in fold_truthop()
4057 if (rcode != wanted_code) in fold_truthop()
4110 warning ("comparison is always %d", wanted_code == NE_EXPR); in fold_truthop()
4113 wanted_code == NE_EXPR in fold_truthop()
4130 wanted_code == NE_EXPR in fold_truthop()
4190 return build (wanted_code, truth_type, lhs, rhs); in fold_truthop()
4241 return build (wanted_code, truth_type, lhs, rhs); in fold_truthop()
4256 if (wanted_code == NE_EXPR) in fold_truthop()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfold-const.c3874 enum tree_code wanted_code;
4041 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR);
4042 if (lcode != wanted_code)
4057 if (rcode != wanted_code)
4110 warning ("comparison is always %d", wanted_code == NE_EXPR);
4113 wanted_code == NE_EXPR
4130 wanted_code == NE_EXPR
4190 return build (wanted_code, truth_type, lhs, rhs);
4241 return build (wanted_code, truth_type, lhs, rhs);
4256 if (wanted_code == NE_EXPR)
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dfold-const.c4711 enum tree_code wanted_code; in fold_truthop() local
4870 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truthop()
4871 if (lcode != wanted_code) in fold_truthop()
4886 if (rcode != wanted_code) in fold_truthop()
4939 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truthop()
4941 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truthop()
4954 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truthop()
5015 return build2 (wanted_code, truth_type, lhs, rhs); in fold_truthop()
5066 return build2 (wanted_code, truth_type, lhs, rhs); in fold_truthop()
5081 if (wanted_code == NE_EXPR) in fold_truthop()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5730 enum tree_code wanted_code; in fold_truth_andor_1() local
5895 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5896 if (lcode != wanted_code) in fold_truth_andor_1()
5911 if (rcode != wanted_code) in fold_truth_andor_1()
5957 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
5959 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5971 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6039 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6098 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6113 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfold-const.c5603 enum tree_code wanted_code; in fold_truth_andor_1() local
5768 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5769 if (lcode != wanted_code) in fold_truth_andor_1()
5784 if (rcode != wanted_code) in fold_truth_andor_1()
5831 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
5833 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5845 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
5913 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
5972 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
5987 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfold-const.c5707 enum tree_code wanted_code; in fold_truth_andor_1() local
5872 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5873 if (lcode != wanted_code) in fold_truth_andor_1()
5888 if (rcode != wanted_code) in fold_truth_andor_1()
5934 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
5936 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5948 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6016 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6075 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6090 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5730 enum tree_code wanted_code; in fold_truth_andor_1() local
5895 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5896 if (lcode != wanted_code) in fold_truth_andor_1()
5911 if (rcode != wanted_code) in fold_truth_andor_1()
5957 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
5959 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5971 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6039 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6098 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6113 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5730 enum tree_code wanted_code; in fold_truth_andor_1() local
5895 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5896 if (lcode != wanted_code) in fold_truth_andor_1()
5911 if (rcode != wanted_code) in fold_truth_andor_1()
5957 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
5959 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5971 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6039 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6098 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6113 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5730 enum tree_code wanted_code; in fold_truth_andor_1() local
5895 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5896 if (lcode != wanted_code) in fold_truth_andor_1()
5911 if (rcode != wanted_code) in fold_truth_andor_1()
5957 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
5959 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5971 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6039 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6098 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6113 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfold-const.c5783 enum tree_code wanted_code; in fold_truth_andor_1() local
5948 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5949 if (lcode != wanted_code) in fold_truth_andor_1()
5964 if (rcode != wanted_code) in fold_truth_andor_1()
6010 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6012 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
6024 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6092 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6151 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6166 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfold-const.c5813 enum tree_code wanted_code; in fold_truth_andor_1() local
5978 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5979 if (lcode != wanted_code) in fold_truth_andor_1()
5994 if (rcode != wanted_code) in fold_truth_andor_1()
6040 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6042 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
6054 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6122 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6181 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6196 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfold-const.c5737 enum tree_code wanted_code; in fold_truth_andor_1() local
5902 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5903 if (lcode != wanted_code) in fold_truth_andor_1()
5918 if (rcode != wanted_code) in fold_truth_andor_1()
5964 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
5966 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5978 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6046 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6105 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6120 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfold-const.c5813 enum tree_code wanted_code; in fold_truth_andor_1() local
5978 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5979 if (lcode != wanted_code) in fold_truth_andor_1()
5994 if (rcode != wanted_code) in fold_truth_andor_1()
6040 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6042 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
6054 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6122 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6181 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6196 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfold-const.c5603 enum tree_code wanted_code; in fold_truth_andor_1() local
5768 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
5769 if (lcode != wanted_code) in fold_truth_andor_1()
5784 if (rcode != wanted_code) in fold_truth_andor_1()
5831 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
5833 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
5845 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
5913 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
5972 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
5987 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfold-const.c6240 enum tree_code wanted_code; in fold_truth_andor_1() local
6405 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
6406 if (lcode != wanted_code) in fold_truth_andor_1()
6421 if (rcode != wanted_code) in fold_truth_andor_1()
6467 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6469 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
6481 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6549 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6608 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6623 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfold-const.c6153 enum tree_code wanted_code; in fold_truth_andor_1() local
6318 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
6319 if (lcode != wanted_code) in fold_truth_andor_1()
6334 if (rcode != wanted_code) in fold_truth_andor_1()
6380 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6382 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
6394 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6462 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6521 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6536 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfold-const.c6216 enum tree_code wanted_code; in fold_truth_andor_1() local
6381 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
6382 if (lcode != wanted_code) in fold_truth_andor_1()
6397 if (rcode != wanted_code) in fold_truth_andor_1()
6443 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6445 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
6457 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6525 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6584 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6599 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfold-const.c6160 enum tree_code wanted_code; in fold_truth_andor_1() local
6325 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
6326 if (lcode != wanted_code) in fold_truth_andor_1()
6341 if (rcode != wanted_code) in fold_truth_andor_1()
6387 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6389 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
6401 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6469 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6528 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6543 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfold-const.c6215 enum tree_code wanted_code; in fold_truth_andor_1() local
6380 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
6381 if (lcode != wanted_code) in fold_truth_andor_1()
6396 if (rcode != wanted_code) in fold_truth_andor_1()
6442 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6444 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
6456 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6524 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6583 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6598 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfold-const.c6160 enum tree_code wanted_code; in fold_truth_andor_1() local
6325 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1()
6326 if (lcode != wanted_code) in fold_truth_andor_1()
6341 if (rcode != wanted_code) in fold_truth_andor_1()
6387 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6389 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1()
6401 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1()
6469 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6528 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1()
6543 if (wanted_code == NE_EXPR) in fold_truth_andor_1()
[all …]

12