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

<<21222324252627282930>>

  /external/ImageMagick/Magick++/lib/
Magick++.h 17 // Don't leak our definition of the 'restrict' keyword. 'restrict' is a valid
  /external/adhd/defs/
utilities.mk 7 # makefiles; instead, each utility should have a definition here and
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammarHelper.cs 51 /** Set up an evaluator with a node stream; and a set of function definition ASTs. */
58 /** Set up a local evaluator for a nested function call. The evaluator gets the definition
74 /** Find matching function definition for a function name and parameter
75 * value. The first definition is returned where (a) the name matches
ProfileTreeGrammarHelper.cs 51 /** Set up an evaluator with a node stream; and a set of function definition ASTs. */
58 /** Set up a local evaluator for a nested function call. The evaluator gets the definition
74 /** Find matching function definition for a function name and parameter
75 * value. The first definition is returned where (a) the name matches
  /external/clang/test/CXX/basic/basic.def.odr/
p1-var.cpp 4 // No translation unit shall contain more than one definition of any
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p2-0x.cpp 14 // FIXME: don't produce the diagnostic both for the definition and the instantiation.
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
p1-neg.cpp 25 void A<T, N>::f1() { } // expected-error{{out-of-line definition}}
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p15.cpp 15 // Okay; this is a declaration, not a definition.
  /external/clang/test/CodeGen/
builtin-cpu-supports.c 3 // Test that we have the structure definition, the gep offsets, the name of the
  /external/clang/test/CodeGenCXX/
ms-integer-static-data-members-exported.cpp 6 // In MS compatibility mode, this counts as a definition.
  /external/clang/test/Index/
availability.c 19 // CHECK-2: EnumConstantDecl=old_enum:6:3 (Definition) (deprecated)
availability.cpp 11 // CHECK: StructDecl=Foo:3:8 (Definition) [type=Foo] [typekind=Record] [isPOD=1]
blocks.c 12 // CHECK: blocks.c:6:6: FunctionDecl=test:6:6 (Definition) Extent=[6:1 - 10:2]
15 // CHECK: blocks.c:7:21: VarDecl=_foo:7:21 (Definition) Extent=[7:3 - 7:25]
17 // CHECK: blocks.c:8:11: VarDecl=i:8:11 (Definition) Extent=[8:3 - 8:16]
22 // CHECK: blocks.c:9:23: ParmDecl=foo:9:23 (Definition) Extent=[9:11 - 9:26]
file-macro-refs.c 10 // CHECK-NEXT: macro definition=FOO =[1:9 - 1:12]
file-refs-subscripting.m 42 // CHECK-NEXT: ParmDecl=index:22:18 (Definition) =[22:18 - 22:23]
47 // CHECK-NEXT: ParmDecl=p:22:28 (Definition) =[22:28 - 22:29]
53 // CHECK-NEXT: VarDecl=key:31:13 (Definition) =[31:13 - 31:16]
61 // CHECK-NEXT: VarDecl=newObject:32:6 (Definition) =[32:6 - 32:15]
local-symbols.m 36 // CHECK: local-symbols.m:7:6: ObjCIvarDecl=x:7:6 (Definition) Extent=[7:3 - 7:7]
40 // CHECK: local-symbols.m:12:17: ObjCImplementationDecl=Foo:12:17 (Definition) Extent=[12:1 - 16:2]
41 // CHECK: local-symbols.m:13:8: ObjCInstanceMethodDecl=bar:13:8 (Definition) Extent=[13:1 - 15:2]
45 // CHECK: local-symbols.m:20:11: ObjCProtocolDecl=Prot8380046:20:11 (Definition) Extent=[20:1 - 21:5]
pragma-diag-reparse.c 20 // CHECK: pragma-diag-reparse.c:8:7: VarDecl=x:8:7 (Definition) Extent=[8:3 - 8:10]
preamble-reparse-warn-macro.c 6 // CHECK-NEXT: preamble-reparse-warn-macro.c:[[@LINE+2]]:9: note: previous definition is here
  /external/clang/test/Parser/
warn-semicolon-before-method-body.m 4 // Allow optional semicolon in objc method definition after method prototype,
  /external/clang/test/Sema/
internal_linkage.c 10 // expected-note{{previous definition is here}}
predefined-function.c 18 int bar(int i) // expected-note {{previous definition is here}}
  /external/clang/test/SemaObjC/
bad-property-synthesis-crash.m 7 // expected-note {{previous definition is here}}
ivar-in-implementations.m 7 id IVAR; // expected-note {{previous definition is here}}
method-conflict-2.m 8 - (void) test1:(A*) object; // expected-note {{previous definition is here}}
18 - (void) test1:(id) object; // expected-note {{previous definition is here}}
29 - (B*) test2; // expected-note {{previous definition is here}}
54 @property (nonatomic,readonly,assign) int64_t sequenceNumber; // expected-note {{previous definition is here}}
method-def-1.m 32 arg; // expected-note {{previous definition is here}}

Completed in 608 milliseconds

<<21222324252627282930>>