/external/clang/test/CXX/over/over.oper/over.literal/ |
D | p3.cpp | 22 char operator "" _b(); // expected-error {{parameter}} 23 char operator "" _b(const wchar_t *); // expected-error {{parameter}} 24 char operator "" _b(long long); // expected-error {{parameter}} 25 char operator "" _b(double); // expected-error {{parameter}} 26 char operator "" _b(short); // expected-error {{parameter}} 28 char operator "" _b(unsigned short); // expected-error {{parameter}} 29 char operator "" _b(signed char); // expected-error {{parameter}} 30 char operator "" _b(unsigned char); // expected-error {{parameter}} 31 char operator "" _b(const short *, size_t); // expected-error {{parameter}} 32 char operator "" _b(const unsigned short *, size_t); // expected-error {{parameter}} [all …]
|
D | p5.cpp | 15 friend void operator "" _b(); // expected-error {{parameters}} 18 template<char... C, int N = 0> void operator "" _b(); // expected-error {{template}} 19 template<char... C> void operator "" _b(int N = 0); // expected-error {{template}} 20 template<char, char...> void operator "" _b(); // expected-error {{template}} 21 template<typename T> T operator "" _b(const char *); // expected-error {{template}} 22 template<typename T> int operator "" _b(const T *, size_t); // expected-error {{template}}
|
/external/libdivsufsort/include/ |
D | divsufsort_private.h | 146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) argument 149 # define MIN(_a, _b) (((_a) < (_b)) ? (_a) : (_b)) argument 152 # define MAX(_a, _b) (((_a) > (_b)) ? (_a) : (_b)) argument 154 #define STACK_PUSH(_a, _b, _c, _d)\ argument 157 stack[ssize].a = (_a), stack[ssize].b = (_b),\ 160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 163 stack[ssize].a = (_a), stack[ssize].b = (_b),\ 166 #define STACK_POP(_a, _b, _c, _d)\ argument 170 (_a) = stack[--ssize].a, (_b) = stack[ssize].b,\ 173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument [all …]
|
/external/ltp/include/ |
D | tst_minmax.h | 24 typeof(b) _b = (b); \ 25 _a < _b ? _a : _b; \ 32 typeof(b) _b = (b); \ 33 _a > _b ? _a : _b; \
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | MismatchedRangeException.cs | 44 private readonly int _b; field in Antlr.Runtime.MismatchedRangeException 64 this._b = b; in MismatchedRangeException() 71 this._b = b; in MismatchedRangeException() 78 this._b = b; in MismatchedRangeException() 88 this._b = info.GetInt32("B"); in MismatchedRangeException() 103 return _b; 114 info.AddValue("B", _b); in GetObjectData()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | MismatchedRangeException.cs | 42 private readonly int _b; field in Antlr.Runtime.MismatchedRangeException 58 this._b = b; in MismatchedRangeException() 64 this._b = b; in MismatchedRangeException() 70 this._b = b; in MismatchedRangeException() 79 this._b = info.GetInt32("B"); in MismatchedRangeException() 90 return _b; 100 info.AddValue("B", _b); in GetObjectData()
|
/external/tremolo/Tremolo/ |
D | misc.h | 157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument 158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \ 159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); } 160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument 161 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \ 162 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); } 163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument 164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \ 165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
|
/external/compiler-rt/test/BlocksRuntime/ |
D | byrefcopycopy.c | 23 __typeof(b) _b; in main() local 29 _b = Block_copy(b); // make a new copy each time in main() 30 assert(_b); in main() 32 _b(); // should still update the stack in main() 33 Block_release(_b); in main()
|
/external/u-boot/scripts/kconfig/ |
D | nconf.h | 29 typeof(b) _b = b;\ 30 _a > _b ? _a : _b; }) 34 typeof(b) _b = b;\ 35 _a < _b ? _a : _b; })
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
D | reloc-pcrel.s | 43 _b: label 55 call _b 56 call _b - 1 57 call _b + 1 62 call _b - L0
|
D | tls.s | 38 .tbss _b$tlv$init, 4, 2 40 .globl _b symbol 41 _b: label 44 .quad _b$tlv$init
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ |
D | reloc-pcrel.s | 8 _b: label 21 call _b 22 call _b - 1 23 call _b + 1 28 call _b - L0
|
D | tls.s | 38 .tbss _b$tlv$init, 4, 2 40 .globl _b symbol 41 _b: label 44 .quad _b$tlv$init
|
/external/llvm/test/MC/MachO/ |
D | reloc-pcrel.s | 8 _b: label 21 call _b 22 call _b - 1 23 call _b + 1 28 call _b - L0
|
D | tls.s | 38 .tbss _b$tlv$init, 4, 2 40 .globl _b symbol 41 _b: label 44 .quad _b$tlv$init
|
/external/adhd/cras/src/dsp/ |
D | drc_math.h | 46 __typeof__(b) _b = (b); \ 47 _a > _b ? _a : _b; }) 52 __typeof__(b) _b = (b); \ 53 _a < _b ? _a : _b; })
|
/external/llvm/test/MC/AsmParser/ |
D | macros-gas.s | 28 .macro test3 _a _b _c 38 .macro test3_prime _a _b _c 72 .macro test8 _a, _b, _c 76 .macro test9 _a _b _c
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | macros-gas.s | 28 .macro test3 _a _b _c 38 .macro test3_prime _a _b _c 72 .macro test8 _a, _b, _c 76 .macro test9 _a _b _c
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | tlv-1.ll | 25 ; CHECK: movq _b@TLVP(%rip), 47 ; CHECK: .tbss _b$tlv$init, 4, 2 48 ; CHECK: .globl _b 49 ; CHECK: _b: 52 ; CHECK: .quad _b$tlv$init
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | tlv-1.ll | 25 ; CHECK: movq _b@TLVP(%rip), 47 ; CHECK: .tbss _b$tlv$init, 4, 2 48 ; CHECK: .globl _b 49 ; CHECK: _b: 52 ; CHECK: .quad _b$tlv$init
|
/external/grpc-grpc/examples/python/multiplex/ |
D | helloworld_pb2.py | 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable 22 …serialized_pb=_b('\n\x10helloworld.proto\x12\nhelloworld\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name… 38 has_default_value=False, default_value=_b("").decode('utf-8'), 69 has_default_value=False, default_value=_b("").decode('utf-8'), 109 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.exa…
|
/external/llvm/test/CodeGen/X86/ |
D | tlv-1.ll | 25 ; CHECK: movq _b@TLVP(%rip), 47 ; CHECK: .tbss _b$tlv$init, 4, 2 48 ; CHECK: .globl _b 49 ; CHECK: _b: 52 ; CHECK: .quad _b$tlv$init
|
/external/grpc-grpc/examples/python/interceptors/headers/ |
D | helloworld_pb2.py | 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable 22 …serialized_pb=_b('\n\x10helloworld.proto\x12\nhelloworld\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name… 38 has_default_value=False, default_value=_b("").decode('utf-8'), 69 has_default_value=False, default_value=_b("").decode('utf-8'), 109 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.exa…
|
/external/grpc-grpc/examples/python/interceptors/default_value/ |
D | helloworld_pb2.py | 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable 22 …serialized_pb=_b('\n\x10helloworld.proto\x12\nhelloworld\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name… 38 has_default_value=False, default_value=_b("").decode('utf-8'), 69 has_default_value=False, default_value=_b("").decode('utf-8'), 109 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.exa…
|
/external/grpc-grpc/examples/python/helloworld/ |
D | helloworld_pb2.py | 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable 22 …serialized_pb=_b('\n\x10helloworld.proto\x12\nhelloworld\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name… 38 has_default_value=False, default_value=_b("").decode('utf-8'), 69 has_default_value=False, default_value=_b("").decode('utf-8'), 109 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.exa…
|