HomeSort by relevance Sort by last modified time
    Searched refs:Named (Results 1 - 6 of 6) 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/llvm/lib/Target/R600/
SIInsertWaits.cpp 37 } Named;
127 Result.Named.VM = !!(TSFlags & SIInstrFlags::VM_CNT);
130 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
141 Result.Named.LGKM = Size > 4 ? 2 : 1;
144 Result.Named.LGKM = 0;
212 if (Increment.Named.EXP) {
286 if (Counts.Named.EXP == 0)
291 .addImm((Counts.Named.VM & 0xF) |
292 ((Counts.Named.EXP & 0x7) << 4) |
293 ((Counts.Named.LGKM & 0x7) << 8))
    [all...]
  /external/v8/src/
mirror-debugger.js 167 PropertyKind.Named = 1;
615 * @param {number} kind Indicate whether named, indexed or both kinds of
623 kind = kind || PropertyKind.Named | PropertyKind.Indexed;
629 // Find all the named properties.
630 if (kind & PropertyKind.Named) {
635 // Get names for named interceptor properties if any.
636 if (this.hasNamedInterceptor() && (kind & PropertyKind.Named)) {
667 // Copy names for named properties.
668 if (kind & PropertyKind.Named) {
687 * @param {number} kind Indicate whether named, indexed or both kinds o
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 650 if (const NamedDecl *Named = Nodes->getNodeAs<NamedDecl>(Id)) {
651 Name = Named->getNameAsString();
    [all...]

Completed in 101 milliseconds