Home
last modified time | relevance | path

Searched refs:_STR (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/dports/devel/godot/godot-3.2.3-stable/core/
H A Derror_macros.h87 #ifndef _STR
88 #define _STR(m_x) #m_x macro
89 #define _MKSTR(m_x) _STR(m_x)
131 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
144 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
157 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
170 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
183 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
196 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
210 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Derror_macros.h87 #ifndef _STR
88 #define _STR(m_x) #m_x macro
89 #define _MKSTR(m_x) _STR(m_x)
131 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
144 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
157 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
170 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
183 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
196 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
210 …_err_print_index_error(FUNCTION_STR, __FILE__, __LINE__, m_index, m_size, _STR(m_index), _STR(m_si…
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/example/meta_hs/
H A Dexample_in_haskell.hpp28 #ifdef _STR
29 # error _STR already defined
31 #define _STR BOOST_METAPARSE_STRING macro
35 ::import1<_STR("f"), double_number>::type
36 ::import<_STR("val"), boost::mpl::int_<11> >::type
40 ::define<_STR("times4 n = f (f n)")>::type
41 ::define<_STR("times11 n = n * val")>::type
44 typedef metafunctions::get<_STR("fib")> fib;
45 typedef metafunctions::get<_STR("fact")> fact;
46 typedef metafunctions::get<_STR("times4")> times4;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/example/meta_hs/
H A Dexample_in_haskell.hpp28 #ifdef _STR
29 # error _STR already defined
31 #define _STR BOOST_METAPARSE_STRING macro
35 ::import1<_STR("f"), double_number>::type
36 ::import<_STR("val"), boost::mpl::int_<11> >::type
40 ::define<_STR("times4 n = f (f n)")>::type
41 ::define<_STR("times11 n = n * val")>::type
44 typedef metafunctions::get<_STR("fib")> fib;
45 typedef metafunctions::get<_STR("fact")> fact;
46 typedef metafunctions::get<_STR("times4")> times4;
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/example/meta_hs/
H A Dexample_in_haskell.hpp28 #ifdef _STR
29 # error _STR already defined
31 #define _STR BOOST_METAPARSE_STRING macro
35 ::import1<_STR("f"), double_number>::type
36 ::import<_STR("val"), boost::mpl::int_<11> >::type
40 ::define<_STR("times4 n = f (f n)")>::type
41 ::define<_STR("times11 n = n * val")>::type
44 typedef metafunctions::get<_STR("fib")> fib;
45 typedef metafunctions::get<_STR("fact")> fact;
46 typedef metafunctions::get<_STR("times4")> times4;
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/example/meta_hs/
H A Dexample_in_haskell.hpp28 #ifdef _STR
29 # error _STR already defined
31 #define _STR BOOST_METAPARSE_STRING macro
35 ::import1<_STR("f"), double_number>::type
36 ::import<_STR("val"), boost::mpl::int_<11> >::type
40 ::define<_STR("times4 n = f (f n)")>::type
41 ::define<_STR("times11 n = n * val")>::type
44 typedef metafunctions::get<_STR("fib")> fib;
45 typedef metafunctions::get<_STR("fact")> fact;
46 typedef metafunctions::get<_STR("times4")> times4;
[all …]
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Derror_macros.h78 #ifndef _STR
79 #define _STR(m_x) #m_x macro
80 #define _MKSTR(m_x) _STR(m_x)
122 …_err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Index " _STR(m_index) " out of size (" _STR(m_…
136 …_err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Index " _STR(m_index) " out of size (" _STR(m_…
148 …t_error(FUNCTION_STR, __FILE__, __LINE__, "SEVERE: Index " _STR(m_index) " out of size (" _STR(m_s…
162 _err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Parameter ' " _STR(m_param) " ' is null."); \
171 _err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Parameter ' " _STR(m_param) " ' is null."); \
184 _err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Condition ' " _STR(m_cond) " ' is true."); \
199 …error(FUNCTION_STR, __FILE__, __LINE__, "Condition ' " _STR(m_cond) " ' is true. returned: " _STR(…
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Derror_macros.h78 #ifndef _STR
79 #define _STR(m_x) #m_x macro
80 #define _MKSTR(m_x) _STR(m_x)
122 …_err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Index " _STR(m_index) " out of size (" _STR(m_…
136 …_err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Index " _STR(m_index) " out of size (" _STR(m_…
148 …t_error(FUNCTION_STR, __FILE__, __LINE__, "SEVERE: Index " _STR(m_index) " out of size (" _STR(m_s…
162 _err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Parameter ' " _STR(m_param) " ' is null."); \
171 _err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Parameter ' " _STR(m_param) " ' is null."); \
184 _err_print_error(FUNCTION_STR, __FILE__, __LINE__, "Condition ' " _STR(m_cond) " ' is true."); \
199 …error(FUNCTION_STR, __FILE__, __LINE__, "Condition ' " _STR(m_cond) " ' is true. returned: " _STR(…
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/example/grammar_calculator/
H A Dmain.cpp64 #ifdef _STR
65 #error _STR already defined
67 #define _STR BOOST_METAPARSE_STRING macro
133 grammar<_STR("plus_exp")>
136 ::rule<_STR("ws ::= (' ' | '\n' | '\r' | '\t')*")>::type
137 ::rule<_STR("int_token ::= int ws"), front<_1>>::type
138 ::rule<_STR("plus_token ::= '+' ws"), front<_1>>::type
139 ::rule<_STR("minus_token ::= '-' ws"), front<_1>>::type
140 ::rule<_STR("mult_token ::= '*' ws"), front<_1>>::type
141 ::rule<_STR("div_token ::= '/' ws"), front<_1>>::type
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/example/grammar_calculator/
H A Dmain.cpp64 #ifdef _STR
65 #error _STR already defined
67 #define _STR BOOST_METAPARSE_STRING macro
133 grammar<_STR("plus_exp")>
136 ::rule<_STR("ws ::= (' ' | '\n' | '\r' | '\t')*")>::type
137 ::rule<_STR("int_token ::= int ws"), front<_1>>::type
138 ::rule<_STR("plus_token ::= '+' ws"), front<_1>>::type
139 ::rule<_STR("minus_token ::= '-' ws"), front<_1>>::type
140 ::rule<_STR("mult_token ::= '*' ws"), front<_1>>::type
141 ::rule<_STR("div_token ::= '/' ws"), front<_1>>::type
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/example/grammar_calculator/
H A Dmain.cpp64 #ifdef _STR
65 #error _STR already defined
67 #define _STR BOOST_METAPARSE_STRING macro
133 grammar<_STR("plus_exp")>
136 ::rule<_STR("ws ::= (' ' | '\n' | '\r' | '\t')*")>::type
137 ::rule<_STR("int_token ::= int ws"), front<_1>>::type
138 ::rule<_STR("plus_token ::= '+' ws"), front<_1>>::type
139 ::rule<_STR("minus_token ::= '-' ws"), front<_1>>::type
140 ::rule<_STR("mult_token ::= '*' ws"), front<_1>>::type
141 ::rule<_STR("div_token ::= '/' ws"), front<_1>>::type
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/example/grammar_calculator/
H A Dmain.cpp64 #ifdef _STR
65 #error _STR already defined
67 #define _STR BOOST_METAPARSE_STRING macro
133 grammar<_STR("plus_exp")>
136 ::rule<_STR("ws ::= (' ' | '\n' | '\r' | '\t')*")>::type
137 ::rule<_STR("int_token ::= int ws"), front<_1>>::type
138 ::rule<_STR("plus_token ::= '+' ws"), front<_1>>::type
139 ::rule<_STR("minus_token ::= '-' ws"), front<_1>>::type
140 ::rule<_STR("mult_token ::= '*' ws"), front<_1>>::type
141 ::rule<_STR("div_token ::= '/' ws"), front<_1>>::type
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/example/meta_metaparse/
H A Dmain.cpp45 #ifdef _STR
46 # error _STR already defined
48 #define _STR BOOST_METAPARSE_STRING macro
212 grammar<_STR("plus_exp")>
215 ::rule<_STR("ws ::= (' ' | '\n' | '\r' | '\t')*")>::type
216 ::rule<_STR("plus_token ::= '+' ws"), keep_front>::type
218 ::rule<_STR("mult_token ::= '*' ws"), keep_front>::type
219 ::rule<_STR("div_token ::= '/' ws"), keep_front>::type
220 ::rule<_STR("arg_token ::= '_' ws"), keep_front>::type
224 ::rule<_STR("value_exp ::= int_token | arg_exp")>::type
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/example/meta_metaparse/
H A Dmain.cpp45 #ifdef _STR
46 # error _STR already defined
48 #define _STR BOOST_METAPARSE_STRING macro
212 grammar<_STR("plus_exp")>
215 ::rule<_STR("ws ::= (' ' | '\n' | '\r' | '\t')*")>::type
216 ::rule<_STR("plus_token ::= '+' ws"), keep_front>::type
218 ::rule<_STR("mult_token ::= '*' ws"), keep_front>::type
219 ::rule<_STR("div_token ::= '/' ws"), keep_front>::type
220 ::rule<_STR("arg_token ::= '_' ws"), keep_front>::type
224 ::rule<_STR("value_exp ::= int_token | arg_exp")>::type
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/example/meta_metaparse/
H A Dmain.cpp45 #ifdef _STR
46 # error _STR already defined
48 #define _STR BOOST_METAPARSE_STRING macro
212 grammar<_STR("plus_exp")>
215 ::rule<_STR("ws ::= (' ' | '\n' | '\r' | '\t')*")>::type
216 ::rule<_STR("plus_token ::= '+' ws"), keep_front>::type
218 ::rule<_STR("mult_token ::= '*' ws"), keep_front>::type
219 ::rule<_STR("div_token ::= '/' ws"), keep_front>::type
220 ::rule<_STR("arg_token ::= '_' ws"), keep_front>::type
224 ::rule<_STR("value_exp ::= int_token | arg_exp")>::type
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/example/meta_metaparse/
H A Dmain.cpp45 #ifdef _STR
46 # error _STR already defined
48 #define _STR BOOST_METAPARSE_STRING macro
212 grammar<_STR("plus_exp")>
215 ::rule<_STR("ws ::= (' ' | '\n' | '\r' | '\t')*")>::type
216 ::rule<_STR("plus_token ::= '+' ws"), keep_front>::type
218 ::rule<_STR("mult_token ::= '*' ws"), keep_front>::type
219 ::rule<_STR("div_token ::= '/' ws"), keep_front>::type
220 ::rule<_STR("arg_token ::= '_' ws"), keep_front>::type
224 ::rule<_STR("value_exp ::= int_token | arg_exp")>::type
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/example/calculator_with_parens_and_unary_ops/
H A Dmain.cpp160 #ifdef _STR
161 # error _STR already defined
163 #define _STR BOOST_METAPARSE_STRING macro
177 << apply_wrap1<calculator_parser, _STR("13")>::type::value << endl in main()
179 << apply_wrap1<calculator_parser, _STR("1+2*3+4")>::type::value << endl in main()
182 << apply_wrap1<calculator_parser, _STR("2 * 3 + 4")>::type::value << endl in main()
184 << apply_wrap1<calculator_parser, _STR("+3")>::type::value << endl in main()
185 << apply_wrap1<calculator_parser, _STR("-21")>::type::value << endl in main()
186 << apply_wrap1<calculator_parser, _STR("24 + - 21")>::type::value << endl in main()
187 << apply_wrap1<calculator_parser, _STR("- - 21")>::type::value << endl in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/example/calculator_with_parens_and_unary_ops/
H A Dmain.cpp160 #ifdef _STR
161 # error _STR already defined
163 #define _STR BOOST_METAPARSE_STRING macro
177 << apply_wrap1<calculator_parser, _STR("13")>::type::value << endl in main()
179 << apply_wrap1<calculator_parser, _STR("1+2*3+4")>::type::value << endl in main()
182 << apply_wrap1<calculator_parser, _STR("2 * 3 + 4")>::type::value << endl in main()
184 << apply_wrap1<calculator_parser, _STR("+3")>::type::value << endl in main()
185 << apply_wrap1<calculator_parser, _STR("-21")>::type::value << endl in main()
186 << apply_wrap1<calculator_parser, _STR("24 + - 21")>::type::value << endl in main()
187 << apply_wrap1<calculator_parser, _STR("- - 21")>::type::value << endl in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/example/calculator_with_parens_and_unary_ops/
H A Dmain.cpp160 #ifdef _STR
161 # error _STR already defined
163 #define _STR BOOST_METAPARSE_STRING macro
177 << apply_wrap1<calculator_parser, _STR("13")>::type::value << endl in main()
179 << apply_wrap1<calculator_parser, _STR("1+2*3+4")>::type::value << endl in main()
182 << apply_wrap1<calculator_parser, _STR("2 * 3 + 4")>::type::value << endl in main()
184 << apply_wrap1<calculator_parser, _STR("+3")>::type::value << endl in main()
185 << apply_wrap1<calculator_parser, _STR("-21")>::type::value << endl in main()
186 << apply_wrap1<calculator_parser, _STR("24 + - 21")>::type::value << endl in main()
187 << apply_wrap1<calculator_parser, _STR("- - 21")>::type::value << endl in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/example/calculator_with_parens_and_unary_ops/
H A Dmain.cpp160 #ifdef _STR
161 # error _STR already defined
163 #define _STR BOOST_METAPARSE_STRING macro
177 << apply_wrap1<calculator_parser, _STR("13")>::type::value << endl in main()
179 << apply_wrap1<calculator_parser, _STR("1+2*3+4")>::type::value << endl in main()
182 << apply_wrap1<calculator_parser, _STR("2 * 3 + 4")>::type::value << endl in main()
184 << apply_wrap1<calculator_parser, _STR("+3")>::type::value << endl in main()
185 << apply_wrap1<calculator_parser, _STR("-21")>::type::value << endl in main()
186 << apply_wrap1<calculator_parser, _STR("24 + - 21")>::type::value << endl in main()
187 << apply_wrap1<calculator_parser, _STR("- - 21")>::type::value << endl in main()
[all …]
/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A DpreprocessorUtils.cpp140 #define _STR TF_PP_EAT_PARENS_STR in TestTF_PP_EAT_PARENS() macro
143 TF_AXIOM(!strcmp(_STR(), "")); in TestTF_PP_EAT_PARENS()
144 TF_AXIOM(!strcmp(_STR(_EAT()), "")); in TestTF_PP_EAT_PARENS()
145 TF_AXIOM(!strcmp(_STR(_EAT(())), "")); in TestTF_PP_EAT_PARENS()
146 TF_AXIOM(!strcmp(_STR(_EAT(a)), "a")); in TestTF_PP_EAT_PARENS()
147 TF_AXIOM(!strcmp(_STR(_EAT(a)), "a")); in TestTF_PP_EAT_PARENS()
148 TF_AXIOM(!strcmp(_STR(_EAT((a))), "a")); in TestTF_PP_EAT_PARENS()
149 TF_AXIOM(!strcmp(_STR(_EAT(((a)))), "(a)")); in TestTF_PP_EAT_PARENS()
168 #undef _STR in TestTF_PP_EAT_PARENS()
178 #define _STR TF_PP_STRINGIZE in TestTF_PP_IS_TUPLE() macro
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Drcfile.c49 extern char _STR2[250], _STR[150];
97 sscanf(argptr, "%149s", _STR); in execcommand()
98 if (!strncmp(_STR, "grid", 4)) { in execcommand()
102 else if (!strncmp(_STR, "snap", 4) || !strncmp(_STR, "snap-to", 4)) { in execcommand()
106 else if (!strcmp(_STR, "axis") || !strcmp(_STR, "axes")) { in execcommand()
110 else if (!strcmp(_STR, "xschema") || !strcmp(_STR, "schema")) { in execcommand()
114 else if (!strcmp(_STR, "toolbar")) { in execcommand()
196 loadfontfile(_STR); in execcommand()
221 keywstate = string_to_key(_STR); in execcommand()
224 func = string_to_func(_STR, NULL); in execcommand()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/example/calculator_with_parens/
H A Dmain.cpp136 #ifdef _STR
137 # error _STR already defined
139 #define _STR BOOST_METAPARSE_STRING macro
153 << apply_wrap1<calculator_parser, _STR("13")>::type::value << endl in main()
154 << apply_wrap1<calculator_parser, _STR(" 1+ 2*4-6/2")>::type::value << endl in main()
155 << apply_wrap1<calculator_parser, _STR("1+2*3+4")>::type::value << endl in main()
156 << apply_wrap1<calculator_parser, _STR("(1+2)*(3+4)")>::type::value << endl in main()
157 << apply_wrap1<calculator_parser, _STR("(2*3)+(4*5)")>::type::value << endl in main()
158 << apply_wrap1<calculator_parser, _STR("2 * 3 + 4")>::type::value << endl in main()
159 << apply_wrap1<calculator_parser, _STR("2 + (3 * 4)")>::type::value << endl in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/example/calculator_with_parens/
H A Dmain.cpp136 #ifdef _STR
137 # error _STR already defined
139 #define _STR BOOST_METAPARSE_STRING macro
153 << apply_wrap1<calculator_parser, _STR("13")>::type::value << endl in main()
154 << apply_wrap1<calculator_parser, _STR(" 1+ 2*4-6/2")>::type::value << endl in main()
155 << apply_wrap1<calculator_parser, _STR("1+2*3+4")>::type::value << endl in main()
156 << apply_wrap1<calculator_parser, _STR("(1+2)*(3+4)")>::type::value << endl in main()
157 << apply_wrap1<calculator_parser, _STR("(2*3)+(4*5)")>::type::value << endl in main()
158 << apply_wrap1<calculator_parser, _STR("2 * 3 + 4")>::type::value << endl in main()
159 << apply_wrap1<calculator_parser, _STR("2 + (3 * 4)")>::type::value << endl in main()
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/example/calculator_with_parens/
H A Dmain.cpp136 #ifdef _STR
137 # error _STR already defined
139 #define _STR BOOST_METAPARSE_STRING macro
153 << apply_wrap1<calculator_parser, _STR("13")>::type::value << endl in main()
154 << apply_wrap1<calculator_parser, _STR(" 1+ 2*4-6/2")>::type::value << endl in main()
155 << apply_wrap1<calculator_parser, _STR("1+2*3+4")>::type::value << endl in main()
156 << apply_wrap1<calculator_parser, _STR("(1+2)*(3+4)")>::type::value << endl in main()
157 << apply_wrap1<calculator_parser, _STR("(2*3)+(4*5)")>::type::value << endl in main()
158 << apply_wrap1<calculator_parser, _STR("2 * 3 + 4")>::type::value << endl in main()
159 << apply_wrap1<calculator_parser, _STR("2 + (3 * 4)")>::type::value << endl in main()

12345678910>>...21