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

1 2 3 4 5 6 7 8 91011>>

  /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: expected-warning@tentative-defs.h:9{{tentative}}
  /frameworks/compile/slang/tests/P_array_init/
stderr.txt.expect 1 array_init.rs:22:6: warning: tentative array definition assumed to have one element
  /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 {{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}} \
alias-redefinition.c 33 extern int var4 __attribute__((alias("v4"))); // expected-error{{alias definition of 'var4' after tentative definition}}
decl-in-prototype.c 36 enum e19018 qq; //expected-error{{tentative definition has type 'enum e19018' 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/CodeGenCXX/
static-init-wasm.cpp 7 int tentative; variable
8 // WEBASSEMBLY32: @tentative = global i32 0, align 4
9 // WEBASSEMBLY64: @tentative = global i32 0, align 4
  /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/ltp/testcases/kernel/containers/
TEST_PLAN.txt 17 Following are tentative Testcases to be included into LTP-Containers in future:
19 NAME TENTATIVE-TIME
  /external/clang/test/SemaObjC/
tentative-property-decl.m 6 are tentative as they may be overridden into a 'readwrite' property in class
  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_common_test_1.c 24 various combinations of tentative definitions, extern declarations,
plugin_common_test_2.c 24 various combinations of tentative definitions, extern declarations,
  /external/ltp/testcases/kdump/doc/
TEST_PLAN.txt 1 Following is the Tentative plan for improving LTP-KDUMP Test-cases:
4 ||S.NO|| ACTIVITY || TENTATIVE-TIME ||
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageInviteView.java 55 findViewById(R.id.tentative).setOnClickListener(this);
77 } else if (id == R.id.tentative) {
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 34 // Make sure we do tentative parsing correctly in conditions.

Completed in 3459 milliseconds

1 2 3 4 5 6 7 8 91011>>