Home
last modified time | relevance | path

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

/third_party/boost/boost/units/
Dconversion.hpp80 BOOST_STATIC_CONSTEXPR bool is_defined = true; \
106 BOOST_STATIC_CONSTEXPR bool is_defined = true; \
124 BOOST_STATIC_CONSTEXPR bool is_defined = true; \
143 BOOST_STATIC_CONSTEXPR bool is_defined = true; \
Dabsolute.hpp141 BOOST_STATIC_CONSTEXPR bool is_defined = true; \
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D142-defined-within-macro.c32 #define is_defined(arg) defined /*...*/ arg macro
35 #if is_defined(foo)
41 #if is_defined(foo)
/third_party/boost/boost/units/detail/
Dabsolute_impl.hpp35 BOOST_STATIC_CONSTEXPR bool is_defined = false; member
92 …onversion_helper<typename reduce_unit<Unit1>::type, typename reduce_unit<Unit2>::type>::is_defined, in convert()
93 …conversion_helper<typename reduce_unit<Unit2>::type, typename reduce_unit<Unit1>::type>::is_defined in convert()
Dconversion_impl.hpp49 BOOST_STATIC_CONSTEXPR bool is_defined = false; member
54 BOOST_STATIC_CONSTEXPR bool is_defined = false; member
62 template<bool is_defined>
92 unscaled_get_default_conversion<typename unscale<BaseUnit>::type>::is_defined
113 BOOST_STATIC_CONSTEXPR bool is_defined = true; member
241 template<bool is_defined>
282 >::is_defined
/third_party/boost/libs/spirit/test/support/
Dregression_line_pos_iterator.cpp15 : line(), column(), current(), is_defined(false) { in validation()
19 : line(line), column(column), current(current), is_defined(true) { in validation()
25 bool is_defined; member
39 if (!expected->is_defined) in test()
/third_party/mesa3d/src/compiler/glsl/
Dlink_functions.cpp135 assert(!linked_sig->is_defined); in visit_enter()
164 if (sig->is_defined) { in visit_enter()
170 linked_sig->is_defined = true; in visit_enter()
323 if (sig && (sig->is_defined || sig->is_intrinsic())) in find_matching_signature()
Dir_function_can_inline.cpp62 if (!callee->is_defined) in can_inline()
Dir_clone.cpp304 copy->is_defined = this->is_defined; in clone()
322 copy->is_defined = false; in clone_prototype()
Dbuiltin_int64.h7 sig->is_defined = true; in umul64()
37 sig->is_defined = true; in sign64()
63 sig->is_defined = true; in udivmod64()
274 sig->is_defined = true; in udiv64()
483 sig->is_defined = true; in idiv64()
732 sig->is_defined = true; in umod64()
947 sig->is_defined = true; in imod64()
Dir_reader.cpp296 if (sig->is_defined) { in read_function_sig()
303 sig->is_defined = true; in read_function_sig()
Dir_builder_print_visitor.cpp280 if (!ir->is_defined) in visit_enter()
Dlinker.cpp2462 if (!sig->is_defined) in link_intrastage_shaders()
2468 if (other_sig != NULL && other_sig->is_defined) { in link_intrastage_shaders()
4401 if (sig->is_defined) { in verify_subroutine_associated_funcs()
Dir.h1264 unsigned is_defined:1; variable
Dast_to_hir.cpp6249 if (sig->is_defined) { in hir()
6421 signature->is_defined = true; in hir()
8991 if (sig->is_defined) { in verify_subroutine_associated_funcs()
Dir.cpp2134 return_type(return_type), is_defined(false), in ir_function_signature()
Dglsl_to_nir.cpp757 if (ir->is_defined) { in visit()
Dbuiltin_functions.cpp4980 sig->is_defined = true;
7573 sig->is_defined = true; in _image()
7853 if ((sig != NULL) && sig->is_defined) { in _mesa_get_main_function_signature()
/third_party/boost/boost/wave/util/
Dcpp_iterator.hpp1895 bool is_defined = false; in on_ifdef() local
1901 is_defined = ctx.is_defined_macro((*it).get_value()); // toexpand.begin(), toexpand.end()); in on_ifdef()
1902 ctx.get_hooks().evaluated_conditional_expression(directive, is_defined); in on_ifdef()
1905 is_defined = ctx.is_defined_macro((*it).get_value()); // toexpand.begin(), toexpand.end()); in on_ifdef()
1907 found_directive, directive, is_defined)); in on_ifdef()
1909 ctx.enter_if_block(is_defined); in on_ifdef()
1931 bool is_defined = false; in on_ifndef() local
1937 is_defined = ctx.is_defined_macro((*it).get_value()); // toexpand.begin(), toexpand.end()); in on_ifndef()
1938 ctx.get_hooks().evaluated_conditional_expression(directive, is_defined); in on_ifndef()
1941 is_defined = ctx.is_defined_macro((*it).get_value()); // toexpand.begin(), toexpand.end()); in on_ifndef()
[all …]
Dcpp_macromap.hpp104 bool is_defined(string_type const &name,
110 bool is_defined(IteratorT const &begin, IteratorT const &end) const;
113 bool is_defined(string_type const &str) const;
487 macromap<ContextT>::is_defined(typename token_type::string_type const &name, in is_defined() function in boost::wave::util::macromap
515 macromap<ContextT>::is_defined(IteratorT const &begin, in is_defined() function in boost::wave::util::macromap
544 return is_defined(name, cit, 0); in is_defined()
551 macromap<ContextT>::is_defined(string_type const &str) const in is_defined() function in boost::wave::util::macromap
554 return is_defined(str, cit, 0); in is_defined()
616 if (!is_defined(name, it, scope)) in get_macro()
789 if (is_defined(name_token.get_value(), it)) { in expand_tokensequence_worker()
[all …]
/third_party/boost/boost/wave/
Dcpp_context.hpp220 return macros.is_defined(util::to_string<string_type>(str)); in is_defined_macro()
341 { return macros.is_defined(begin, end); } in is_defined_macro()
/third_party/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp1090 main_sig->is_defined = true; in create_new_program()
/third_party/typescript/tests/baselines/reference/user/
Duglify-js.log90 …: Property 'is_undefined' does not exist on type '(Anonymous function)'. Did you mean 'is_defined'?