HomeSort by relevance Sort by last modified time
    Searched defs:evaluated (Results 1 - 5 of 5) sorted by null

  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 49 private boolean[] evaluated = new boolean[ClassConstants.TYPICAL_CODE_LENGTH]; field in class:StackSizeComputer
64 return evaluated[instructionOffset];
74 if (!evaluated[instructionOffset])
136 if (evaluated.length < codeLength)
138 evaluated = new boolean[codeLength];
145 evaluated[index] = false;
290 if (evaluated[instructionOffset])
292 System.out.println("-- (instruction block at "+instructionOffset+" already evaluated)");
309 // Evaluate any instructions that haven't been evaluated before.
310 while (!evaluated[instructionOffset]
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 485 bool evaluated = (*EI)(CE, Eng, Pred, checkDst); local
486 assert(!(evaluated && anyEvaluated)
488 if (evaluated) {
512 bool evaluated = false; local
517 evaluated = (*EI)(CE, C);
519 assert(!(evaluated && anyEvaluated)
521 if (evaluated) {
530 // If none of the checkers evaluated the call, ask ExprEngine to handle it.
ExprEngine.cpp 54 "The # of times we re-evaluated a call without inlining");
525 // Cases that should never be evaluated simply because they shouldn't
612 // to be explicitly evaluated.
876 bool evaluated = false; local
885 evaluated = true;
892 if (!evaluated)
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 711 milliseconds