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

<<31323334353637383940>>

  /external/chromium_org/third_party/zlib/
gzguts.h 30 #ifdef NO_DEFLATE /* for compatibility with old definition */
50 /* get errno and strerror definition */
  /external/clang/test/CodeGenCXX/
class-layout.cpp 69 // B isn't complete yet, but it has a definition, and if we try to
70 // compute a record layout for that definition then we'll really
debug-info-template-member.cpp 55 // constructing the context chain for 'x' we emit the full definition of
56 // 'foo', which requires the definition of 'inner' again
  /external/clang/test/Index/
preamble.c 16 // CHECK: preamble.h:1:12: FunctionDecl=bar:1:12 (Definition) Extent=[1:1 - 6:2]
23 // CHECK: preamble.c:8:15: ParmDecl=:8:15 (Definition) Extent=[8:12 - 8:15]
properties-class-extensions.m 48 // CHECK-NOT: properties-class-extensions.m:9:15: ParmDecl=b:9:15 (Definition) Extent=[9:15 - 9:16]
54 // CHECK: properties-class-extensions.m:6:15: ParmDecl=a:6:15 (Definition) Extent=[6:15 - 6:16]
60 // CHECK: properties-class-extensions.m:9:15: ParmDecl=b:9:15 (Definition) Extent=[9:15 - 9:16]
72 // CHECK: properties-class-extensions.m:19:26: ParmDecl=bar:19:26 (Definition) Extent=[19:26 - 19:29]
75 // CHECK: properties-class-extensions.m:25:11: ObjCProtocolDecl=Rdar8467189_FooProtocol:25:11 (Definition) Extent=[25:1 - 27:5]
89 // CHECK: properties-class-extensions.m:31:40: ParmDecl=Rdar8467189_Bar:31:40 (Definition) Extent=[31:40 - 31:55]
97 // CHECK: properties-class-extensions.m:38:34: ParmDecl=qux:38:34 (Definition) Extent=[38:34 - 38:37]
98 // CHECK: properties-class-extensions.m:42:10: ObjCDynamicDecl=qux:38:34 (Definition) Extent=[42:1 - 42:13]
  /external/clang/test/Modules/
module-private.cpp 17 // expected-error{{definition of 'struct HiddenStruct' must be imported}}
18 // expected-note@Inputs/module_private_left.h:3 {{previous definition is here}}
  /external/clang/test/Parser/
cxx0x-decl.cpp 26 void i() = delete;;; // expected-error {{extra ';' after member function definition}}
40 typedef void d() = default; // expected-error {{function definition declared 'typedef'}} expected-error {{only special member functions may be defaulted}}
declarators.c 136 A4 12, // expected-error{{expected '= constant-expression' or end of enumerator definition}}
148 A6; // expected-error{{expected '= constant-expression' or end of enumerator definition}}
  /external/clang/test/Sema/
function-redecl.c 49 extern int f2; // expected-note 2 {{previous definition is here}}
66 int outer5; // expected-note{{previous definition is here}}
function.c 62 struct incomplete_test a(void) {} // expected-error{{incomplete result type 'struct incomplete_test' in function definition}} \
97 int func_n(int y) { // expected-error {{function definition is not allowed here}}
  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 85 void *operator new(size_t) = delete; // expected-error {{deleted definition must be first declaration}} expected-note {{implicit}}
86 void operator delete(void *) noexcept = delete; // expected-error {{deleted definition must be first declaration}} expected-note {{implicit}}
enable_if.cpp 29 void X::f(int n) __attribute__((enable_if(n == 2, "chosen when 'n' is two"))) // expected-error{{out-of-line definition of 'f' does not match any declaration in 'X'}} expected-note{{candidate disabled: chosen when 'n' is two}}
58 x.f(2); // no error, suppressed by erroneous out-of-line definition
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 46 struct test {}; // expected-note{{previous definition}}
67 template<typename T> class M::C3 { }; // expected-error{{out-of-line definition of 'C3' does not match any declaration in namespace 'M'}}
  /external/compiler-rt/make/
util.mk 59 # Print the name, definition, and value of a variable, for testing make
111 # General debugging rule, use 'make print-XXX' to print the definition, value
  /external/expat/lib/
expat_external.h 42 /* For any platform which uses this definition and supports more than
43 one calling convention, we need to extend this definition to
  /external/guava/guava/src/com/google/common/collect/
ForwardingSet.java 65 * A sensible definition of {@link #equals} in terms of {@link #size} and
76 * A sensible definition of {@link #hashCode} in terms of {@link #iterator}.
  /external/kernel-headers/original/uapi/asm-mips/asm/
kvm.h 121 /* definition of registers in kvm_run */
125 /* dummy definition */
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 36 * PPPoE addressing definition
46 * PPTP addressing definition
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 72 /* Handle incorrect definition of uint64_t as u_int64_t */
77 # error "Don't have a definition for uint64_t on this platform"
DataTypes.h.in 72 /* Handle incorrect definition of uint64_t as u_int64_t */
77 # error "Don't have a definition for uint64_t on this platform"
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.h 33 // 3. the definition of "IntRegs" in HexagonRegisterInfo.td
34 // 4. the definition of "DoubleRegs" in HexagonRegisterInfo.td
  /external/llvm/test/Linker/
unnamed-addr1-a.ll 14 ; Other file has unnamed_addr definition
36 ; Other file has non-unnamed_addr definition
  /external/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/
TableGen.tmLanguage 71 <string>punctuation.definition.comment.tablegen</string>
107 <string>punctuation.definition.comment.tablegen</string>
  /external/mesa3d/scons/
source_list.py 59 """Parse a variable definition line."""
63 self._error('not a variable definition')
  /external/smack/src/com/kenai/jbosh/
StaticBody.java 27 * definition of messages from pre-existing message content. Instances of
34 * protect against the definition of malformed XML messages when building

Completed in 513 milliseconds

<<31323334353637383940>>