Searched refs:reduced (Results 1 – 25 of 131) sorted by relevance
123456
/external/bison/tests/ |
D | reduce.at | 209 # Check that the automaton is that as the for the grammar reduced by 216 # The non reduced grammar. 218 AT_DATA([[not-reduced.y]], 224 %output="not-reduced.c" 241 AT_CHECK([[bison not-reduced.y]], 0, [], 242 [[not-reduced.y: warning: 2 useless nonterminals and 3 useless rules 243 not-reduced.y:14.1-13: warning: useless nonterminal: not_reachable 244 not-reduced.y:11.6-19: warning: useless nonterminal: non_productive 245 not-reduced.y:11.6-57: warning: useless rule: exp: non_productive 246 not-reduced.y:14.16-56: warning: useless rule: not_reachable: useful [all …]
|
D | conflicts.at | 42 [[input.y:4.9: warning: rule never reduced because of conflicts: e: /* empty */ 370 input.y:4.6-8: warning: rule never reduced because of conflicts: id: '0' 375 [[Rules never reduced
|
/external/clang/test/CodeGen/ |
D | regparm.c | 14 extern void FASTCALL reduced(char b, double c, foo* d, double e, int f); 24 reduced(0, 0.0, 0, 0.0, 0); in main()
|
/external/clang/test/Analysis/ |
D | pr_2542_rdar_6793404.m | 4 // BEGIN delta-debugging reduced header stuff 34 // END delta-debugging reduced header stuff
|
D | unused-ivars.m | 3 //===--- BEGIN: Delta-debugging reduced headers. --------------------------===// 14 //===--- END: Delta-debugging reduced headers. ----------------------------===//
|
D | NSPanel.m | 6 // BEGIN delta-debugging reduced header stuff 64 // END delta-debugging reduced header stuff
|
D | uninit-ps-rdar6145427.m | 4 // Delta-Debugging reduced preamble.
|
D | uninit-msg-expr.m | 5 // The following code is reduced using delta-debugging from
|
/external/bison/src/ |
D | reduce.c | 417 bool reduced; in reduce_grammar() local 429 reduced = (nuseless_nonterminals + nuseless_productions > 0); in reduce_grammar() 430 if (!reduced) in reduce_grammar()
|
/external/llvm/test/CodeGen/CBackend/ |
D | 2003-10-28-CastToPtrToStruct.ll | 3 ; reduced from DOOM.
|
/external/llvm/test/CodeGen/Alpha/ |
D | 2007-11-27-mulneg3.ll | 5 ; ModuleID = 'Output/bugpoint-train/bugpoint-reduced-simplified.bc'
|
/external/llvm/test/Transforms/LowerInvoke/ |
D | 2003-12-10-Crash.ll | 1 ; This testcase was reduced from Shootout-C++/reversefile.cpp by bugpoint
|
/external/llvm/test/Transforms/ADCE/ |
D | 2003-01-22-PredecessorProblem.ll | 1 ; Testcase reduced from 197.parser by bugpoint
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | variable_stride.ll | 1 ; Check that variable strides are reduced to adds instead of multiplies.
|
D | ops_after_indvar.ll | 2 ; gets reduced, making INDVAR dead.
|
/external/llvm/test/BugPoint/ |
D | remove_arguments_test.ll | 2 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
|
D | metadata.ll | 2 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
|
/external/astl/ |
D | README | 8 reduced to a bare minimum, there is little parametrization in classes.
|
/external/zlib/doc/ |
D | txtvsbin.txt | 24 is low. Another weakness of this scheme is a reduced precision, due to 64 recognized on a reduced range of platforms and text viewers/editors: 90 positives). This, however, incurs a reduced precision overall, since
|
/external/llvm/test/MC/COFF/ |
D | switch-relocations.ll | 4 ; This test case was reduced from Lua/lapi.c.
|
/external/chromium/chrome/common/extensions/docs/images/intermediate/ |
D | README.txt | 6 full-size images that we reduced or combined to produce the images
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-02-09-ivs-different-sizes.ll | 3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
|
D | 2009-01-18-ConstantExprCrash.ll | 3 ; reduced from 483.xalancbmk
|
/external/llvm/include/llvm/Target/ |
D | TargetSchedule.td | 94 // read from the same bypass, then the operand use latency is reduced by one. 106 // is reduced by 1.
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | 2008-06-05-loadstore-agg.ll | 1 ; This test shows an alloca of a struct and an array that can be reduced to
|
123456