Searched defs:auto (Results 1 - 10 of 10) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp5.cpp6 auto a; // expected-error{{'auto' not allowed in non-static struct member}}
7 auto *b; // expected-error{{'auto' not allowed in non-static struct member}}
8 const auto c; // expected-error{{'auto' not allowed in non-static struct member}}
10 void f() throw (auto); // expected-error{{'auto' not allowed here}}
12 friend auto; // expected-error{{'auto' no
61 enum E : auto {}; // expected-error{{'auto' not allowed here}} enum
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-exprs.cpp60 void auto_(decltype(new auto(T()))) { argument
97 template <class T> auto a(T t) -> decltype(foo(T())) { return foo(t); }
100 template <class T> auto b(T t) -> decltype((foo)(T())) { return (foo)(t); }
110 template <class T> auto b(T x) -> decltype(x()) { return x(); }
112 template <class T> void d(T x, auto (*p)() -> decltype(x())) {}
113 template <class T> void e(auto (*p)(T y) -> decltype(y())) {}
120 template <class T> void i(decltype((auto (*)(T x) -> decltype(x())) 0) y) {}
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp25 #define auto macro
110 auto
/external/clang/test/SemaCXX/
H A Dcxx1y-deduced-return-type.cpp4 auto f(); // expected-note {{previous}}
7 auto &g();
8 auto g() -> auto &;
10 auto h() -> auto *;
11 auto *h();
14 operator auto(); // expected-note {{declared here}}
16 int conv1a = conv1; // expected-error {{function 'operator auto' with deduced return type cannot be used before it is defined}}
18 Conv1::operator auto() { retur
202 template<typename T, typename U> auto f() -> auto (T::*)(U) { function in namespace:Templates::DeduceInDeducedReturnType
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/tools/cr/cr/base/
H A Dclient.py18 import cr.auto.build namespace
19 import cr.auto.client namespace
164 cr.auto.client.__path__.append(os.path.join(client_path, CLIENT_CONFIG_PATH))
170 cr.auto.build.__path__.append(os.path.join(build_dir, CLIENT_CONFIG_PATH))
172 return hasattr(cr.auto.build, 'config')
203 for name in cr.auto.build.config.OVERRIDES.exported.keys():

Completed in 178 milliseconds