Searched refs:definition (Results 1 - 25 of 187) sorted by relevance

12345678

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
H A DRegisterMove.java17 Instruction definition; field in class:RegisterMove
25 public RegisterMove(int dst, MoveType type, Instruction definition) { argument
29 assert definition.isConstInstruction();
30 this.definition = definition;
62 return src + dst * 3 + type.hashCode() * 5 + (definition == null ? 0 : definition.hashCode());
71 return o.src == src && o.dst == dst && o.type == type && o.definition == definition;
/external/clang/test/PCH/
H A Dfuzzy-pch.c20 # error FOO has the wrong definition
27 // CHECK-FOO: definition of macro 'FOO' differs between the precompiled header ('1') and the command line ('blah')
/external/llvm/test/MC/COFF/
H A Dinvalid-endef.s3 # CHECK: ending symbol definition without starting one
4 # CHECK: ending symbol definition without starting one
H A Dinvalid-scl.s3 # CHECK: storage class specified outside of symbol definition
4 # CHECK: storage class specified outside of symbol definition
H A Dinvalid-type.s3 # CHECK: symbol type specified outside of a symbol definition
4 # CHECK: symbol type specified outside of a symbol definition
H A Dinvalid-def.s3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
/external/strace/
H A Dflock.h39 # error struct flock definition not found in <linux/fcntl.h>
47 # error struct flock64 definition not found in <linux/fcntl.h>
/external/clang/test/Sema/
H A Dincomplete-decl.c6 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/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml5 (* top ::= definition | external | expression | ';' *)
20 print_endline "parsed a function definition.";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml7 (* top ::= definition | external | expression | ';' *)
22 print_endline "parsed a function definition.";
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml5 (* top ::= definition | external | expression | ';' *)
20 print_endline "parsed a function definition.";
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml7 (* top ::= definition | external | expression | ';' *)
22 print_endline "parsed a function definition.";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml24 (* var definition *)
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml24 (* var definition *)
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/clang/test/SemaTemplate/
H A Dinstantiate-call.cpp28 expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
/external/libdaemon/libdaemon/
H A DAndroid.mk19 # -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dvarsub.bat28 # Substitutes variables into rules and deletes variable definition
54 # This looks like a variable definition
59 print STDERR "Error: Duplicate definition of $var\n";

Completed in 1633 milliseconds

12345678