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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Index/
annotate-tokens-pp.c 49 // CHECK: Identifier: "STILL_NOTHING" [2:9 - 2:22] macro definition=STILL_NOTHING
51 // CHECK: Punctuation: "(" [2:30 - 2:31] macro definition=STILL_NOTHING
52 // CHECK: Identifier: "honk" [2:31 - 2:35] macro definition=STILL_NOTHING
53 // CHECK: Punctuation: "," [2:35 - 2:36] macro definition=STILL_NOTHING
54 // CHECK: Identifier: "warble" [2:36 - 2:42] macro definition=STILL_NOTHING
55 // CHECK: Punctuation: ")" [2:42 - 2:43] macro definition=STILL_NOTHING
58 // CHECK: Identifier: "BAR" [3:9 - 3:12] macro definition=BAR
59 // CHECK: Identifier: "baz" [3:13 - 3:16] macro definition=BAR
62 // CHECK: Identifier: "WIBBLE" [4:9 - 4:15] macro definition=WIBBLE
63 // CHECK: Punctuation: "(" [4:15 - 4:16] macro definition=WIBBL
    [all...]
redeclarations.cpp 9 // CHECK: redeclarations.h:1:7: ClassDecl=X:1:7 (Definition) Extent=[1:1 - 4:2]
10 // CHECK: redeclarations.h:8:7: ClassTemplate=B:8:7 (Definition) Extent=[7:1 - 10:2]
11 // CHECK: redeclarations.h:7:20: TemplateTypeParameter=T1:7:20 (Definition) Extent=[7:11 - 7:22]
12 // CHECK: redeclarations.h:7:33: TemplateTypeParameter=T2:7:33 (Definition) Extent=[7:24 - 7:35]
13 // CHECK: redeclarations.h:13:8: ClassTemplate=C:13:8 (Definition) Extent=[12:1 - 15:2]
14 // CHECK: redeclarations.h:12:17: TemplateTypeParameter=T:12:17 (Definition) Extent=[12:11 - 12:18]
15 // CHECK: redeclarations.h:17:7: ClassDecl=D:17:7 (Definition) Extent=[17:1 - 21:2]
17 // CHECK: redeclarations.h:19:19: FieldDecl=x:19:19 (Definition) Extent=[19:5 - 19:20]
21 // CHECK: redeclarations.cpp:3:7: ClassDecl=A:3:7 (Definition) Extent=[3:1 - 5:2]
index-file.cu 7 // CHECK-ANY: macro definition=__cplusplus
8 // CHECK-HOST-NOT: macro definition=__CUDA_ARCH__
9 // CHECK-DEVICE: macro definition=__CUDA_ARCH__
annotate-tokens.cpp 41 // CHECK: Keyword: "struct" [1:1 - 1:7] StructDecl=bonk:1:8 (Definition)
42 // CHECK: Identifier: "bonk" [1:8 - 1:12] StructDecl=bonk:1:8 (Definition)
43 // CHECK: Punctuation: "{" [1:13 - 1:14] StructDecl=bonk:1:8 (Definition)
44 // CHECK: Punctuation: "}" [1:15 - 1:16] StructDecl=bonk:1:8 (Definition)
46 // CHECK: Keyword: "void" [2:1 - 2:5] FunctionDecl=test:2:6 (Definition)
47 // CHECK: Identifier: "test" [2:6 - 2:10] FunctionDecl=test:2:6 (Definition)
48 // CHECK: Punctuation: "(" [2:10 - 2:11] FunctionDecl=test:2:6 (Definition)
50 // CHECK: Identifier: "X" [2:16 - 2:17] ParmDecl=X:2:16 (Definition)
51 // CHECK: Punctuation: ")" [2:17 - 2:18] FunctionDecl=test:2:6 (Definition)
65 // CHECK: Keyword: "struct" [7:1 - 7:7] StructDecl=X:7:8 (Definition)
    [all...]
invalid-rdar-8236270.cpp 9 // CHECK: VarDecl=P:5:13 (Definition) Extent=[5:1 - 5:14]
10 // CHECK: VarDecl=main:6:5 (Definition) Extent=[6:1 - 6:9]
print-type-cxx11.cpp 7 // CHECK: CXXMethod=f:2:8 (Definition) [type=void () {{.*}}&] [typekind=FunctionProto] lvalue-ref-qualifier [resulttype=void] [resulttypekind=Void] [isPOD=0]
8 // CHECK: CXXMethod=f:3:8 (Definition) [type=void () {{.*}}&&] [typekind=FunctionProto] rvalue-ref-qualifier [resulttype=void] [resulttypekind=Void] [isPOD=0]
  /external/clang/test/Modules/
merge-using-decls.cpp 37 // Here, we're instantiating the definition from 'A' and merging the definition
40 // expected-error@b.h:* {{'E::value' from module 'B' is not present in definition of 'E<T>' in module 'A'}}
41 // expected-error@b.h:* {{'E::v' from module 'B' is not present in definition of 'E<T>' in module 'A'}}
43 // expected-error@b.h:* {{'F::type' from module 'B' is not present in definition of 'F<T>' in module 'A'}}
44 // expected-error@b.h:* {{'F::t' from module 'B' is not present in definition of 'F<T>' in module 'A'}}
45 // expected-error@b.h:* {{'F::value' from module 'B' is not present in definition of 'F<T>' in module 'A'}}
46 // expected-error@b.h:* {{'F::v' from module 'B' is not present in definition of 'F<T>' in module 'A'}}
50 // Here, we're instantiating the definition from 'B' and merging the definition
    [all...]
elaborated-type-specifier-from-hidden-module.m 7 // FIXME: compatible definition should not be an error.
10 // Incompatible definition.
12 // expected-note@elaborated-type-structs.h:* 2 {{previous definition is here}}
macros2.c 15 // expected-note@macros_top.h:22 {{expanding this definition of 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
16 // expected-note@macros_other.h:6 {{other definition of 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
31 TOP_RIGHT_REDEF *fp = &f; // ok, right's definition overrides top's definition
33 // Note, left's definition wins here, whereas right's definition wins in
72 // expected-note@macros_top.h:19 {{expanding this definition}}
73 // expected-note@macros_other.h:4 {{other definition}}
  /external/clang/test/SemaCXX/
out-of-line-def-mismatch.cpp 10 void func(S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('N2::S1 *' vs 'N2::N1::S1 *')}}
11 void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaration does not match definition ('const N2::S1 *' vs 'const N2::N1::S1 *')}}
12 void func(const S1*, unsigned); //expected-note {{type of 1st parameter of member declaration does not match definition ('const N2::S1 *' vs 'N2::N1::S1')}}
13 void func(unsigned, const S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('unsigned int' vs 'unsigned int *')}}
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
typedef-redecl.cpp 3 typedef INT REALLY_INT; // expected-note {{previous definition is here}}
9 typedef int result_type; // expected-note {{previous definition is here}}
13 struct Y; // expected-note{{previous definition is here}}
17 struct Y2; // expected-error{{definition of type 'Y2' conflicts with typedef of the same name}}
19 void f(); // expected-note{{previous definition is here}}
22 typedef int f2; // expected-note{{previous definition is here}}
59 typedef T f(T t) { return t; } // expected-error {{function definition declared 'typedef'}}
70 typedef int q[C == 1 ? 1 : -1]; // expected-note{{previous definition is here}}
82 typedef int q[1]; // expected-note{{previous definition is here}}
  /external/clang/test/Sema/
crash-invalid-array.c 18 void foo(int a[*][2]) {(void)a[0][1]; } // expected-error {{variable length array must be bound in function definition}}
19 void foo1(int a[2][*]) {(void)a[0][1]; } // expected-error {{variable length array must be bound in function definition}}
20 void foo2(int a[*][*]) {(void)a[0][1]; } // expected-error {{variable length array must be bound in function definition}}
21 void foo3(int a[2][*][2]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}}
22 void foo4(int a[2][*][*]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
labels.s 21 * #1, First definition of local label 'lab'
27 * #3, Next definition; exit from .copy clears all locals
30 * #4, Next definition is within macro; supersedes previous definition while
38 * This reference should resolve to definition #3
  /external/clang/test/PCH/
chain-implicit-definition.cpp 15 // Key function to suppress vtable definition.
23 // Causes definition of ~B(), but it was lost when saving PCH.
36 // VTable placement would again cause definition of ~B(), hiding the bug,
  /external/clang/test/SemaObjC/
method-typecheck-3.m 6 - (B*)a; // expected-note {{previous definition is here}}
7 - (void)takesA: (A*)a; // expected-note {{previous definition is here}}
8 - (void)takesId: (id)a; // expected-note {{previous definition is here}}
method-undefined-warn-1.m 11 @implementation INTF // expected-warning {{method definition for 'int_meth' not found}} \
12 // expected-warning {{method definition for 'cls_meth' not found}} \
13 // expected-warning {{method definition for 'cls_meth1:' not found}}
27 @implementation INTF1 // expected-warning {{method definition for 'int_meth' not found}} \
28 // expected-warning {{method definition for 'cls_meth' not found}} \
29 // expected-warning {{method definition for 'cls_meth1:' not found}}
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/config/
audio_policy_criteria.conf 48 # DO NOT CHANGE ORDER. This definition must be aligned with the definition of
53 # DO NOT CHANGE ORDER. This definition must be aligned with the definition of
62 # The values of the mode MUST be aligned with the definition of the audio_mode_t
67 # The values of the mode MUST be aligned with the definition of the
72 # The values of the mode MUST be aligned with the definition of the
77 # The values of the mode MUST be aligned with the definition of the
82 # The values of the mode MUST be aligned with the definition of the
87 # The values of the mode MUST be aligned with the definition of th
    [all...]
  /external/c-ares/
setup_once.h 81 * Definition of timeval struct for platforms that don't have it.
228 * Function-like macro definition used to close a socket.
313 * Convenience SIG_ATOMIC_T definition
387 #undef EBADF /* override definition in errno.h */
389 #undef EINTR /* override definition in errno.h */
391 #undef EINVAL /* override definition in errno.h */
393 #undef EWOULDBLOCK /* override definition in errno.h */
395 #undef EINPROGRESS /* override definition in errno.h */
397 #undef EALREADY /* override definition in errno.h */
399 #undef ENOTSOCK /* override definition in errno.h *
    [all...]
  /external/curl/lib/
curl_setup_once.h 106 * Definition of timeval struct for platforms that don't have it.
253 * Function-like macro definition used to close a socket.
383 * Convenience SIG_ATOMIC_T definition
457 #undef EBADF /* override definition in errno.h */
459 #undef EINTR /* override definition in errno.h */
461 #undef EINVAL /* override definition in errno.h */
463 #undef EWOULDBLOCK /* override definition in errno.h */
465 #undef EINPROGRESS /* override definition in errno.h */
467 #undef EALREADY /* override definition in errno.h */
469 #undef ENOTSOCK /* override definition in errno.h *
    [all...]
  /external/libxml2/result/schemas/
derivation-ok-restriction-2-1-1_0_0.err 1 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error : local complex type, attribute use 'barB_1': The 'optional' attribute use is inconsistent with the corresponding 'required' attribute use of the base complex type definition '{http://FOO}typeA'.
2 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error : local complex type, attribute use 'barC_1': Neither a matching attribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
3 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error : local complex type, attribute use 'barC_2': Neither a matching attribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
4 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error : local complex type, attribute use 'barD_1': Neither a matching attribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
5 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error : local complex type, attribute use 'barD_2': Neither a matching attribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
6 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error : local complex type: A matching attribute use for the 'required' attribute use 'barB_3' of the base complex type definition '{http://FOO}typeA' is missing.
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p15.cpp 8 C::C(int a, // expected-note {{previous definition}}
9 int b) // expected-note {{previous definition}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p9-0x.cpp 5 // definition), and recover with a "type cannot be defined in a trailing return
7 auto j() -> enum { e3 }; // expected-error{{unnamed enumeration must be a definition}} expected-error {{expected a type}}
  /external/clang/test/CXX/temp/temp.spec/
cxx1y-variable-template-no-body.cpp 16 // Should recover as if definition
17 template double pi_var = 5; // expected-error {{variable cannot be defined in an explicit instantiation; if this declaration is meant to be a variable definition, remove the 'template' keyword}}
20 T pi0 = T(3.1415926535897932385); // expected-note {{previous definition is here}}
22 template int pi0 = 10; // expected-error {{variable cannot be defined in an explicit instantiation; if this declaration is meant to be a variable definition, remove the 'template' keyword}} \
30 template float pi1<float> = 1.0; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}}
34 template int pi1<int> = 10; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \
  /external/clang/test/Misc/
error-limit.c 12 // CHECK: 4:8: note: previous definition is here
15 // CHECK-NOT: 8:8: note: previous definition is here
  /external/clang/test/Preprocessor/
macro_redefined.c 9 // expected-note@1 {{previous definition is here}}
15 // expected-note@+3 {{previous definition is here}}

Completed in 2279 milliseconds

1 2 3 45 6 7 8 91011>>