HomeSort by relevance Sort by last modified time
    Searched full:definition (Results 51 - 75 of 8346) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Index/
arc-complete.m 10 // CHECK-CC1: macro definition:{TypedText __autoreleasing} (70)
14 // CHECK-CC1: macro definition:{TypedText __strong} (70)
15 // CHECK-CC1: macro definition:{TypedText __unsafe_unretained} (70)
16 // CHECK-CC1: macro definition:{TypedText __weak} (70)
print-type-size.cpp 7 // CHECK64: VarDecl=v:[[@LINE+2]]:6 (Definition) [type=void] [typekind=Void]
8 // CHECK32: VarDecl=v:[[@LINE+1]]:6 (Definition) [type=void] [typekind=Void]
11 // CHECK64: VarDecl=v1:[[@LINE+2]]:7 (Definition) [type=void *] [typekind=Pointer] [sizeof=8] [alignof=8]
12 // CHECK32: VarDecl=v1:[[@LINE+1]]:7 (Definition) [type=void *] [typekind=Pointer] [sizeof=4] [alignof=4]
16 // CHECK64: StructDecl=simple:[[@LINE+2]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=48] [alignof=8]
17 // CHECK32: StructDecl=simple:[[@LINE+1]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=36] [alignof=4]
21 // CHECK64: FieldDecl=c:[[@LINE+1]]:7 (Definition) [type=int] [typekind=Int] [sizeof=4] [alignof=4] [offsetof=40] [BitFieldSize=3]
25 // CHECK64: FieldDecl=f:[[@LINE+1]]:7 (Definition) [type=int] [typekind=Int] [sizeof=4] [alignof=4] [offsetof=133] [BitFieldSize=4]
27 // CHECK64: FieldDecl=g:[[@LINE+2]]:13 (Definition) [type=long long] [typekind=LongLong] [sizeof=8] [alignof=8] [offsetof=192]
28 // CHECK32: FieldDecl=g:[[@LINE+1]]:13 (Definition) [type=long long] [typekind=LongLong] [sizeof=8] [alignof=4] [offsetof=128
    [all...]
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]
  /external/clang/test/Modules/Inputs/merge-template-members/
b1.h 3 // Add update record for definition of A<int> and constructors.
b2.h 3 // Add update record for definition of A<int> and constructors.
c.h 7 // Trigger instantiation of definition of A<int>.
  /external/clang/test/Modules/Inputs/redecl-found-building-chains/
d.h 5 #include "c.h" // ensure that our type for A doesn't reference the definition in b
  /external/clang/test/Parser/
argument_redef.c 4 void foo(int A) { /* expected-note {{previous definition is here}} */
cxx-default-delete.cpp 6 int f() = delete, g; // expected-error{{'= delete' is a function definition}}
7 int o, p() = delete; // expected-error{{'= delete' is a function definition}}
10 // expected-error{{'= default' is a function definition}}
11 int s, t() = default; // expected-error{{'= default' is a function definition}}
  /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 }
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}}
  /external/clang/test/SemaObjC/
method-typecheck-2.m 4 - (void) doSomethingInProtocol: (float) x; // expected-note {{previous definition is here}}
5 + (void) doSomethingClassyInProtocol: (float) x; // expected-note {{previous definition is here}}
11 - (void) doSomething: (float) x; // expected-note {{previous definition is here}}
12 + (void) doSomethingClassy: (int) x; // expected-note {{previous definition is here}}
  /external/libxml2/result/schemas/
extension1_0_2.err 1 ./test/schemas/extension1_2.xml:1: element title: Schemas validity error : Element 'title': Element content is not allowed, because the content type is a simple type definition.
  /external/llvm/test/Assembler/
invalid-fwdref2.ll 1 ; RUN: not llvm-as %s -disable-output 2>&1 | grep "forward reference and definition of global have different types"
  /external/llvm/test/MC/AsmParser/
macro-rept-err2.s 7 // CHECK: no matching '.endr' in definition
  /prebuilts/misc/common/swig/include/2.0.11/octave/
stl.i 1 /* initial STL definition. extended as needed in each language */
  /prebuilts/misc/common/swig/include/2.0.11/python/
stl.i 1 /* initial STL definition. extended as needed in each language */
  /prebuilts/misc/common/swig/include/2.0.11/r/
stl.i 1 /* initial STL definition. extended as needed in each language */
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 28 // Should recover as if definition
31 template void g0(int) { } // expected-error {{function cannot be defined in an explicit instantiation; if this declaration is meant to be a function definition, remove the 'template' keyword}}
33 template struct y0 { }; // expected-error {{class cannot be defined in an explicit instantiation; if this declaration is meant to be a class definition, remove the 'template' keyword}}
51 template void f1<int>(int) { } // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \
53 template struct x1<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \
62 template void f2<int>(int) { } // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}}
63 template struct x2<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keywo (…)
    [all...]
  /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/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/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
CustomElements.js 327 var definition = scope.getRegisteredDefinition(is || node.localName);
328 if (definition) {
329 if (is && definition.tag == node.localName) {
330 return upgradeWithDefinition(node, definition);
331 } else if (!is && !definition.extends) {
332 return upgradeWithDefinition(node, definition);
337 function upgradeWithDefinition(element, definition) {
339 if (definition.is) {
340 element.setAttribute("is", definition.is);
342 implementPrototype(element, definition);
    [all...]
  /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}}

Completed in 6149 milliseconds

1 23 4 5 6 7 8 91011>>