Home
last modified time | relevance | path

Searched refs:is_volatile (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dtype_traits315 /// is_volatile
317 struct is_volatile
321 struct is_volatile<_Tp volatile>
612 && !is_volatile<__rr_Tp>::value));
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dtype_traits313 /// is_volatile
315 struct is_volatile
319 struct is_volatile<_Tp volatile>
610 && !is_volatile<__rr_Tp>::value));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c1243 int is_volatile = TYPE_VOLATILE (type); in convert_to_void() local
1247 if (is_volatile && !is_complete) in convert_to_void()
1291 else if (is_volatile && is_reference) in convert_to_void()
1333 else if (is_volatile && TREE_ADDRESSABLE (type)) in convert_to_void()
1377 if (is_reference || !is_volatile || !is_complete || TREE_ADDRESSABLE (type)) in convert_to_void()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc1250 int is_volatile = TYPE_VOLATILE (type); in convert_to_void() local
1254 if (is_volatile && !is_complete) in convert_to_void()
1298 else if (is_volatile && is_reference) in convert_to_void()
1340 else if (is_volatile && TREE_ADDRESSABLE (type)) in convert_to_void()
1384 if (is_reference || !is_volatile || !is_complete || TREE_ADDRESSABLE (type)) in convert_to_void()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h564 virtual type *is_volatile () { return NULL; } in is_volatile() function
749 if (!other->is_volatile ()) in is_same_type_as()
751 return m_other_type->is_same_type_as (other->is_volatile ()); in is_same_type_as()
757 virtual type *is_volatile () { return m_other_type; } in is_volatile() function
H A Djit-playback.h611 bool is_volatile,
H A Djit-playback.cc2252 bool is_volatile, in add_extended_asm() argument
2275 if (is_volatile) in add_extended_asm()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__tuple33 typename enable_if<!is_volatile<_Tp>::value>::type,
334 is_volatile<_RawTp>::value>;
H A Dtype_traits61 template <class T> struct is_volatile;
295 = is_volatile<T>::value; // C++17
635 // is_volatile
640 struct _LIBCPP_TEMPLATE_VIS is_volatile : _BoolConstant<__is_volatile(_Tp)> { };
649 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_volatile : public false_type {};
650 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_volatile<_Tp volatile> : public true_type {};
655 = is_volatile<_Tp>::value;
2227 bool = is_volatile<typename remove_reference<_Tp>::type>::value>
3752 : public integral_constant<bool, !is_volatile<_Tp>::value && __is_trivially_copyable(_Tp)>
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dtype_traits106 constexpr bool is_volatile_v = is_volatile<_Tp>::value;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dtype_traits121 constexpr bool is_volatile_v = is_volatile<_Tp>::value;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dtype_traits656 /// is_volatile
658 struct is_volatile
662 struct is_volatile<_Tp volatile>
1670 bool _IsVol = is_volatile<_Qualified>::value>
3075 inline constexpr bool is_volatile_v = is_volatile<_Tp>::value;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dtype_traits713 /// is_volatile
715 struct is_volatile
719 struct is_volatile<_Tp volatile>
1701 bool _IsVol = is_volatile<_Qualified>::value>
3190 inline constexpr bool is_volatile_v = is_volatile<_Tp>::value;
/netbsd-src/usr.bin/xlint/lint1/
H A Ddecl.c1208 block_derive_pointer(type_t *stp, bool is_const, bool is_volatile) in block_derive_pointer()
1213 tp->t_volatile = is_volatile; in block_derive_pointer()
1205 block_derive_pointer(type_t * stp,bool is_const,bool is_volatile) block_derive_pointer() argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20074573 * tr1/4_metaprogramming/is_volatile
4574 * tr1/4_metaprogramming/is_volatile/requirements
4575 * tr1/4_metaprogramming/is_volatile/requirements/
4577 * tr1/4_metaprogramming/is_volatile/requirements/typedefs.cc
4578 * tr1/4_metaprogramming/is_volatile/value.cc
4746 * tr1/4_metaprogramming/is_volatile/is_volatile.cc
4747 * tr1/4_metaprogramming/is_volatile/typedefs.cc
4893 * tr1/4_metaprogramming/type_properties/is_volatile
4894 * tr1/4_metaprogramming/type_properties/is_volatile/is_volatile.cc
4895 * tr1/4_metaprogramming/type_properties/is_volatile/typedefs.cc
H A DChangeLog-2004421 * testsuite/tr1/4_metaprogramming/type_properties/is_volatile/
422 is_volatile.cc: Likewise.
464 * testsuite/tr1/4_metaprogramming/type_properties/is_volatile/
465 is_volatile.cc: Likewise.
475 * include/tr1/type_traits: Implement is_const and is_volatile.
482 is_volatile/is_volatile.cc: Likewise.
484 is_volatile/typedefs.cc: Likewise.
H A DChangeLog-2013112 * testsuite/20_util/is_volatile/requirements/
114 * testsuite/20_util/is_volatile/requirements/typedefs.cc: Likewise.
115 * testsuite/20_util/is_volatile/value.cc: Likewise.
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1102 external is_volatile : llvalue -> bool = "llvm_is_volatile"
H A Dllvm.mli1931 (** [is_volatile i] is [true] if the load or store instruction [i] is marked
1935 val is_volatile : llvalue -> bool val
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dsimd954 !std::is_volatile<_Tp>::value && !std::is_same<_Tp, bool>::value;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c10483 build_asm_stmt (bool is_volatile, tree args) in build_asm_stmt() argument
10485 if (is_volatile) in build_asm_stmt()
H A Dc-parser.c7145 bool is_volatile = (volatile_loc != UNKNOWN_LOCATION); in c_parser_asm_statement() local
7231 ret = build_asm_stmt (is_volatile, in c_parser_asm_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc10663 build_asm_stmt (bool is_volatile, tree args) in build_asm_stmt() argument
10665 if (is_volatile) in build_asm_stmt()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19911154 * symtab.h: Add is_const and is_volatile flags for each method.
1164 methods (using the new is_const and is_volatile bit fields
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19911154 * symtab.h: Add is_const and is_volatile flags for each method.
1164 methods (using the new is_const and is_volatile bit fields

12