HomeSort by relevance Sort by last modified time
    Searched defs:auto (Results 1 - 9 of 9) sorted by null

  /build/core/
multi_prebuilt.mk 50 define auto-prebuilt-boilerplate
88 $(call auto-prebuilt-boilerplate, \
96 $(call auto-prebuilt-boilerplate, \
106 $(call auto-prebuilt-boilerplate, \
112 $(call auto-prebuilt-boilerplate, \
121 $(call auto-prebuilt-boilerplate, \
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p5.cpp 6 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' not allowed in non-static struct member}
61 enum E : auto {}; \/\/ expected-error{{'auto' not allowed here}} enum
    [all...]
  /external/chromium_org/tools/cr/cr/base/
client.py 18 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():
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 4 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() { return 123;
202 template<typename T, typename U> auto f() -> auto (T::*)(U) { function in namespace:Templates::DeduceInDeducedReturnType
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 25 #define auto macro
110 auto
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 89 milliseconds