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

  /art/test/038-inner-null/src/
Main.java 19 Special special = new Special(); local
20 special.callInner();
23 public static class Special {
26 Special() {
27 System.out.println("new Special()");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 37 unsigned char Special[RC_NUM_SPECIAL_REGISTERS];
86 dst->Special[i] = a->Special[i] | b->Special[i];
135 rc_error(s->C, "%s: special file index %i out of bounds\n", __FUNCTION__, index);
139 return &s->R.Special[index];
  /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 156 // instructions that have special allocation requirements. Also assume all
171 bool Special = MI->isCall() ||
232 if (MO.isUse() && Special) {
497 // There are three anti-dependencies here, and without special care,
609 // If MI's defs have a special allocation requirement, don't allow
613 // If this instruction's defs have special allocation requirement, don't
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 37 unsigned char Special[RC_NUM_SPECIAL_REGISTERS];
86 dst->Special[i] = a->Special[i] | b->Special[i];
135 rc_error(s->C, "%s: special file index %i out of bounds\n", __FUNCTION__, index);
139 return &s->R.Special[index];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 91 Special = group(r'\r?\n', r'[:;.,`@]')
92 Funny = group(Operator, Bracket, Special)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 87 Special = group(r'\r?\n', r'[:;.,`@]')
88 Funny = group(Operator, Bracket, Special)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 91 Special = group(r'\r?\n', r'[:;.,`@]')
92 Funny = group(Operator, Bracket, Special)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 87 Special = group(r'\r?\n', r'[:;.,`@]')
88 Funny = group(Operator, Bracket, Special)
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 56 unsigned Special : 1; // Needs to be dealt with specially
355 // Special case for these ldr / str with sp as base register.
643 // t2MUL is "special". The tied source operand is second, not first.
897 // Don't attempt normal reductions on "special" cases for now.
898 if (Entry.Special)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_scope.py 611 class Special:
620 c = (Special(),)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scope.py 611 class Special:
620 c = (Special(),)
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 51 // register pressure decisions is partly worked around by the "Special"
378 /// field. Otherwise, we would have to do special cases everywhere in LSR
535 // Handle a few RHS special cases.
842 /// This includes address-mode folding and special icmp tricks.
    [all...]

Completed in 1045 milliseconds