HomeSort by relevance Sort by last modified time
    Searched refs:Named (Results 1 - 4 of 4) 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
54 if (deleteStuff == (bool)Named.count(I) && !I->isDeclaration()) {
70 if (deleteStuff == (bool)Named.count(I) && !I->isDeclaration()) {
  /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...]

Completed in 117 milliseconds