/build/kati/testcase/ |
vardef_in_call.mk | 0 vardef=$(eval $(1):=$(2)) 2 $(call vardef,x,PASS) 1 vardef=$(eval $(1):=$(2)) macro
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
ITestCase.java | 37 * varDef: 42 * The "testedRuleName" for these two test cases will be "varDef".
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
pgen.go | 33 // gvardef inserts a VARDEF for n into the instruction stream. 34 // VARDEF is an annotation for the liveness analysis, marking a place 45 // A 'VARDEF x' annotation in the instruction stream tells the liveness 47 // point in the instruction stream. The VARDEF must appear before the 56 // VARDEF x 61 // VARDEF x 71 // VARDEF x 74 // the VARDEF appears to have "overwritten" it. 76 // VARDEF is a bit of a kludge to work around the fact that the instruction 84 // VARKILL is the opposite of VARDEF: it marks a value as no longer needed [all...] |
gsubr.go | 192 // Cannot remove VARDEF instruction, because - unlike TYPE handled above - 194 // VARDEF as a target. Replace with a no-op instead. A later pass will remove
|
gen.go | 1027 // It's useless, and the VARDEF will incorrectly mark the old value as dead. 1055 // Emit vardef if needed.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
pgen.go | 30 // gvardef inserts a VARDEF for n into the instruction stream. 31 // VARDEF is an annotation for the liveness analysis, marking a place 42 // A 'VARDEF x' annotation in the instruction stream tells the liveness 44 // point in the instruction stream. The VARDEF must appear before the 53 // VARDEF x 58 // VARDEF x 68 // VARDEF x 71 // the VARDEF appears to have "overwritten" it. 73 // VARDEF is a bit of a kludge to work around the fact that the instruction 81 // VARKILL is the opposite of VARDEF: it marks a value as no longer needed [all...] |
gsubr.go | 189 // Cannot remove VARDEF instruction, because - unlike TYPE handled above - 191 // VARDEF as a target. Replace with a no-op instead. A later pass will remove
|
gen.go | 1024 // It's useless, and the VARDEF will incorrectly mark the old value as dead. 1052 // Emit vardef if needed.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
pgen.go | 33 // gvardef inserts a VARDEF for n into the instruction stream. 34 // VARDEF is an annotation for the liveness analysis, marking a place 45 // A 'VARDEF x' annotation in the instruction stream tells the liveness 47 // point in the instruction stream. The VARDEF must appear before the 56 // VARDEF x 61 // VARDEF x 71 // VARDEF x 74 // the VARDEF appears to have "overwritten" it. 76 // VARDEF is a bit of a kludge to work around the fact that the instruction 84 // VARKILL is the opposite of VARDEF: it marks a value as no longer needed [all...] |
gsubr.go | 192 // Cannot remove VARDEF instruction, because - unlike TYPE handled above - 194 // VARDEF as a target. Replace with a no-op instead. A later pass will remove
|
gen.go | 1027 // It's useless, and the VARDEF will incorrectly mark the old value as dead. 1055 // Emit vardef if needed.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
pgen.go | 30 // gvardef inserts a VARDEF for n into the instruction stream. 31 // VARDEF is an annotation for the liveness analysis, marking a place 42 // A 'VARDEF x' annotation in the instruction stream tells the liveness 44 // point in the instruction stream. The VARDEF must appear before the 53 // VARDEF x 58 // VARDEF x 68 // VARDEF x 71 // the VARDEF appears to have "overwritten" it. 73 // VARDEF is a bit of a kludge to work around the fact that the instruction 81 // VARKILL is the opposite of VARDEF: it marks a value as no longer needed [all...] |
gsubr.go | 189 // Cannot remove VARDEF instruction, because - unlike TYPE handled above - 191 // VARDEF as a target. Replace with a no-op instead. A later pass will remove
|
gen.go | 1024 // It's useless, and the VARDEF will incorrectly mark the old value as dead. 1052 // Emit vardef if needed.
|
/art/tools/checker/file_format/checker/ |
struct.py | 98 if new_expression.variant == TestExpression.Variant.VarDef: 122 PlainText, Pattern, VarRef, VarDef, Separator = range(5) 173 return TestExpression(TestExpression.Variant.VarDef, name, pattern)
|
test.py | 172 self.assertVariantNotEqual("<<:>>", TestExpression.Variant.VarDef) 178 self.assertVariantNotEqual("<<0ABC:abc>>", TestExpression.Variant.VarDef) 179 self.assertVariantNotEqual("<<AB=C:abc>>", TestExpression.Variant.VarDef) 180 self.assertVariantNotEqual("<<ABC=:abc>>", TestExpression.Variant.VarDef)
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t042ast.g | 8 VARDEF; 62 : type ID ';' -> ^(VARDEF type ID) 154 -> {this.flag === 0}? ^(VARDEF ID modifier* type expression?)
|
t042ast.html | 119 assertEquals(r.tree.toStringTree(), "(VARDEF int foo)"); 266 assertEquals(r.tree.toStringTree(), '(VARDEF gnurz public int (+ 1 2))');
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t042ast.g | 8 VARDEF; 56 : type ID ';' -> ^(VARDEF type ID) 148 -> {self.flag == 0}? ^(VARDEF ID modifier* type expression?)
|
t042ast.py | 138 '(VARDEF int foo)' 379 '(VARDEF gnurz public int (+ 1 2))'
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeParser.java | 164 * is "MULT" which means my parent must be MULT. "CLASS VARDEF" says 165 * current node must be child of a VARDEF and whose parent is a CLASS node. 166 * You can use "..." to mean zero-or-more nodes. "METHOD ... VARDEF" 167 * means my parent is VARDEF and somewhere above that is a METHOD node.
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
construction.rb | 16 VARDEF; 74 : type ID ';' -> ^(VARDEF type ID) 166 -> {@flag == 0}? ^(VARDEF ID modifier* type expression?) 418 ast_test :input => "int foo;", :rule => :r9, :ast => "(VARDEF int foo)" 474 ast_test :input => "public int gnurz = 1 + 2;", :rule => :r31, :ast => "(VARDEF gnurz public int (+ 1 2))", :flag => 0
|
/art/tools/checker/match/ |
line.py | 64 if expression.variant == TestExpression.Variant.VarDef:
|
/prebuilts/go/darwin-x86/test/ |
live.go | 212 // incorrectly placed VARDEF annotations can cause missing liveness annotations. 224 // more incorrectly placed VARDEF.
|
/prebuilts/go/linux-x86/test/ |
live.go | 212 // incorrectly placed VARDEF annotations can cause missing liveness annotations. 224 // more incorrectly placed VARDEF.
|