HomeSort by: relevance | last modified time | path
    Searched defs:Named (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ExtractGV.cpp 55 SetVector<GlobalValue *> Named;
66 : ModulePass(ID), Named(GVs.begin(), GVs.end()), deleteStuff(deleteS),
79 // referenced by the Named set, and which GlobalValues in the rest of
86 bool Delete = deleteStuff == (bool)Named.count(&GV) &&
108 deleteStuff == (bool)Named.count(&F) && !F.isDeclaration();
129 bool Delete = deleteStuff == (bool)Named.count(&*CurI);
  /src/external/gpl3/gcc/dist/contrib/
dg-extract-results.py 37 class Named:
41 class ToolRun (Named):
43 Named.__init__ (self, name)
53 class VariationRun (Named):
55 Named.__init__ (self, name)
71 class HarnessRun (Named):
73 Named.__init__ (self, name)
  /src/external/gpl3/gcc.old/dist/contrib/
dg-extract-results.py 37 class Named:
41 class ToolRun (Named):
43 Named.__init__ (self, name)
53 class VariationRun (Named):
55 Named.__init__ (self, name)
71 class HarnessRun (Named):
73 Named.__init__ (self, name)
  /src/external/gpl3/gdb/dist/contrib/
dg-extract-results.py 37 class Named:
41 class ToolRun (Named):
43 Named.__init__ (self, name)
53 class VariationRun (Named):
55 Named.__init__ (self, name)
71 class HarnessRun (Named):
73 Named.__init__ (self, name)
  /src/external/gpl3/gdb.old/dist/contrib/
dg-extract-results.py 37 class Named:
41 class ToolRun (Named):
43 Named.__init__ (self, name)
53 class VariationRun (Named):
55 Named.__init__ (self, name)
71 class HarnessRun (Named):
73 Named.__init__ (self, name)
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 175 * The Namespace Node describes a named object that appears in the AML.
1035 * Extended Op for named ops (Scope, Method, etc.), deferred ops (Methods and OpRegions),
1088 ACPI_PARSE_OBJ_NAMED Named;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 322 /// \param CurContext the context in which this result will be named.
330 /// \param CurContext the context in which this result will be named.
699 /// \param CurContext the context where an entity is being named, which is
702 /// \param TargetContext the context in which the named entity actually
764 auto *Named = ND;
794 if (Filter && !(this->*Filter)(Named)) {
1136 // declaration name is hidden by a similarly-named declaration in an outer
4149 // Load the named module.
5603 // enumerator was named. Alternatively, we could compute the value of

Completed in 37 milliseconds