Home
last modified time | relevance | path

Searched defs:_ (Results 1 – 25 of 146) sorted by relevance

123456

/external/llvm/docs/
Dindex.rst32 .. __: http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html target in LLVM Design & Overview
37 .. __: http://www.aosabook.org/en/llvm.html target in LLVM Design & Overview
43 .. __: http://llvm.org/pubs/2004-01-30-CGO-LLVM.html target in LLVM Design & Overview
48 .. __: http://llvm.org/pubs/2002-12-LattnerMSThesis.html target in LLVM Design & Overview
144 .. __: http://clang.llvm.org/get_started.html target in User Guides
429 .. __: http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev target
438 .. __: http://lists.cs.uiuc.edu/pipermail/llvm-commits/ target
444 .. __: http://lists.cs.uiuc.edu/pipermail/llvmbugs/ target
451 .. __: http://lists.cs.uiuc.edu/pipermail/llvm-testresults/ target
457 .. __: http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce target
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp12.cpp10 template <unsigned n> void expect(Opaque<n> _) {} in expect()
39 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() local
40 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() local
41 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() local
42 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() local
51 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() local
52 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() local
53 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() local
54 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() local
64 void test0() { Opaque<1> _ = foo(Opaque<0>()); } in test0() local
[all …]
Dp4.cpp55 struct hiding _ = local(); in test1() local
59 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local
67 enum tagname _ = enumerator; in test4() local
71 Opaque0 _ = hiding; in test5() local
98 struct hiding _ = local(); in test1() local
102 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local
110 enum tagname _ = enumerator; in test4() local
114 Opaque0 _ = hiding; in test5() local
161 Opaque0 _ = hiding; in test5() local
179 Opaque0 _ = hiding; // expected-error {{does not refer to a value}} in test7() local
/external/skia/src/sfnt/
DSkPreprocessorSeq.h37 #define SK_SEQ_IGNORE_SECOND_I(x, _) x argument
47 #define SK_SEQ_SIZE_TERMINATOR(_) SK_SEQ_SIZE_0 argument
48 #define SK_SEQ_SIZE_0(_) SK_SEQ_SIZE_1 argument
49 #define SK_SEQ_SIZE_1(_) SK_SEQ_SIZE_2 argument
50 #define SK_SEQ_SIZE_2(_) SK_SEQ_SIZE_3 argument
51 #define SK_SEQ_SIZE_3(_) SK_SEQ_SIZE_4 argument
52 #define SK_SEQ_SIZE_4(_) SK_SEQ_SIZE_5 argument
53 #define SK_SEQ_SIZE_5(_) SK_SEQ_SIZE_6 argument
54 #define SK_SEQ_SIZE_6(_) SK_SEQ_SIZE_7 argument
55 #define SK_SEQ_SIZE_7(_) SK_SEQ_SIZE_8 argument
[all …]
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp24 char _[43981]; member
32 char _[34981]; member
40 char _[93481]; member
77 char _[43981]; member
85 char _[34981]; member
94 char _[93481]; member
128 char _[43981]; member
136 char _[34981]; member
145 char _[93481]; member
179 char _[43981]; member
[all …]
Ddynamic_cast5.pass.cpp18 char _[43981]; member
26 char _[34981]; member
36 char _[93481]; member
48 char _[13489]; member
61 char _[13489]; member
162 char _[43981]; member
170 char _[34981]; member
180 char _[93481]; member
192 char _[13489]; member
205 char _[13489]; member
[all …]
Ddynamic_cast14.pass.cpp18 char _[43981]; member
26 char _[34981]; member
36 char _[93481]; member
48 char _[13489]; member
60 char _[13489]; member
74 char _[81349]; member
85 char _[34819]; member
102 char _[3489]; member
120 char _[3481]; member
130 char _[4831]; member
[all …]
/external/clang/test/CXX/special/class.copy/
Dp25-0x.cpp21 using _ = trivially_assignable<Trivial>; typedef
27 using _ = not_trivially_assignable<UserProvided>; typedef
34 using _ = not_trivially_assignable<NonConstCopy>; typedef
40 using _ = not_trivially_assignable<VFn>; typedef
44 using _ = not_trivially_assignable<VBase>; typedef
50 using _ = trivially_assignable<TemplateCtor>; typedef
54 using _ = trivially_assignable<TemplateCtorMember>; typedef
124 using _ = trivially_assignable<MultipleTrivial>; typedef
Dp12-0x.cpp18 using _ = trivially_copyable<Trivial>; typedef
24 using _ = not_trivially_copyable<UserProvided>; typedef
31 using _ = not_trivially_copyable<NonConstCopy>; typedef
37 using _ = not_trivially_copyable<VFn>; typedef
41 using _ = not_trivially_copyable<VBase>; typedef
47 using _ = trivially_copyable<TemplateCtor>; typedef
51 using _ = trivially_copyable<TemplateCtorMember>; typedef
/external/libcxx/src/
Ddebug.cpp114 RLock _(mut()); in __find_c_from_i() local
125 WLock _(mut()); in __insert_ic() local
148 WLock _(mut()); in __insert_c() local
196 WLock _(mut()); in __erase_i() local
229 WLock _(mut()); in __invalidate_all() local
313 WLock _(mut()); in __erase_c() local
350 WLock _(mut()); in __iterator_copy() local
378 RLock _(mut()); in __dereferenceable() local
388 RLock _(mut()); in __decrementable() local
398 RLock _(mut()); in __addable() local
[all …]
Dshared_mutex.cpp51 lock_guard<mutex> _(__mut_); in unlock() local
87 lock_guard<mutex> _(__mut_); in unlock_shared() local
Dmutex.cpp119 lock_guard<mutex> _(__m_); in ~timed_mutex() local
146 lock_guard<mutex> _(__m_); in unlock() local
161 lock_guard<mutex> _(__m_); in ~recursive_timed_mutex() local
/external/libcxx/test/std/atomics/atomics.types.generic/
Dbool.pass.cpp63 volatile std::atomic<bool> _; in main() local
119 std::atomic<bool> _; in main() local
175 std::atomic_bool _; in main() local
/external/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp58 struct hiding _ = local(); in test1() local
62 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local
70 enum tagname _ = enumerator; in test4() local
74 Opaque0 _ = hiding; in test5() local
101 struct hiding _ = local(); in test1() local
105 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local
113 enum tagname _ = enumerator; in test4() local
117 Opaque0 _ = hiding; in test5() local
164 Opaque0 _ = hiding; in test5() local
/external/libcxx/test/std/utilities/utility/forward/
Dforward.pass.cpp23 struct two {one _[2];}; member
24 struct four {one _[4];}; member
25 struct eight {one _[8];}; member
/external/selinux/sepolgen/src/sepolgen/
Dsepolgeni18n.py23 _ = t.gettext variable
25 def _(str): function
/external/llvm/test/Bindings/OCaml/
Dext_exc.ml13 let _ = function
18 let _ = function
Dtarget.ml24 let _ = function
111 let _ = function
/external/selinux/policycoreutils/load_policy/
Dload_policy.c12 #define _(msgid) gettext (msgid) macro
14 #define _(msgid) (msgid) macro
/external/e2fsprogs/misc/
Dnls-enable.h4 #define _(a) (gettext (a)) macro
18 #define _(a) (a) macro
/external/ceres-solver/internal/ceres/
Dreorder_program_test.cc61 TEST(_, ReorderResidualBlockNormalFunction) { in TEST() argument
117 TEST(_, ApplyOrderingOrderingTooSmall) { in TEST() argument
139 TEST(_, ApplyOrderingNormal) { in TEST() argument
/external/clang/test/SemaCXX/
Dclass-base-member-init.cpp71 A(char _) : a(0), b(0) {} in A()
72 …A(short _) : a(0), c(0) {} // expected-error {{initializing multiple members of union}} expected-n… in A()
73 …A(int _) : d(0), e(0) {} // expected-error {{initializing multiple members of union}} expected-not… in A()
74 …A(long _) : a(0), d(0) {} // expected-error {{initializing multiple members of union}} expected-no… in A()
/external/v8/test/webkit/fast/js/
DPromise-static-race.js35 var p6 = new Promise(function(_, reject) { reject('p6'); }); argument
36 var p7 = new Promise(function(_, reject) { reject('p7'); }); argument
37 var p8 = new Promise(function(_, reject) { reject('p8'); }); argument
DPromise-static-all.js35 var p6 = new Promise(function(_, reject) { reject('p6'); }); argument
36 var p7 = new Promise(function(_, reject) { reject('p7'); }); argument
37 var p8 = new Promise(function(_, reject) { reject('p8'); }); argument
/external/ltrace/sysdeps/linux-gnu/arm/
Dbreakpoint.c43 union _ { long l; unsigned char b[SIZEOF_LONG]; }; in arch_enable_breakpoint() union
76 union _ { long l; unsigned char b[SIZEOF_LONG]; }; in arch_disable_breakpoint() union

123456