Searched refs:Manager (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
H A Dproto_2.js52 function Manager () { class
55 Manager.prototype = new Employee();
91 var manager = new Manager();
102 "manager.__proto__ == Manager.prototype",
104 manager.__proto__ == Manager.prototype );
H A Dproto_4.js57 function Manager () { class
60 Manager.prototype = new Employee();
97 var wally = new Manager();
104 var furry = new Manager();
127 "wally = new Manager(); wally.specialty",
132 "furry = new Manager(); furry.specialty",
H A Dproto_1.js52 function Manager () { class
55 Manager.prototype = new Employee();
100 var sally = new Manager();
103 "sally = new Manager(); sally.name",
107 "sally = new Manager(); sally.dept",
112 "sally = new Manager(); sally.reports.length",
117 "sally = new Manager(); typeof sally.reports",
H A Dproto_11.js55 function Manager () { class
58 Manager.prototype = new Employee();
H A Dproto_3.js52 function Manager () { class
55 Manager.prototype = new Employee();
H A Dproto_12.js52 function Manager () { class
55 Manager.prototype = new Employee();
H A Dproto_5.js54 function Manager () { class
57 Manager.prototype = new Employee();
H A Dproto_6.js54 function Manager () { class
57 Manager.prototype = new Employee();
H A Dproto_10.js62 function Manager () { class
65 Manager.prototype = new Employee();
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
H A Dinstanceof-002.js48 function Manager () { class
51 Manager.prototype = new Employee();
/external/llvm/include/llvm/
H A DPassManagers.h10 // This file declares the LLVM Pass Manager infrastructure.
27 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
35 // Pass Manager Infrastructure uses multiple pass managers. They are
213 void addPassManager(PMDataManager *Manager) { argument
214 PassManagers.push_back(Manager);
217 // Add Manager into the list of managers that are not directly
219 inline void addIndirectPassManager(PMDataManager *Manager) { argument
220 IndirectPassManagers.push_back(Manager);
296 /// RequiredPass is run on the fly by Pass Manager when P requests it
443 /// Pass Manager itsel
[all...]
/external/clang/lib/Serialization/
H A DModuleManager.cpp1 //===--- ModuleManager.cpp - Module Manager ---------------------*- C++ -*-===//
373 static nodes_iterator nodes_begin(const ModuleManager &Manager) { argument
374 return Manager.begin();
377 static nodes_iterator nodes_end(const ModuleManager &Manager) { argument
378 return Manager.end();
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp40 : Manager(Mgr),
54 : Manager(Mgr),
93 if (!Body && Manager && Manager->synthesizeBodies()) {
261 assert(Manager &&
263 return Manager->getLocationContextManager();
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h73 AnalysisDeclContextManager *Manager; member in class:clang::AnalysisDeclContext
110 return Manager;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp810 RetainSummaryManager &Manager; member in class:__anon4064::RetainSummaryTemplate
816 : Manager(mgr), RealSummary(real), ScratchSummary(*real), Accessed(false) {}
820 RealSummary = Manager.getPersistentSummary(ScratchSummary);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1174 (*===-- Pass Manager ------------------------------------------------------===*)

Completed in 173 milliseconds