HomeSort by relevance Sort by last modified time
    Searched full:tentative (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/PCH/
tentative-defs.h 1 // Header for PCH test tentative-defs.c
external-defs.h 3 // Tentative definitions
tentative-defs.c 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-pch -o %t.pch %S/tentative-defs.h
9 // FIXME: tentative-defs.h expected-warning{{tentative}}
  /external/clang/test/Misc/
verify.c 6 struct s s1; // expected-error {{tentative definition has type 'struct s' that is never completed}}
7 struct s s2; // expected-error {{tentative definition has type}}
10 struct s r1; // expected-error-re {{tentative definition has type 'struct s' that is never completed}}
11 struct s r2; // expected-error-re {{tentative definition has type '.*[[:space:]]*.*' that is never completed}}
12 struct s r3; // expected-error-re {{tentative definition has type '(.*)[[:space:]]*(.*)' that is never completed}}
13 struct s r4; // expected-error-re {{^tentative}}
  /external/clang/test/PCH/Inputs/
chain-external-defs1.h 3 // Tentative definitions
chain-external-defs2.h 3 // Tentative definitions
  /external/clang/test/Sema/
2009-04-22-UnknownSize.c 3 static struct foo s; // expected-error { tentative definition has type 'struct foo' that is never completed }
incomplete-decl.c 6 struct foo f; // expected-error{{tentative definition has type 'struct foo' that is never completed}}
9 static struct foo g; // expected-warning {{tentative definition of variable with internal linkage has incomplete non-array type 'struct foo'}} \
10 expected-error{{tentative definition has type 'struct foo' that is never completed}}
15 int ary[]; // expected-warning {{tentative array definition assumed to have one element}}
24 int h[]; // expected-warning {{tentative array definition assumed to have one element}}
extern-redecl.c 4 static int a16[]; // expected-warning {{tentative array definition assumed to have one element}}
23 static int test1_a[]; // expected-warning {{tentative array definition assumed to have one element}}
tentative-decls.c 5 static struct a x2; // expected-warning{{tentative definition of variable with internal linkage has incomplete non-array type 'struct a'}}
10 struct b x4; // expected-error{{tentative definition has type 'struct b' that is never completed}} \
enum.c 26 // expected-error{{tentative definition has type 'enum gccForwardEnumExtension' that is never completed}} \
  /external/clang/test/CodeGen/
tentative-decls.c 28 // Check that the most recent tentative definition wins.
33 // Check that we emit static tentative definitions
2008-07-30-redef-of-bitcasted-decl.c 5 * s. This is a tentative definition and so a global was being
global-init.c 47 // NOTE: tentative definitions are processed at the end of the translation unit.
  /external/clang/test/CXX/basic/basic.def.odr/
p1-var.cpp 7 // Bad: in C++, these are both definitions. None of that C99 tentative stuff.
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 28 // Make sure we do tentative parsing correctly in conditions.
  /external/clang/test/SemaObjC/
tentative-property-decl.m 5 are tentative as they may be overridden into a 'readwrite' property in class
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h 53 /* X11 (tentative) */
  /external/clang/include/clang/AST/
ASTConsumer.h 91 /// unit to notify the consumer that the given tentative definition should be
94 /// The variable declaration itself will be a tentative
97 /// declaration remains a tentative definition and has not been
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 85 /// \brief Read the set of tentative definitions known to the external Sema
88 /// The external source should append its own tentative definitions to the
89 /// given vector of tentative definitions. Note that this routine may be
  /external/wpa_supplicant_8/src/eap_common/
eap_defs.h 55 EAP_TYPE_TNC = 38 /* TNC IF-T v1.0-r3; note: tentative assignment;
  /external/chromium/net/base/
filter.cc 235 // ",gzip" by appending a tentative gzip decode, which will default to a
249 // minimal coding to work. That issue is why we use TENTATIVE filters if we
305 // tentative decodings to be done afterwards. Vodaphone UK reportedyl will
308 // result we'll need (in that case) to do the gunzip, plus our tentative
309 // gunzip and tentative SDCH decoding.
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 93 /* X11 (tentative) */
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglplatform.h 83 /* X11 (tentative) */
  /frameworks/native/opengl/include/EGL/
eglplatform.h 97 /* X11 (tentative) */

Completed in 619 milliseconds

1 2 3 4 5 6 7 8