Home
last modified time | relevance | path

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

12345678910

/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
441 .. __: http://lists.llvm.org/mailman/listinfo/llvm-dev target
450 .. __: http://lists.llvm.org/pipermail/llvm-commits/ target
456 .. __: http://lists.llvm.org/pipermail/llvm-bugs/ target
463 .. __: http://lists.llvm.org/pipermail/llvm-testresults/ target
469 .. __: http://lists.llvm.org/mailman/listinfo/llvm-announce target
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp30 char _[43981]; member
38 char _[34981]; member
46 char _[93481]; member
83 char _[43981]; member
91 char _[34981]; member
100 char _[93481]; member
134 char _[43981]; member
142 char _[34981]; member
151 char _[93481]; member
185 char _[43981]; member
[all …]
Ddynamic_cast5.pass.cpp24 char _[43981]; member
32 char _[34981]; member
42 char _[93481]; member
54 char _[13489]; member
67 char _[13489]; member
168 char _[43981]; member
176 char _[34981]; member
186 char _[93481]; member
198 char _[13489]; member
211 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/dcl.dcl/basic.namespace/namespace.udecl/
Dp12.cpp12 template <unsigned n> void expect(Opaque<n> _) {} in expect()
41 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() local
42 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() local
43 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() local
44 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() local
53 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() local
54 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() local
55 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() local
56 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() local
66 void test0() { Opaque<1> _ = foo(Opaque<0>()); } in test0() local
[all …]
Dp4.cpp56 struct hiding _ = local(); in test1() local
60 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local
68 enum tagname _ = enumerator; in test4() local
72 Opaque0 _ = hiding; in test5() local
99 struct hiding _ = local(); in test1() local
103 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local
111 enum tagname _ = enumerator; in test4() local
115 Opaque0 _ = hiding; in test5() local
162 Opaque0 _ = hiding; in test5() local
180 Opaque0 _ = hiding; // expected-error {{does not refer to a value}} in test7() local
/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.cpp177 RLock _(mut()); in __find_c_from_i() local
188 WLock _(mut()); in __insert_ic() local
211 WLock _(mut()); in __insert_c() local
253 WLock _(mut()); in __erase_i() local
286 WLock _(mut()); in __invalidate_all() local
370 WLock _(mut()); in __erase_c() local
407 WLock _(mut()); in __iterator_copy() local
435 RLock _(mut()); in __dereferenceable() local
445 RLock _(mut()); in __decrementable() local
455 RLock _(mut()); in __addable() local
[all …]
/external/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp111 struct hiding _ = local(); in test1() local
115 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local
123 enum tagname _ = enumerator; in test4() local
127 Opaque0 _ = hiding; in test5() local
183 struct hiding _ = local(); in test1() local
187 union hiding _; // expected-error {{tag type that does not match previous}} in test2() local
195 enum tagname _ = enumerator; in test4() local
199 Opaque0 _ = hiding; in test5() local
275 Opaque0 _ = hiding; in test5() local
/external/libcxx/test/std/utilities/utility/forward/
Dforward_03.pass.cpp25 struct two {one _[2];}; member
26 struct four {one _[4];}; member
27 struct eight {one _[8];}; member
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Ddecorators_unittest.py14 def GetCountCached(self, _): argument
20 def CreateFooUncached(_): argument
25 def CreateFooCached(_): argument
/external/chromium-trace/catapult/telemetry/telemetry/page/
Dpage_test_unittest.py68 def RunPageInteractions(self, _): argument
168 def ValidateAndMeasurePage(self, *_):
176 def ValidateAndMeasurePage(self, *_):
179 def TabForPage(self, *_):
187 def ValidateAndMeasurePage(self, *_):
190 def TabForPage(self, *_):
/external/v8/src/interpreter/
Dbytecodes.cc155 #define CASE(Name, _) \ in IsRegisterOperandType() argument
160 #define CASE(Name, _) \ in IsRegisterOperandType() argument
172 #define CASE(Name, _) \ in IsRegisterInputOperandType() argument
177 #define CASE(Name, _) \ in IsRegisterInputOperandType() argument
190 #define CASE(Name, _) \ in IsRegisterOutputOperandType() argument
195 #define CASE(Name, _) \ in IsRegisterOutputOperandType() argument
250 #define CASE(Name, _) \ in IsUnsignedOperandType() argument
/external/Microsoft-GSL/tests/
Dutils_tests.cpp34 auto _ = finally([&]() {f(i);}); in SUITE() local
63 auto _ = finally(std::bind(&f, std::ref(i))); in SUITE() local
75 auto _ = finally(&g); in SUITE() local
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dext_exc.ml8 let _ = function
13 let _ = function
/external/selinux/python/sepolgen/src/sepolgen/
Dsepolgeni18n.py23 _ = t.gettext variable
25 def _(str): function
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Dios_browser_finder.py29 def __init__(self, browser_type, _): argument
54 def SelectDefaultBrowser(_): argument
64 def FindAllBrowserTypes(_): argument
/external/llvm/test/Bindings/OCaml/
Dext_exc.ml15 let _ = function
21 let _ = function
/external/clang/test/Layout/
Dms-x86-declspec-empty_bases.cpp52 int _ = sizeof(X); variable
72 int _ = sizeof(G); variable
143 int _ = sizeof(G); variable
214 int _ = sizeof(G); variable
/external/chromium-trace/catapult/telemetry/telemetry/
Dbenchmark_unittest.py20 def ValidateAndMeasurePage(self, *_):
30 def CreatePageTest(self, _): argument
33 def CreateStorySet(self, _): argument
86 def CreatePageTest(self, _): argument
/external/autotest/server/cros/network/
Dwpa_cli_proxy.py194 def create_profile(self, _): argument
204 def pop_profile(self, _): argument
214 def push_profile(self, _): argument
224 def remove_profile(self, _): 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/selinux/policycoreutils/load_policy/
Dload_policy.c12 #define _(msgid) gettext (msgid) macro
14 #define _(msgid) (msgid) macro
/external/libcxx/docs/
Dindex.rst123 .. __: https://bugs.llvm.org/buglist.cgi?component=All%20Bugs&product=libc%2B%2B&query_format=adva… target
141 .. __: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/ target

12345678910