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

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
loc7.d 6 #error: multiple definition of `__\.MMIX\.start\.\.data'
loc7m.d 6 #error: multiple definition of `__\.MMIX\.start\.\.data'
  /tools/metalava/src/main/resources/
version.properties 1 # Version definition
  /external/clang/test/CXX/stmt.stmt/stmt.select/
p3.cpp 6 if (int x = f()) { // expected-note 2{{previous definition}}
15 if (int x = f()) // expected-note 2{{previous definition}}
  /external/clang/test/CodeGenCXX/
duplicate-mangled-name.cpp 14 void _ZN7MyClass4methEv() { } // expected-error {{definition with same mangled name as another definition}}
49 extern "C" void _ZN2T2D2Ev() {}; // expected-note {{previous definition is here}}
52 ~T2() {} // expected-error {{definition with same mangled name as another definition}}
63 int _ZN2nm3abcE = 1; // expected-note {{previous definition is here}}
67 float abc = 2; // expected-error {{definition with same mangled name as another definition}}
  /external/clang/test/Index/
load-decls.c 12 // CHECK: load-decls.c:1:6: EnumDecl=Color:1:6 (Definition) Extent=[1:1 - 7:2]
13 // CHECK: load-decls.c:2:3: EnumConstantDecl=Red:2:3 (Definition) Extent=[2:3 - 2:6]
14 // CHECK: load-decls.c:3:3: EnumConstantDecl=Green:3:3 (Definition) Extent=[3:3 - 3:8]
15 // CHECK: load-decls.c:4:3: EnumConstantDecl=Blue:4:3 (Definition) Extent=[4:3 - 4:7]
16 // CHECK: load-decls.c:6:3: EnumConstantDecl=Rouge:6:3 (Definition) Extent=[6:3 - 6:14]
20 // CHECK: load-decls.c:9:21: ParmDecl=:9:21 (Definition) Extent=[9:14 - 9:27]
21 // CHECK: load-decls.c:9:26: ParmDecl=:9:26 (Definition) Extent=[9:23 - 9:26]
22 // CHECK: load-decls.c:9:34: ParmDecl=:9:34 (Definition) Extent=[9:29 - 9:34]
print-type-declaration.cpp 11 // CHECK: VarDecl=a:6:8 (Definition) [typedeclaration=Test] [typekind=Record]
12 // CHECK: VarDecl=b:7:8 (Definition) [typedeclaration=Test] [typekind=Record]
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]
  /external/clang/test/Preprocessor/
macro-reserved.c 3 #define for 0 // expected-warning {{keyword is hidden by macro definition}}
35 #define inline inline__ // expected-warning {{keyword is hidden by macro definition}}
37 #define extern __inline // expected-warning {{keyword is hidden by macro definition}}
39 #define extern __extern // expected-warning {{keyword is hidden by macro definition}}
41 #define extern __extern__ // expected-warning {{keyword is hidden by macro definition}}
44 #define inline _inline // expected-warning {{keyword is hidden by macro definition}}
46 #define volatile // expected-warning {{keyword is hidden by macro definition}}
51 #define switch if // expected-warning {{keyword is hidden by macro definition}}
macro-reserved.cpp 3 #define for 0 // expected-warning {{keyword is hidden by macro definition}}
36 #define inline inline__ // expected-warning {{keyword is hidden by macro definition}}
38 #define extern __inline // expected-warning {{keyword is hidden by macro definition}}
40 #define extern __extern // expected-warning {{keyword is hidden by macro definition}}
42 #define extern __extern__ // expected-warning {{keyword is hidden by macro definition}}
45 #define inline _inline // expected-warning {{keyword is hidden by macro definition}}
47 #define volatile // expected-warning {{keyword is hidden by macro definition}}
53 #define switch if // expected-warning {{keyword is hidden by macro definition}}
  /external/clang/test/Sema/
pragma-weak.c 4 #pragma weak both3 = __both3 // expected-note {{previous definition}}
9 #pragma weak a3 = __a3 // expected-note {{previous definition}}
typedef-redef.c 3 typedef const int x; // expected-note {{previous definition is here}}
9 int y; // expected-note 2 {{previous definition is here}}
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}}
19 int ary[]; // expected-error{{definition of variable with array type needs an explicit size or an initializer}}
24 int h[]; // expected-warning {{tentative array definition assumed to have one element}}
  /external/llvm/test/Examples/Kaleidoscope/
Chapter6.test 3 # Test unary operator definition.
8 # Test binary operator definition.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug463.go 12 const a = a // ERROR "refers to itself|definition loop"
16 A = B // ERROR "refers to itself|definition loop"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug463.go 12 const a = a // ERROR "refers to itself|definition loop"
16 A = B // ERROR "refers to itself|definition loop"
  /external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p2.cpp 3 void func1(int i) { // expected-note{{previous definition is here}}
7 void func2(int i) try { // expected-note{{previous definition is here}}
12 void func3(int i) try { // expected-note {{previous definition is here}}
16 void func4(int i) try { // expected-note{{previous definition is here}}
28 } catch (int i) { // expected-note{{previous definition is here}}
34 } catch (int i) { // expected-note{{previous definition is here}}
  /external/clang/test/SemaObjC/
class-proto-1.m 5 @protocol p1,p2,p3; // expected-note {{protocol 'p2' has no definition}} \
6 // expected-note {{protocol 'p3' has no definition}}
18 @interface E1 <p2> @end // expected-warning {{cannot find protocol definition for 'p2'}}
25 @interface E2 <p1,p2,p3> @end // expected-warning {{cannot find protocol definition for 'p3'}}
42 @protocol UndefinedParentProtocol; // expected-note {{protocol 'UndefinedParentProtocol' has no definition}}
47 @interface SomeObject : NSObject <UndefinedProtocol> // expected-warning {{cannot find protocol definition for 'UndefinedProtocol'}}
category-1.m 5 @protocol p1,p2,p3; // expected-note {{protocol 'p1' has no definition}} \
6 // expected-note {{protocol 'p2' has no definition}}
8 @interface MyClass1 (Category1) <p1> // expected-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous definition is here}}
11 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1' on interface 'MyClass1'}}
17 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}}
20 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}}
21 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}}
24 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Category4' on interface 'MyClass1'}}
25 @interface MyClass1 (Category7) @end // expected-warning {{duplicate definition of category 'Category7' on interface 'MyClass1'}
    [all...]
  /packages/apps/TV/res/xml/
tv_content_rating_systems.xml 21 <rating-system-definition android:name="AR_TV"
23 <sub-rating-definition android:name="AR_TV_D"
26 <sub-rating-definition android:name="AR_TV_S"
29 <sub-rating-definition android:name="AR_TV_V"
32 <rating-definition android:name="AR_TV_ATP"
39 </rating-definition>
40 <rating-definition android:name="AR_TV_SAM_13"
47 </rating-definition>
48 <rating-definition android:name="AR_TV_SAM_16"
55 </rating-definition>
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DMARemappingReportingTable.h 18 The definition for ACPI DMA-Remapping Reporting (DMAR) Table.
44 // Definition for DMA Remapping Structure Types
52 // Definition for DMA Remapping Structure Header
60 // Definition for DMA-Remapping PCI Path
68 // Definition for DMA-Remapping Device Scope Entry Structure
83 // Definition for DMA-Remapping Hardware Definition (DRHD) Structure
97 // Definition for Reserved Memory Region Reporting (RMRR) Structure
109 // Definition for Root Port ATS Capability Reporting (ATSR) Structure
122 // Definition for Remapping Hardware Static Affinity(RHSA) Structure
    [all...]
  /external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
p1.cpp 12 template<typename T> concept bool D1(); // expected-error {{function concept declaration must be a definition}}
22 concept bool D4() { return true; } // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
24 concept bool D5 = true; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
33 concept class CC1 {}; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
34 concept struct CS1 {}; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
35 concept union CU1 {}; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
36 concept enum CE1 {}; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
37 template <typename T> concept class TCC1 {}; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
38 template <typename T> concept struct TCS1 {}; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
39 template <typename T> concept union TCU1 {}; // expected-error {{'concept' can only appear on the definition of a function template or variable template}
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
TcgPhysicalPresence.h 2 TCG Physical Presence definition.
19 // TCG PP definition for physical presence ACPI function
31 // TCG PP definition for TPM Operation Response to OS Environment
38 // TCG PP definition of return code for Return TPM Operation Response to OS Environment
44 // TCG PP definition of return code for Submit TPM Request to Pre-OS Environment
53 // TCG PP definition of return code for Get User Confirmation Status for Operation
62 // TCG PP definition of physical presence operation actions for TPM12
91 // TCG PP definition of physical presence operation actions for TPM2
117 // TCG PP definition of physical presence operation actions for storage management

Completed in 569 milliseconds

1 2 3 45 6 7 8 91011>>