/third_party/boost/boost/parameter/aux_/preprocessor/impl/ |
D | function_name.hpp | 75 #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
|
D | no_spec_overloads.hpp | 12 #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
|
D | specification.hpp | 76 #define BOOST_PARAMETER_SPECIFICATION(tag_ns, base, split_args, is_const) \ argument
|
/third_party/boost/boost/core/ |
D | swap.hpp | 37 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/ |
D | is_const.hpp | 32 struct is_const : public integral_constant<bool, __is_const(T)> {}; struct
|
/third_party/ltp/tools/sparse/sparse-src/validation/expand/ |
D | builtin_constant_inline0.c | 1 static inline int is_const(long size) in is_const() function
|
/third_party/boost/boost/accumulators/numeric/detail/ |
D | function_n.hpp | 85 # 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/ |
D | preprocessor.hpp | 24 #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/ |
D | variable.h | 142 const bool is_const; variable
|
/third_party/boost/libs/exception/test/ |
D | error_info_test.hpp | 370 is_const( int const * ) in is_const() function 376 is_const( int * ) in is_const() function
|
/third_party/mesa3d/src/compiler/glsl/ |
D | loop_analysis.h | 174 const bool is_const = (this->num_assignments == 0) in is_loop_constant() local
|
/third_party/boost/boost/geometry/views/detail/ |
D | normalized_view.hpp | 43 static const bool is_const = boost::is_const<Geometry>::value; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_interfaces.cpp | 145 bool is_const = false; in NumConsumedLocations() local 337 bool is_const = false; in GetLocationsForVariable() local
|
D | validate_constants.cpp | 171 bool is_const; in ValidateConstantComposite() local
|
/third_party/spirv-tools/source/val/ |
D | validate_interfaces.cpp | 141 bool is_const = false; in NumConsumedLocations() local 329 bool is_const = false; in GetLocationsForVariable() local
|
D | validate_constants.cpp | 171 bool is_const; in ValidateConstantComposite() local
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_interfaces.cpp | 145 bool is_const = false; in NumConsumedLocations() local 337 bool is_const = false; in GetLocationsForVariable() local
|
D | validate_constants.cpp | 171 bool is_const; in ValidateConstantComposite() local
|
/third_party/boost/boost/callable_traits/detail/ |
D | qualifier_flags.hpp | 77 using is_const = std::integral_constant<bool, typedef
|
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/ |
D | conv_biasadd_fusion.cc | 84 auto is_const = std::make_shared<CondVar>(IsParamOrValueNodeWithData); in DefinePattern() local
|
/third_party/boost/boost/move/detail/ |
D | type_traits.hpp | 348 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/ |
D | doxygen_elements.hpp | 135 bool is_static, is_const, is_explicit, is_virtual; member
|
/third_party/grpc/third_party/upb/upbc/ |
D | generator.cc | 202 bool is_const) { in CTypeInternal()
|
D | protoc-gen-upb.cc | 99 bool is_const) { in CTypeInternal()
|
/third_party/cef/tools/ |
D | cef_parser.py | 1342 def is_const(self): member in obj_function_virtual 1812 def is_const(self): member in obj_analysis
|