Home
last modified time | relevance | path

Searched defs:is_const (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/boost/parameter/aux_/preprocessor/impl/
Dfunction_name.hpp75 #define BOOST_PARAMETER_FUNCTION_SPECIFICATION_NAME(base, is_const) \ argument
91 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_RESULT_NAME(base, is_const) \ argument
106 #define BOOST_PARAMETER_FUNCTION_RESULT_NAME(base, is_const) \ argument
122 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_NAME(base, is_const) \ argument
141 #define BOOST_PARAMETER_FUNCTION_IMPL_NAME(base, is_const) \ argument
Dno_spec_overloads.hpp12 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_HEAD(name, is_const) \ argument
28 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_HEAD(result, name, is_const) \ argument
34 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_HEAD(result, name, is_const) \ argument
125 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_HEAD(result, name, is_const) \ argument
Dspecification.hpp76 #define BOOST_PARAMETER_SPECIFICATION(tag_ns, base, split_args, is_const) \ argument
/third_party/boost/boost/core/
Dswap.hpp37 template<class T> struct is_const { enum _vt { value = 0 }; }; struct
38 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; argument
/third_party/boost/boost/type_traits/
Dis_const.hpp32 struct is_const : public integral_constant<bool, __is_const(T)> {}; struct
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
Dbuiltin_constant_inline0.c1 static inline int is_const(long size) in is_const() function
/third_party/boost/boost/accumulators/numeric/detail/
Dfunction_n.hpp85 # define arg_type(r, _, i, is_const) \ argument
96 # define param(r, _, i, is_const) BOOST_PP_COMMA_IF(i) \ argument
/third_party/boost/boost/parameter/
Dpreprocessor.hpp24 #define BOOST_PARAMETER_FUNCTION_IMPL_HEAD(name, is_const) \ argument
38 #define BOOST_PARAMETER_FUNCTION_HEAD(result, name, tag_ns, args, is_const) \ argument
46 #define BOOST_PARAMETER_FUNCTION_HEAD(result, name, tag_ns, args, is_const) \ argument
/third_party/skia/third_party/externals/tint/src/ast/
Dvariable.h142 const bool is_const; variable
/third_party/boost/libs/exception/test/
Derror_info_test.hpp370 is_const( int const * ) in is_const() function
376 is_const( int * ) in is_const() function
/third_party/mesa3d/src/compiler/glsl/
Dloop_analysis.h174 const bool is_const = (this->num_assignments == 0) in is_loop_constant() local
/third_party/boost/boost/geometry/views/detail/
Dnormalized_view.hpp43 static const bool is_const = boost::is_const<Geometry>::value; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp145 bool is_const = false; in NumConsumedLocations() local
337 bool is_const = false; in GetLocationsForVariable() local
Dvalidate_constants.cpp171 bool is_const; in ValidateConstantComposite() local
/third_party/spirv-tools/source/val/
Dvalidate_interfaces.cpp141 bool is_const = false; in NumConsumedLocations() local
329 bool is_const = false; in GetLocationsForVariable() local
Dvalidate_constants.cpp171 bool is_const; in ValidateConstantComposite() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_interfaces.cpp145 bool is_const = false; in NumConsumedLocations() local
337 bool is_const = false; in GetLocationsForVariable() local
Dvalidate_constants.cpp171 bool is_const; in ValidateConstantComposite() local
/third_party/boost/boost/callable_traits/detail/
Dqualifier_flags.hpp77 using is_const = std::integral_constant<bool, typedef
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dconv_biasadd_fusion.cc84 auto is_const = std::make_shared<CondVar>(IsParamOrValueNodeWithData); in DefinePattern() local
/third_party/boost/boost/move/detail/
Dtype_traits.hpp348 struct is_const struct
349 { static const bool value = false; };
352 struct is_const<const T> struct
353 { static const bool value = true; };
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
Ddoxygen_elements.hpp135 bool is_static, is_const, is_explicit, is_virtual; member
/third_party/grpc/third_party/upb/upbc/
Dgenerator.cc202 bool is_const) { in CTypeInternal()
Dprotoc-gen-upb.cc99 bool is_const) { in CTypeInternal()
/third_party/cef/tools/
Dcef_parser.py1342 def is_const(self): member in obj_function_virtual
1812 def is_const(self): member in obj_analysis

12