Home
last modified time | relevance | path

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

123

/minix/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A 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 …]
H A 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
/minix/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/
H A 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
H A 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
/minix/external/bsd/llvm/dist/llvm/test/Bindings/Ocaml/
H A Dext_exc.ml13 let _ = function
18 let _ = function
H A Dtarget.ml24 let _ = function
111 let _ = function
H A Dbitreader.ml17 let _ = function
H A Danalysis.ml23 let _ = function
H A Dbitwriter.ml40 let _ = function
/minix/external/bsd/libc++/dist/libcxx/test/atomics/atomics.types.generic/
H A Dbool.pass.cpp59 volatile std::atomic<bool> _; in main() local
114 std::atomic<bool> _; in main() local
169 std::atomic_bool _; in main() local
/minix/external/bsd/libc++/dist/libcxx/src/
H A 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 …]
H A Dshared_mutex.cpp52 lock_guard<mutex> _(__mut_); in unlock() local
88 lock_guard<mutex> _(__mut_); in unlock_shared() local
H A Dmutex.cpp120 lock_guard<mutex> _(__m_); in ~timed_mutex() local
147 lock_guard<mutex> _(__m_); in unlock() local
162 lock_guard<mutex> _(__m_); in ~recursive_timed_mutex() local
/minix/external/bsd/libc++/dist/libcxx/test/std/utilities/utility/forward/
H A Dforward.pass.cpp23 struct two {one _[2];}; member
24 struct four {one _[4];}; member
25 struct eight {one _[8];}; member
/minix/external/bsd/libc++/dist/libcxx/test/utilities/utility/forward/
H A Dforward.pass.cpp23 struct two {one _[2];}; member
24 struct four {one _[4];}; member
25 struct eight {one _[8];}; member
/minix/external/bsd/llvm/dist/clang/test/CXX/class.access/class.access.dcl/
H A 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
/minix/external/public-domain/xz/dist/src/common/
H A Dtuklib_gettext.h35 # define _(msgid) gettext(msgid) macro
39 # define _(msgid) (msgid) macro
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.ml13 let _ = Callback.register_exception "Llvm_irreader.Error" (Error "") function
/minix/external/bsd/libc++/dist/libcxx/test/std/language.support/support.limits/limits/denorm.style/
H A Dcheck_values.pass.cpp17 struct two {one _[2];}; member
/minix/external/bsd/libc++/dist/libcxx/test/std/language.support/support.limits/limits/round.style/
H A Dcheck_values.pass.cpp17 struct two {one _[2];}; member
/minix/external/bsd/libc++/dist/libcxx/test/language.support/support.limits/limits/round.style/
H A Dcheck_values.pass.cpp17 struct two {one _[2];}; member
/minix/external/bsd/libc++/dist/libcxx/test/language.support/support.limits/limits/denorm.style/
H A Dcheck_values.pass.cpp17 struct two {one _[2];}; member
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A 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()
/minix/external/bsd/libc++/dist/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dunion.pass.cpp48 int _; member
/minix/external/bsd/libc++/dist/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
H A Dunion.pass.cpp48 int _; member

123