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

  /dalvik/tests/038-inner-null/src/
Main.java 5 Special special = new Special(); local
6 special.callInner();
10 public static class Special {
13 Special() {
14 System.out.println("new Special()");
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 145 typedef First::Bar<Second::Foo> Special;
151 const bool Special::static_bool(false);
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 148 // that have special allocation requirements. Also assume all registers
163 bool Special = MI->isCall() ||
202 if (MO.isUse() && Special) {
457 // There are three anti-dependencies here, and without special care,
563 // If MI's defs have a special allocation requirement, don't allow
568 // If this instruction's defs have special allocation requirement, don't
  /external/expat/bcb5/
elements.mak 66 Special=0
expat.mak 67 Special=0
expat_static.mak 67 Special=0
expatw.mak 67 Special=0
expatw_static.mak 68 Special=0
outline.mak 66 Special=0
xmlwf.mak 67 Special=0
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 55 unsigned Special : 1; // Needs to be dealt with specially
328 // Special case for these ldr / str with sp as base register.
618 // t2MUL is "special". The tied source operand is second, not first.
876 // Don't attempt normal reductions on "special" cases for now.
877 if (Entry.Special)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 51 // register pressure decisions is partly worked around by the "Special"
474 // Handle a few RHS special cases.
    [all...]

Completed in 259 milliseconds