Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvariable.h51 struct variable struct
56 struct floc fileinfo; /* Where the variable was defined. */ argument
59 variable. */ argument
61 unsigned int per_target:1; /* Nonzero if a target-specific variable. */ argument
62 unsigned int special:1; /* Nonzero if this is a special variable. */ argument
63 unsigned int exportable:1; /* Nonzero if the variable _could_ be argument
73 enum variable_export argument
75 v_export, /* Export this variable. */ argument
105 struct variable variable; member
Dmain.c447 struct variable *variable; member
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
Dvariable.hpp90 class variable : public variable_base { class
98 explicit variable( rt_env_detail::variable_data& data ) in variable() function in boost::BOOST_RT_PARAM_NAMESPACE::environment::variable
203 variable<T>::variable( cstring var_name ) in variable() function in boost::BOOST_RT_PARAM_NAMESPACE::environment::variable
211 variable<T>::variable( cstring var_name, Modifiers const& m ) in variable() function in boost::BOOST_RT_PARAM_NAMESPACE::environment::variable