Home
last modified time | relevance | path

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

1234

/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
Dsmartypants.php403 function EducateQuotes($_) {
492 function EducateBackticks($_) {
508 function EducateSingleBackticks($_) {
524 function EducateDashes($_) {
537 function EducateDashesOldSchool($_) {
553 function EducateDashesOldSchoolInverted($_) {
576 function EducateEllipses($_) {
592 function StupefyEntities($_) {
618 function ProcessEscapes($_) {
/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
Dp1.cpp22 test<0> _ = (foo)(a); in test0() local
29 test<1> _ = (foo)(a); in test1() local
/external/llvm/test/Bindings/Ocaml/
Dext_exc.ml8 let _ = function
13 let _ = function
Dbitreader.ml14 let _ = function
Danalysis.ml20 let _ = function
Dbitwriter.ml37 let _ = function
Dscalar_opts.ml86 let _ = function
Dtarget.ml57 let _ = function
Dipo_opts.ml71 let _ = function
Dexecutionengine.ml113 let _ = function
/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/e2fsprogs/misc/
Dnls-enable.h4 #define _(a) (gettext (a)) macro
17 #define _(a) (a) macro
/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/llvm/bindings/ocaml/bitreader/
Dllvm_bitreader.ml14 let _ = register_exns (Error "") function
/external/bison/lib/
Dxalloc-die.c32 #define _(msgid) gettext (msgid) macro
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.ml57 let _ = register_exns (Error "") function
/external/harfbuzz/contrib/tables/
Dcombining-class-parse.py7 def __getitem__(_, key): argument
/external/iproute2/include/linux/
Datmapi.h27 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
/external/kernel-headers/original/linux/
Datmapi.h27 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
/external/elfutils/lib/
Dxmalloc.c38 # define _(str) gettext (str) macro
/external/bluetooth/glib/glib/
Dgi18n-lib.h32 #define _(String) ((char *) g_dgettext (GETTEXT_PACKAGE, String)) macro
Dgi18n.h28 #define _(String) gettext (String) macro
/external/llvm/include/llvm/Object/
DError.h25 enum _ { enum

1234