Home
last modified time | relevance | path

Searched refs:is_user_defined (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/fun/
H A Dis_user_defined_def.hpp12 bool is_user_defined(const fun& fx) { in is_user_defined() function
13 return is_user_defined(fx.name_, fx.args_); in is_user_defined()
16 bool is_user_defined(const std::string& name, in is_user_defined() function
27 return function_signatures::instance().is_user_defined(name_sig); in is_user_defined()
H A Dis_user_defined.hpp19 bool is_user_defined(const fun& fx);
29 bool is_user_defined(const std::string& name,
H A Dis_user_defined_prob_function_def.hpp18 return is_user_defined(name, variate_params); in is_user_defined_prob_function()
/dports/devel/py-azure-mgmt-datalake-analytics/azure-mgmt-datalake-analytics-0.6.0/azure/mgmt/datalake/analytics/catalog/models/
H A Dusql_assembly_py3.py54 …str=None, name: str=None, clr_name: str=None, is_visible: bool=None, is_user_defined: bool=None, f…
60 self.is_user_defined = is_user_defined
H A Dusql_table_type_py3.py90 …schema_id: int=None, principal_id: int=None, is_nullable: bool=None, is_user_defined: bool=None, i…
91 …hema_id, principal_id=principal_id, is_nullable=is_nullable, is_user_defined=is_user_defined, is_a…
H A Dusql_type_py3.py79 …schema_id: int=None, principal_id: int=None, is_nullable: bool=None, is_user_defined: bool=None, i…
92 self.is_user_defined = is_user_defined
H A Dusql_assembly.py60 self.is_user_defined = kwargs.get('is_user_defined', None)
H A Dusql_type.py92 self.is_user_defined = kwargs.get('is_user_defined', None)
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/generator/
H A Dstatement_visgen.hpp58 void generate_truncation(const sample& x, bool is_user_defined, in generate_truncation()
73 if (is_user_defined) in generate_truncation()
82 if (is_user_defined) in generate_truncation()
95 if (is_user_defined) in generate_truncation()
108 if (is_user_defined) in generate_truncation()
124 if (is_user_defined) o_ << ", pstream__"; in generate_truncation()
219 bool is_user_defined in operator ()() local
221 if (is_user_defined) in operator ()()
247 generate_truncation(x, is_user_defined, prob_fun); in operator ()()
/dports/devel/luabind/luabind-0.9.1/examples/any_converter/
H A Dany_converter.cpp47 yes_t is_user_defined(by_value<boost::any>);
48 yes_t is_user_defined(by_const_reference<boost::any>);
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/examples/any_converter/
H A Dany_converter.cpp47 yes_t is_user_defined(by_value<boost::any>);
48 yes_t is_user_defined(by_const_reference<boost::any>);
/dports/devel/luabind/luabind-0.9.1/examples/intrusive_ptr/
H A Dintrusive_ptr.cpp31 yes_t is_user_defined(by_value<boost::intrusive_ptr<T> >);
34 yes_t is_user_defined(by_const_reference<boost::intrusive_ptr<T> >);
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/examples/intrusive_ptr/
H A Dintrusive_ptr.cpp31 yes_t is_user_defined(by_value<boost::intrusive_ptr<T> >);
34 yes_t is_user_defined(by_const_reference<boost::intrusive_ptr<T> >);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/
H A Ddeclarable.h100 void SetIsUserDefined(bool is_user_defined) { in SetIsUserDefined() argument
101 is_user_defined_ = is_user_defined; in SetIsUserDefined()
398 base::Optional<Statement*> body, bool is_user_defined, in TorqueMacro() argument
403 SetIsUserDefined(is_user_defined); in TorqueMacro()
410 bool is_user_defined, bool exported_to_csa) in TorqueMacro() argument
412 std::move(readable_name), signature, body, is_user_defined, in TorqueMacro()
H A Ddeclarations.cc185 bool is_user_defined) { in CreateTorqueMacro() argument
189 body, is_user_defined, exported_to_csa))); in CreateTorqueMacro()
204 base::Optional<std::string> op, bool is_user_defined) { in DeclareMacro() argument
215 is_user_defined); in DeclareMacro()
H A Ddeclarations.h95 bool is_user_defined);
103 base::Optional<std::string> op = {}, bool is_user_defined = true);
/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Ddeclarable.h113 void SetIsUserDefined(bool is_user_defined) { in SetIsUserDefined() argument
114 is_user_defined_ = is_user_defined; in SetIsUserDefined()
457 base::Optional<Statement*> body, bool is_user_defined, in TorqueMacro() argument
462 SetIsUserDefined(is_user_defined); in TorqueMacro()
469 bool is_user_defined, bool exported_to_csa) in TorqueMacro() argument
471 std::move(readable_name), signature, body, is_user_defined, in TorqueMacro()
H A Ddeclarations.cc185 bool is_user_defined) { in CreateTorqueMacro() argument
189 body, is_user_defined, exported_to_csa))); in CreateTorqueMacro()
204 base::Optional<std::string> op, bool is_user_defined) { in DeclareMacro() argument
215 is_user_defined); in DeclareMacro()
H A Ddeclarations.h104 bool is_user_defined);
112 base::Optional<std::string> op = {}, bool is_user_defined = true);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/
H A Ddeclarable.h111 void SetIsUserDefined(bool is_user_defined) { in SetIsUserDefined() argument
112 is_user_defined_ = is_user_defined; in SetIsUserDefined()
431 base::Optional<Statement*> body, bool is_user_defined, in TorqueMacro() argument
436 SetIsUserDefined(is_user_defined); in TorqueMacro()
443 bool is_user_defined, bool exported_to_csa) in TorqueMacro() argument
445 std::move(readable_name), signature, body, is_user_defined, in TorqueMacro()
H A Ddeclarations.cc185 bool is_user_defined) { in CreateTorqueMacro() argument
189 body, is_user_defined, exported_to_csa))); in CreateTorqueMacro()
204 base::Optional<std::string> op, bool is_user_defined) { in DeclareMacro() argument
215 is_user_defined); in DeclareMacro()
H A Ddeclarations.h95 bool is_user_defined);
103 base::Optional<std::string> op = {}, bool is_user_defined = true);
/dports/lang/gnu-apl/apl-1.8/src/
H A DNamedObject.hh92 bool is_user_defined() const in is_user_defined() function in NamedObject
/dports/lang/gnu-apl/apl-1.8/src/emacs_mode/
H A DFnTagCommand.cc40 else if( !obj->is_user_defined() ) { in run_command()
H A DFnCommand.cc38 else if( !obj->is_user_defined() ) { in run_command()

123