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

  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 27 SetVector<GlobalValue *> Named;
37 : ModulePass(ID), Named(GVs.begin(), GVs.end()), deleteStuff(deleteS) {}
46 // referenced by the Named set, and which GlobalValues in the rest of
55 deleteStuff == (bool)Named.count(I) && !I->isDeclaration();
77 deleteStuff == (bool)Named.count(I) && !I->isDeclaration();
105 if (deleteStuff == (bool)Named.count(CurI)) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityParser.cpp 169 Named
188 entityState = Named;
255 case Named: {
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
genpyx.py 92 class Named(object):
ir.py 158 class Named(genpyx.Named, Node):
173 class BasicType(genpyx.BasicType, Named):
177 class Qualifier(genpyx.Qualifier, Named):
181 class StorageClass(genpyx.StorageClass, Named):
185 class Ellipses(genpyx.Ellipses, Named):
193 class Identifier(genpyx.Identifier, Named):
227 class TypeAlias(genpyx.TypeAlias, Named):
351 class Tag(genpyx.Tag, Named):
    [all...]
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 37 } Named;
128 Result.Named.VM = !!(TSFlags & SIInstrFlags::VM_CNT);
131 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
144 Result.Named.LGKM = Size > 4 ? 2 : 1;
147 Result.Named.LGKM = 0;
215 if (Increment.Named.EXP) {
289 if (Counts.Named.EXP == 0)
294 .addImm((Counts.Named.VM & 0xF) |
295 ((Counts.Named.EXP & 0x7) << 4) |
296 ((Counts.Named.LGKM & 0x7) << 8))
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 413 milliseconds