Home
last modified time | relevance | path

Searched refs:is_const_type (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/luabind/luabind-0.9.1/luabind/detail/
H A Dtypetraits.hpp39 struct is_const_type struct
61 typename is_const_type<T>::type is_const_reference_tester(T&);
/dports/games/allacrost/allacrost-1.0.2/src/luabind/luabind/detail/
H A Dtypetraits.hpp39 struct is_const_type struct
61 typename is_const_type<T>::type is_const_reference_tester(T&);
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/luabind/detail/
H A Dtypetraits.hpp41 struct is_const_type struct
63 typename is_const_type<T>::type is_const_reference_tester(T&);
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/idl/idl/
H A Dcpp_types.py120 def is_const_type(self): member in CppTypeBase
192 def is_const_type(self): member in _CppTypeBasic
247 def is_const_type(self): member in _CppTypeView
304 def is_const_type(self): member in _CppTypeVector
365 def is_const_type(self): member in _CppTypeDelegating
H A Dgenerator.py436 'const_type': 'const ' if cpp_type_info.is_const_type() else '',
/dports/science/py-dlib/dlib-19.22/dlib/member_function_pointer/
H A Dmember_function_pointer_kernel_1.h259 template <typename T> typename disable_if<is_const_type<T>,void>::type
317 template <typename T> typename disable_if<is_const_type<T>,void>::type
375 template <typename T> typename disable_if<is_const_type<T>,void>::type
434 template <typename T> typename disable_if<is_const_type<T>,void>::type
495 template <typename T> typename disable_if<is_const_type<T>,void>::type
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/member_function_pointer/
H A Dmember_function_pointer_kernel_1.h259 template <typename T> typename disable_if<is_const_type<T>,void>::type
317 template <typename T> typename disable_if<is_const_type<T>,void>::type
375 template <typename T> typename disable_if<is_const_type<T>,void>::type
434 template <typename T> typename disable_if<is_const_type<T>,void>::type
495 template <typename T> typename disable_if<is_const_type<T>,void>::type
/dports/science/dlib-cpp/dlib-19.22/dlib/member_function_pointer/
H A Dmember_function_pointer_kernel_1.h259 template <typename T> typename disable_if<is_const_type<T>,void>::type
317 template <typename T> typename disable_if<is_const_type<T>,void>::type
375 template <typename T> typename disable_if<is_const_type<T>,void>::type
434 template <typename T> typename disable_if<is_const_type<T>,void>::type
495 template <typename T> typename disable_if<is_const_type<T>,void>::type
/dports/devel/libs11n/libs11n-1.2.10-nobuildfiles/include/s11n.net/s11n/
H A Dtype_traits.hpp27 static const bool is_const_type = IsConst; member
/dports/science/py-dlib/dlib-19.22/dlib/data_io/
H A Dlibsvm_io.h108 typename enable_if<is_const_type<typename sample_type::value_type::first_type> >::type
149 typename disable_if<is_const_type<typename sample_type::value_type::first_type> >::type
/dports/science/dlib-cpp/dlib-19.22/dlib/data_io/
H A Dlibsvm_io.h108 typename enable_if<is_const_type<typename sample_type::value_type::first_type> >::type
149 typename disable_if<is_const_type<typename sample_type::value_type::first_type> >::type
/dports/science/py-dlib/dlib-19.22/dlib/
H A Dalgs.h420 struct is_const_type struct
425 struct is_const_type<const T> argument
430 struct is_const_type<const T&>
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/
H A Dalgs.h420 struct is_const_type struct
425 struct is_const_type<const T> argument
430 struct is_const_type<const T&>
/dports/science/dlib-cpp/dlib-19.22/dlib/
H A Dalgs.h420 struct is_const_type struct
425 struct is_const_type<const T> argument
430 struct is_const_type<const T&>
/dports/devel/api-sanity-autotest/api-sanity-checker-1.98.4/
H A Dapi-sanity-checker.pl3055 next if(is_const_type($ParamTypeName) and $ParamPLevel<=2);
3179 return 0 if(is_const_type($TypeName));
5203 return 0 if(is_const_type($TypeName) and isCharType($FTypeName)
5215 and not is_const_type($TypeName));
5308 return 0 if(is_const_type($TypeName));
5347 return (not is_const_type($TypeName) and $PLevel==1
5363 return 0 if(is_const_type($TypeName) or $PLevel<=0);
6465 …$NeedTypeConvertion = 1 if(not is_const_type($OutputType_Name) and is_const_type($Conv{"InputTypeN…
6517 if(is_const_type(get_TypeName($Tid))) {
7181 and not is_const_type(get_TypeName($PTypeId)));
[all …]
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dsymtab.h130 #define is_const_type(t) (((unsigned)(t)>(unsigned)0) && ((unsigned)(t)<=(unsigned)type_STRING)) macro
H A Dfortran.y2800 if (!is_const_type(t) || is_float_type(t)) {
2880 if (!is_const_type(t) || is_float_type(t)) {
3702 if( ! is_const_type(t) ) {
H A Dfortran.c5256 if (!is_const_type(t) || is_float_type(t)) {
5336 if (!is_const_type(t) || is_float_type(t)) {
6191 if( ! is_const_type(t) ) {
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Ddwarf2out.c7903 modified_type_die (tree type, int is_const_type, int is_volatile_type, in modified_type_die() argument
7919 ((is_const_type ? TYPE_QUAL_CONST : 0) in modified_type_die()
7945 else if (is_const_type < TYPE_READONLY (dtype) in modified_type_die()
7951 is_const_type, is_volatile_type, in modified_type_die()
7960 else if (is_const_type) in modified_type_die()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Ddwarf2out.c7903 modified_type_die (tree type, int is_const_type, int is_volatile_type, in modified_type_die() argument
7919 ((is_const_type ? TYPE_QUAL_CONST : 0) in modified_type_die()
7945 else if (is_const_type < TYPE_READONLY (dtype) in modified_type_die()
7951 is_const_type, is_volatile_type, in modified_type_die()
7960 else if (is_const_type) in modified_type_die()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Ddwarf2out.c8362 modified_type_die (tree type, int is_const_type, int is_volatile_type, in modified_type_die() argument
8378 ((is_const_type ? TYPE_QUAL_CONST : 0) in modified_type_die()
8404 else if (is_const_type < TYPE_READONLY (dtype) in modified_type_die()
8410 is_const_type, is_volatile_type, in modified_type_die()
8419 else if (is_const_type) in modified_type_die()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Ddwarf2out.c10041 modified_type_die (tree type, int is_const_type, int is_volatile_type, in modified_type_die() argument
10059 ((is_const_type ? TYPE_QUAL_CONST : 0) in modified_type_die()
10098 else if (is_const_type < TYPE_READONLY (dtype) in modified_type_die()
10100 || (is_const_type <= TYPE_READONLY (dtype) in modified_type_die()
10106 is_const_type, is_volatile_type, in modified_type_die()
10113 if (is_const_type in modified_type_die()
10126 sub_die = modified_type_die (type, is_const_type, 0, context_die); in modified_type_die()
10187 || (!is_const_type && !is_volatile_type))) in modified_type_die()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddwarf2out.c10348 modified_type_die (tree type, int is_const_type, int is_volatile_type, in modified_type_die() argument
10366 ((is_const_type ? TYPE_QUAL_CONST : 0) in modified_type_die()
10405 else if (is_const_type < TYPE_READONLY (dtype) in modified_type_die()
10407 || (is_const_type <= TYPE_READONLY (dtype) in modified_type_die()
10413 is_const_type, is_volatile_type, in modified_type_die()
10420 if (is_const_type in modified_type_die()
10433 sub_die = modified_type_die (type, is_const_type, 0, context_die); in modified_type_die()
10494 || (!is_const_type && !is_volatile_type))) in modified_type_die()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddwarf2out.c10041 modified_type_die (tree type, int is_const_type, int is_volatile_type, in modified_type_die() argument
10059 ((is_const_type ? TYPE_QUAL_CONST : 0) in modified_type_die()
10098 else if (is_const_type < TYPE_READONLY (dtype) in modified_type_die()
10100 || (is_const_type <= TYPE_READONLY (dtype) in modified_type_die()
10106 is_const_type, is_volatile_type, in modified_type_die()
10113 if (is_const_type in modified_type_die()
10126 sub_die = modified_type_die (type, is_const_type, 0, context_die); in modified_type_die()
10187 || (!is_const_type && !is_volatile_type))) in modified_type_die()
/dports/science/py-dlib/dlib-19.22/dlib/matlab/
H A Dmex_wrapper.cpp249 …e = (!is_same_type<void,T>::value && (!is_reference_type<T>::value || is_const_type<T>::value )) ?…
254 …ue = (!is_same_type<void,T>::value && is_reference_type<T>::value && !is_const_type<T>::value) ? 1…

12