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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p4.cpp 4 typedef struct A {} A; // expected-note {{previous definition is here}}
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
p4.cpp 8 template<> void func2<int>() = delete; // expected-error {{deleted definition must be first declaration}}
  /external/clang/test/Index/
in-class-init.cpp 6 // CHECK: 2:7: FieldDecl=field:2:7 (Definition) Extent=[2:3 - 2:16]
ms-if-exists.cpp 21 // CHECK: Keyword: "int" [9:5 - 9:8] VarDecl=i:9:10 (Definition)
22 // CHECK: Punctuation: "*" [9:9 - 9:10] VarDecl=i:9:10 (Definition)
23 // CHECK: Identifier: "i" [9:10 - 9:11] VarDecl=i:9:10 (Definition)
24 // CHECK: Punctuation: "=" [9:12 - 9:13] VarDecl=i:9:10 (Definition)
annotate-context-sensitive.cpp 23 // CHECK-OVERRIDE-FINAL: Keyword: "class" [6:1 - 6:6] ClassDecl=Derived:6:7 (Definition)
24 // CHECK-OVERRIDE-FINAL: Identifier: "Derived" [6:7 - 6:14] ClassDecl=Derived:6:7 (Definition)
26 // CHECK-OVERRIDE-FINAL: Punctuation: ":" [6:21 - 6:22] ClassDecl=Derived:6:7 (Definition)
29 // CHECK-OVERRIDE-FINAL: Punctuation: "{" [6:35 - 6:36] ClassDecl=Derived:6:7 (Definition)
37 // CHECK-OVERRIDE-FINAL: Punctuation: ";" [7:34 - 7:35] ClassDecl=Derived:6:7 (Definition)
38 // CHECK-OVERRIDE-FINAL: Keyword: "struct" [9:3 - 9:9] StructDecl=final:9:10 (Definition)
39 // CHECK-OVERRIDE-FINAL: Identifier: "final" [9:10 - 9:15] StructDecl=final:9:10 (Definition)
40 // CHECK-OVERRIDE-FINAL: Punctuation: "{" [9:16 - 9:17] StructDecl=final:9:10 (Definition)
41 // CHECK-OVERRIDE-FINAL: Punctuation: "}" [9:18 - 9:19] StructDecl=final:9:10 (Definition)
42 // CHECK-OVERRIDE-FINAL: Punctuation: ";" [9:19 - 9:20] ClassDecl=Derived:6:7 (Definition)
    [all...]
print-type.cpp 51 // CHECK: Namespace=outer:1:11 (Definition) [type=] [typekind=Invalid] [isPOD=0]
52 // CHECK: ClassTemplate=Foo:4:8 (Definition) [type=] [typekind=Invalid] [isPOD=0]
53 // CHECK: TemplateTypeParameter=T:3:19 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicaltypekind=Unexposed] [isPOD=0]
54 // CHECK: FieldDecl=t:5:5 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicaltypekind=Unexposed] [isPOD=0]
56 // CHECK: ClassTemplate=Baz:9:8 (Definition) [type=] [typekind=Invalid] [isPOD=0]
57 // CHECK: TemplateTypeParameter=T:8:20 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicaltypekind=Unexposed] [isPOD=0]
58 // CHECK: NonTypeTemplateParameter=U:8:32 (Definition) [type=unsigned int] [typekind=UInt] [isPOD=1]
59 // CHECK: TemplateTemplateParameter=W:8:60 (Definition) [type=] [typekind=Invalid] [isPOD=0]
60 // CHECK: Namespace=inner:14:11 (Definition) [type=] [typekind=Invalid] [isPOD=0]
61 // CHECK: StructDecl=Bar:16:8 (Definition) [type=outer::inner::Bar] [typekind=Record] [isPOD=0
    [all...]
annotate-nested-name-specifier.cpp 173 // CHECK: Keyword: "void" [31:1 - 31:5] CXXMethod=foo:31:33 (Definition)
175 // CHECK: Punctuation: "::" [31:11 - 31:13] CXXMethod=foo:31:33 (Definition)
177 // CHECK: Punctuation: "::" [31:18 - 31:20] CXXMethod=foo:31:33 (Definition)
179 // CHECK: Punctuation: "<" [31:25 - 31:26] CXXMethod=foo:31:33 (Definition)
181 // CHECK: Punctuation: "," [31:27 - 31:28] CXXMethod=foo:31:33 (Definition)
183 // CHECK: Punctuation: ">" [31:30 - 31:31] CXXMethod=foo:31:33 (Definition)
184 // CHECK: Punctuation: "::" [31:31 - 31:33] CXXMethod=foo:31:33 (Definition)
185 // CHECK: Identifier: "foo" [31:33 - 31:36] CXXMethod=foo:31:33 (Definition)
186 // CHECK: Punctuation: "(" [31:36 - 31:37] CXXMethod=foo:31:33 (Definition)
187 // CHECK: Punctuation: ")" [31:37 - 31:38] CXXMethod=foo:31:33 (Definition)
    [all...]
  /external/clang/test/Modules/Inputs/
macros_top.h 12 // The last definition will be exported from the sub-module.
  /external/clang/test/Parser/
control-scope.c 5 if (z + sizeof (enum {a})) // expected-note {{previous definition is here}}
skip-function-bodies.mm 30 // CHECK: skip-function-bodies.mm:3:7: ClassDecl=A:3:7 (Definition) Extent=[3:1 - 14:2]
31 // CHECK: skip-function-bodies.mm:4:9: ClassDecl=B:4:9 (Definition) Extent=[4:3 - 4:13]
32 // CHECK: skip-function-bodies.mm:6:1: CXXAccessSpecifier=:6:1 (Definition) Extent=[6:1 - 6:8]
34 // CHECK-NOT: skip-function-bodies.mm:8:12: StructDecl=C:8:12 (Definition) Extent=[8:5 - 10:6]
35 // CHECK-NOT: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
36 // CHECK: skip-function-bodies.mm:13:13: TypedefDecl=E:13:13 (Definition) Extent=[13:3 - 13:14]
40 // CHECK: skip-function-bodies.mm:19:17: ObjCImplementationDecl=F:19:17 (Definition) Extent=[19:1 - 24:2]
42 // CHECK-NOT: skip-function-bodies.mm:21:13: TypedefDecl=H:21:13 (Definition) Extent=[21:3 - 21:14]
45 // CHECK-NOT: skip-function-bodies.mm:27:9: ClassDecl=K:27:9 (Definition) Extent=[27:3 - 27:13]
  /external/clang/test/SemaCXX/
attr-after-definition.cpp 5 bool f0(X) { return true; } // expected-note{{definition}}
function-overloaded-redecl.cpp 8 void f (int) { } // expected-note {{previous definition is here}}
  /external/clang/test/SemaObjC/
objc2-merge-gc-attribue-decl.m 16 extern id p3; // expected-note {{previous definition is here}}
19 extern void *p4; // expected-note {{previous definition is here}}
25 extern char* __strong p6; // expected-note {{previous definition is here}}
28 extern __strong char* p7; // expected-note {{previous definition is here}}
  /external/clang/test/SemaObjCXX/
objc2-merge-gc-attribue-decl.mm 38 extern id p3; // expected-note {{previous definition is here}}
41 extern void *p4; // expected-note {{previous definition is here}}
47 extern char* __strong p6; // expected-note {{previous definition is here}}
50 extern __strong char* p7; // expected-note {{previous definition is here}}
  /external/eigen/doc/snippets/
FullPivLU_kernel.cpp 6 cout << "By definition of the kernel, m*ker is zero:"
  /external/lldb/test/functionalities/data-formatter/rdar-9973865/
Makefile 5 # Workaround for llvm.org/pr16214: clang doesn't emit structure definition DWARF
  /external/llvm/test/Assembler/
2003-11-24-SymbolTableCrash.ll 1 ; RUN: not llvm-as < %s 2>&1 | grep "multiple definition"
  /external/markdown/docs/extensions/
Definition_Lists.txt 0 Definition Lists
7 The Definition List Extension adds the ability to create definition list in
15 Definition lists are defined using the syntax established in
footnotes.txt 23 Footnotes[^1] have a label[^label] and a definition[^!DEF].
27 [^!DEF]: The definition of a footnote.
29 A footnote definition may contain multiple lines, paragraphs, code blocks,
33 [^1]: The first paragraph of the definition.
35 Paragraph two of the definition.
  /external/stlport/test/unit/
iota.h 6 //iota definition used in unit test
  /hardware/intel/bootstub/
types.h 2 * very early types definition
  /ndk/tests/device/test-gnustl-full/unit/
iota.h 6 //iota definition used in unit test
  /ndk/tests/device/test-stlport/unit/
iota.h 6 //iota definition used in unit test
  /external/clang/test/CodeGenObjC/
protocols-lazy.m 11 // Definition triggered by protocol reference.
17 // Forward definition triggered by protocol reference.
23 // Definition triggered by class reference.
30 // Definition following forward reference.
39 // Protocol reference following definition.
  /frameworks/compile/mclinker/include/mcld/LD/
DiagSymbolResolutions.inc 5 DIAG(comm_refer_to_define, DiagnosticEngine::Ignore, "common symbol %0 is overridden by previous definition", "common symbol %0 is overridden by previous definition")
6 DIAG(redefine_common, DiagnosticEngine::Ignore, "common symbol %0 is overridden by definition", "common symbol %0 is overriden by definition")
9 DIAG(multiple_definitions, DiagnosticEngine::Error, "multiple definition of symbol `%0'", "you define variable %0 twice")

Completed in 489 milliseconds

1 2 3 45 6 7 8 91011>>