Searched refs:__constant (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/libstdc++/include/debug/ |
| D | safe_base.h | 93 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant) in _Safe_iterator_base() argument 95 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } in _Safe_iterator_base() 100 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant) in _Safe_iterator_base() argument 102 { this->_M_attach(__x._M_sequence, __constant); } in _Safe_iterator_base() 121 void _M_attach(_Safe_sequence_base* __seq, bool __constant); 124 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant);
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/ |
| D | strstream.cpp | 61 : __strmode_(__constant), in strstreambuf() 79 : __strmode_(__constant), in strstreambuf() 97 : __strmode_(__constant), in strstreambuf() 206 if (__strmode_ & __constant) in pbackfail()
|
| /freebsd-12-stable/contrib/libstdc++/src/ |
| D | debug.cc | 191 _M_attach(_Safe_sequence_base* __seq, bool __constant) in _M_attach() argument 194 _M_attach_single(__seq, __constant); in _M_attach() 199 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) in _M_attach_single() argument 209 if (__constant) in _M_attach_single()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | vecintrin.h | 16 #define __constant(PARM) \ macro 1640 __constant(__mask) { in vec_genmask() 1664 __constant(__first) __constant(__last) { in vec_genmasks_8() 1677 __constant(__first) __constant(__last) { in vec_genmasks_16() 1690 __constant(__first) __constant(__last) { in vec_genmasks_32() 1703 __constant(__first) __constant(__last) { in vec_genmasks_64() 1807 __constant(__scalar) { in vec_splat_s8() 1813 __constant(__scalar) { in vec_splat_s16() 1819 __constant(__scalar) { in vec_splat_s32() 1825 __constant(__scalar) { in vec_splat_s64() [all …]
|
| D | opencl-c.h | 11190 char2 __ovld vload2(size_t offset, const __constant char *p); 11191 uchar2 __ovld vload2(size_t offset, const __constant uchar *p); 11192 short2 __ovld vload2(size_t offset, const __constant short *p); 11193 ushort2 __ovld vload2(size_t offset, const __constant ushort *p); 11194 int2 __ovld vload2(size_t offset, const __constant int *p); 11195 uint2 __ovld vload2(size_t offset, const __constant uint *p); 11196 long2 __ovld vload2(size_t offset, const __constant long *p); 11197 ulong2 __ovld vload2(size_t offset, const __constant ulong *p); 11198 float2 __ovld vload2(size_t offset, const __constant float *p); 11199 char3 __ovld vload3(size_t offset, const __constant char *p); [all …]
|
| D | opencl-c-base.h | 588 int printf(__constant const char* st, ...) __attribute__((format(printf, 1, 2)));
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | strstream | 188 static const __mode_type __constant = 0x02;
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | TokenKinds.def | 571 KEYWORD(__constant , KEYOPENCLC | KEYOPENCLCXX) 576 ALIAS("constant", __constant , KEYOPENCLC | KEYOPENCLCXX)
|
| D | AttrDocs.td | 3419 __constant(constant). 3423 __constant int c = ...; 3444 except for '__constant' in OpenCL code which can be used with multiple address 3451 let Heading = "__constant, constant, [[clang::opencl_constant]]";
|
| D | Attr.td | 1273 let Spellings = [Keyword<"__constant">, Keyword<"constant">, Clang<"opencl_constant">];
|
| D | DiagnosticSemaKinds.td | 10020 "'__constant' or '__local' address space">;
|