HomeSort by relevance Sort by last modified time
    Searched full:using (Results 101 - 125 of 46401) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdint 48 using ::int8_t;
49 using ::int16_t;
50 using ::int32_t;
51 using ::int64_t;
53 using ::int_fast8_t;
54 using ::int_fast16_t;
55 using ::int_fast32_t;
56 using ::int_fast64_t;
58 using ::int_least8_t;
59 using ::int_least16_t
    [all...]
cstdio 98 using ::FILE;
99 using ::fpos_t;
101 using ::clearerr;
102 using ::fclose;
103 using ::feof;
104 using ::ferror;
105 using ::fflush;
106 using ::fgetc;
107 using ::fgetpos;
108 using ::fgets
    [all...]
cstdlib 118 using ::div_t;
119 using ::ldiv_t;
121 using ::abort;
122 using ::abs;
123 using ::atexit;
126 using ::at_quick_exit;
129 using ::atof;
130 using ::atoi;
131 using ::atol;
132 using ::bsearch
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
cstdint 63 using ::int8_t;
64 using ::int16_t;
65 using ::int32_t;
66 using ::int64_t;
68 using ::int_fast8_t;
69 using ::int_fast16_t;
70 using ::int_fast32_t;
71 using ::int_fast64_t;
73 using ::int_least8_t;
74 using ::int_least16_t
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdint 153 using::int8_t;
154 using::int16_t;
155 using::int32_t;
156 using::int64_t;
158 using::uint8_t;
159 using::uint16_t;
160 using::uint32_t;
161 using::uint64_t;
163 using::int_least8_t;
164 using::int_least16_t
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 7 using namespace A; // expected-error {{'using namespace' is not allowed in classes}}
27 using namespace A::B;
33 using namespace A::B;
34 using namespace C;
51 using namespace A::B;
60 using namespace A::B;
61 using namespace C;
77 using namespace A;
81 using namespace C
    [all...]
  /external/clang/test/SemaCXX/
warn-using-namespace-in-header.cpp 5 using namespace warn_in_header_in_global_context; // expected-warning {{using namespace directive in global context in header}}
7 // While we want to error on the previous using directive, we don't when we are
10 using namespace warn_in_header_in_global_context;
16 using namespace warn_inside_linkage; // expected-warning {{using namespace directive in global context in header}}
23 using namespace warn_inside_linkage; // expected-warning {{using namespace directive in global context in header}}
31 using namespace warn_in_header_in_global_context;
37 using namespace warn_in_header_in_global_context
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p11.cpp 6 // introduced by a using-declaration, and the declarations do not declare the
7 // same function, the program is ill-formed. [Note: two using-declarations may
10 // selects the functions introduced by such using-declarations, the function
16 namespace ns { void foo(); } // expected-note {{target of using declaration}}
18 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
22 namespace ns { void foo(); } // expected-note {{target of using declaration}}
23 using ns::foo; //expected-note {{using declaration}}
24 int foo(void); // expected-error {{declaration conflicts with target of using declaration already in scope}
    [all...]
p6-cxx0x.cpp 8 using A::B; // expected-error{{using declaration cannot refer to namespace}}
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_math_forward_declares.h 187 using ::abs;
188 using ::acos;
189 using ::acosh;
190 using ::asin;
191 using ::asinh;
192 using ::atan;
193 using ::atan2;
194 using ::atanh;
195 using ::cbrt;
196 using ::ceil
    [all...]
  /external/clang/test/CXX/temp/temp.type/
p1-0x.cpp 6 template<class T> using Z = Y<T>;
10 using SameType = decltype(y); // expected-note {{here}}
11 using SameType = decltype(z); // expected-error {{different types}}
17 template<class T> using Z = Y<T>;
21 using SameType = decltype(y);
22 using SameType = decltype(z); // ok
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdio 95 using ::FILE;
96 using ::fpos_t;
98 using ::clearerr;
99 using ::fclose;
100 using ::feof;
101 using ::ferror;
102 using ::fflush;
103 using ::fgetc;
104 using ::fgetpos;
105 using ::fgets
    [all...]
cstdlib 118 using ::div_t;
119 using ::ldiv_t;
121 using ::abort;
122 using ::abs;
123 using ::atexit;
126 using ::at_quick_exit;
129 using ::atof;
130 using ::atoi;
131 using ::atol;
132 using ::bsearch
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstdio 96 using ::FILE;
97 using ::fpos_t;
99 using ::clearerr;
100 using ::fclose;
101 using ::feof;
102 using ::ferror;
103 using ::fflush;
104 using ::fgetc;
105 using ::fgetpos;
106 using ::fgets
    [all...]
cstdlib 118 using ::div_t;
119 using ::ldiv_t;
121 using ::abort;
122 using ::abs;
123 using ::atexit;
126 using ::at_quick_exit;
129 using ::atof;
130 using ::atoi;
131 using ::atol;
132 using ::bsearch
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdio 96 using ::FILE;
97 using ::fpos_t;
99 using ::clearerr;
100 using ::fclose;
101 using ::feof;
102 using ::ferror;
103 using ::fflush;
104 using ::fgetc;
105 using ::fgetpos;
106 using ::fgets
    [all...]
cstdlib 118 using ::div_t;
119 using ::ldiv_t;
121 using ::abort;
122 using ::abs;
123 using ::atexit;
126 using ::at_quick_exit;
129 using ::atof;
130 using ::atoi;
131 using ::atol;
132 using ::bsearch
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 5 using T = int;
6 using T = int;
8 using T = T;
13 using A = void(int n = 0); // expected-error {{default arguments can only be specified for parameters in a function declaration}}
14 using B = inline void(int n); // expected-error {{type name does not allow function specifier}}
15 using C = virtual void(int n); // expected-error {{type name does not allow function specifier}}
16 using D = explicit void(int n); // expected-error {{type name does not allow function specifier}}
17 using E = void(int n) throw(); // expected-error {{exception specifications are not allowed in type aliases}}
18 using F = void(*)(int n) &&; // expected-error {{pointer to function type cannot have '&&' qualifier}}
19 using G = __thread void(int n); // expected-error {{type name does not allow storage class to be specifi (…)
    [all...]
  /external/clang/test/Modules/Inputs/merge-using-decls/
b.h 18 using T::value;
19 using typename T::type;
20 using X::v;
21 using typename X::t;
26 using typename T::value;
27 using T::type;
28 using X::v;
29 using typename X::t;
33 // Mismatch in using/access-declaration-ness.
40 using T::Y::value
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 32 using _STLP_VENDOR_CSTD::isalnum;
33 using _STLP_VENDOR_CSTD::isalpha;
34 using _STLP_VENDOR_CSTD::iscntrl;
35 using _STLP_VENDOR_CSTD::isdigit;
36 using _STLP_VENDOR_CSTD::isgraph;
37 using _STLP_VENDOR_CSTD::islower;
38 using _STLP_VENDOR_CSTD::isprint;
39 using _STLP_VENDOR_CSTD::ispunct;
40 using _STLP_VENDOR_CSTD::isspace;
41 using _STLP_VENDOR_CSTD::isupper
    [all...]
_ctime.h 33 using _STLP_VENDOR_CSTD::size_t;
34 using _STLP_VENDOR_CSTD::clock_t;
35 using _STLP_VENDOR_CSTD::time_t;
36 using _STLP_VENDOR_CSTD::tm;
38 using _STLP_VENDOR_CSTD::clock;
39 using _STLP_VENDOR_CSTD::asctime;
40 using _STLP_VENDOR_CSTD::ctime;
41 using _STLP_VENDOR_CSTD::gmtime;
44 using _STLP_VENDOR_CSTD::difftime;
46 using _STLP_VENDOR_CSTD::mktime
    [all...]
_cwctype.h 36 using std::wctrans_t;
37 using std::towctrans;
38 using std::wctrans;
57 using _STLP_VENDOR_CSTD_WFUNC::wctype_t;
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
63 using _STLP_VENDOR_CSTD_WFUNC::towctrans;
64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
65 using _STLP_VENDOR_CSTD_WFUNC::wctype;
67 using _STLP_VENDOR_CSTD_WFUNC::iswctype
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 32 using _STLP_VENDOR_CSTD::isalnum;
33 using _STLP_VENDOR_CSTD::isalpha;
34 using _STLP_VENDOR_CSTD::iscntrl;
35 using _STLP_VENDOR_CSTD::isdigit;
36 using _STLP_VENDOR_CSTD::isgraph;
37 using _STLP_VENDOR_CSTD::islower;
38 using _STLP_VENDOR_CSTD::isprint;
39 using _STLP_VENDOR_CSTD::ispunct;
40 using _STLP_VENDOR_CSTD::isspace;
41 using _STLP_VENDOR_CSTD::isupper
    [all...]
_ctime.h 33 using _STLP_VENDOR_CSTD::size_t;
34 using _STLP_VENDOR_CSTD::clock_t;
35 using _STLP_VENDOR_CSTD::time_t;
36 using _STLP_VENDOR_CSTD::tm;
38 using _STLP_VENDOR_CSTD::clock;
39 using _STLP_VENDOR_CSTD::asctime;
40 using _STLP_VENDOR_CSTD::ctime;
41 using _STLP_VENDOR_CSTD::gmtime;
44 using _STLP_VENDOR_CSTD::difftime;
46 using _STLP_VENDOR_CSTD::mktime
    [all...]
_cwctype.h 36 using std::wctrans_t;
37 using std::towctrans;
38 using std::wctrans;
57 using _STLP_VENDOR_CSTD_WFUNC::wctype_t;
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
63 using _STLP_VENDOR_CSTD_WFUNC::towctrans;
64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
65 using _STLP_VENDOR_CSTD_WFUNC::wctype;
67 using _STLP_VENDOR_CSTD_WFUNC::iswctype
    [all...]

Completed in 1884 milliseconds

1 2 3 45 6 7 8 91011>>