Searched refs:_a (Results 1 - 25 of 67) sorted by relevance

123

/external/clang/test/CXX/over/over.oper/over.literal/
H A Dp3.cpp6 char operator "" _a(const char *);
7 char operator "" _a(const char []);
8 char operator "" _a(unsigned long long);
9 char operator "" _a(long double);
10 char operator "" _a(char);
11 char operator "" _a(const volatile char);
12 char operator "" _a(wchar_t);
13 char operator "" _a(char16_t);
14 char operator "" _a(char32_t);
15 char operator "" _a(cons
[all...]
H A Dp7.cpp3 constexpr int operator "" _a(const char *c) { function
7 static_assert(operator "" _a("foo") == 'f', "");
H A Dp5.cpp6 template<char...> void operator "" _a();
7 template<char... C> S<C...> operator "" _a();
10 friend int operator "" _a(const char *, size_t);
12 friend U operator "" _a(const T *, size_t); // expected-error {{parameter}}
H A Dp6.cpp3 extern "C" void operator "" _a(const char *); // expected-error {{must have C++ linkage}}
H A Dp2.cpp3 void operator "" _a(const char *);
6 using ::operator "" _a;
/external/llvm/test/MC/MachO/
H A Dreloc-pcrel-offset.s13 _a: label
15 call _a
H A Dtlv.s4 .globl _a
5 _a: label
82 // CHECK: ('_string', '_a')
H A Dtdata.s3 _a$tlv$init:
78 // CHECK: ('_string', '_a$tlv$init')
H A Dtlv-reloc.s4 _a$tlv$init:
9 .globl _a
10 _a: label
13 .quad _a$tlv$init
20 movq _a@TLVP(%rip), %rdi
122 // CHECK: ('_string', '_a$tlv$init')
130 // CHECK: ('_string', '_a')
H A Dtbss.s3 .tbss _a$tlv$init, 4
78 // CHECK: ('_string', '_a$tlv$init')
H A Dzerofill-sect-align.s7 .zerofill __DATA,__bss,_a,1,0
12 // CHECK: ('_string', '_a')
H A Dreloc-pcrel.s40 .globl _a
41 _a: label
53 call _a
54 call _a - 1
55 call _a + 1
62 // call _a - L0
H A Ddarwin-complex-difference.s5 _a: label
85 // CHECK: ('_string', '_a')
/external/clang/test/SemaCXX/Inputs/
H A Darray-bounds-system-header.h9 #define QUESTIONABLE_MACRO(_a) \
10 sizeof(_a) > 3 ? (_a)[3] = 5 : 5
/external/webkit/LayoutTests/fast/js/resources/
H A Dstandalone-pre.js28 function areArraysEqual(_a, _b)
30 if (Object.prototype.toString.call(_a) != Object.prototype.toString.call([]))
32 if (_a.length !== _b.length)
34 for (var i = 0; i < _a.length; i++)
35 if (_a[i] !== _b[i])
67 function shouldBe(_a, _b)
69 if (typeof _a != "string" || typeof _b != "string")
74 _av = eval(_a);
81 testFailed(_a + " should be " + _bv + ". Threw exception " + exception);
83 testPassed(_a
[all...]
H A Djs-test-pre.js39 function areArraysEqual(_a, _b)
42 if (_a.length !== _b.length)
44 for (var i = 0; i < _a.length; i++)
45 if (_a[i] !== _b[i])
80 function evalAndLog(_a)
82 if (typeof _a != "string")
86 debug(_a);
90 _av = eval(_a);
92 testFailed(_a + " threw exception " + e);
97 function shouldBe(_a, _
[all...]
/external/llvm/test/MC/AsmParser/
H A Ddirective_tlv.s4 # CHECK: .globl _a
5 # CHECK: _a:
9 .globl _a
10 _a: label
H A Ddirective_tbss.s3 # CHECK: .tbss _a$tlv$init, 4
6 .tbss _a$tlv$init, 4
H A Ddirective_tdata.s4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
/external/webkit/LayoutTests/http/tests/cookies/resources/
H A Dcookies-test-pre.js38 function areArraysEqual(_a, _b)
40 if (_a.length !== _b.length)
42 for (var i = 0; i < _a.length; i++)
43 if (_a[i] !== _b[i])
75 function shouldBe(_a, _b)
77 if (typeof _a != "string" || typeof _b != "string")
82 _av = eval(_a);
89 testFailed(_a + " should be " + _bv + ". Threw exception " + exception);
91 testPassed(_a + " is " + _b);
93 testFailed(_a
[all...]
/external/valgrind/main/helgrind/
H A Dlibhb.h101 #define LIBHB_CWRITE_1(_thr,_a) zsm_sapply08_f__msmcwrite((_thr),(_a))
102 #define LIBHB_CWRITE_2(_thr,_a) zsm_sapply16_f__msmcwrite((_thr),(_a))
103 #define LIBHB_CWRITE_4(_thr,_a) zsm_sapply32_f__msmcwrite((_thr),(_a))
104 #define LIBHB_CWRITE_8(_thr,_a) zsm_sapply64_f__msmcwrite((_thr),(_a))
105 #define LIBHB_CWRITE_N(_thr,_a,_n) zsm_sapplyNN_f__msmcwrite((_thr),(_a),(_
[all...]
/external/compiler-rt/lib/x86_64/
H A Dfloatundixf.S16 #define REL_ADDR(_a) (_a)(%rip)
44 #define REL_ADDR(_a) (_a)(%rip)
/external/webkit/Source/WebCore/platform/
H A DArena.h83 Arena *_a = (pool)->current; \
85 uword _p = _a->avail; \
87 if (_q > _a->limit) \
90 _a->avail = _q; \
94 Arena *_a = (pool)->current; \
96 uword _p = _a->avail; \
99 _q <= _a->limit) { \
100 _a->avail = _q; \
122 Arena *_a = (pool)->current; \
123 if (UPTRDIFF(_m, _a
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedRangeException.cs41 private readonly int _a; field in class:Antlr.Runtime.MismatchedRangeException
57 this._a = a;
63 this._a = a;
69 this._a = a;
78 this._a = info.GetInt32("A");
84 return _a;
99 info.AddValue("A", _a);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedRangeException.cs43 private readonly int _a; field in class:Antlr.Runtime.MismatchedRangeException
63 this._a = a;
70 this._a = a;
77 this._a = a;
87 this._a = info.GetInt32("A");
95 return _a;
113 info.AddValue("A", _a);

Completed in 3202 milliseconds

123