Searched refs:Scope (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.9.5/CPAN-52/Modules/Scope-Guard-0.20/
H A DMakefile1 NAME = Scope-Guard
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/
H A DEventListenerCommon.h28 // Holds the filename of each Scope, so that we can pass a null-terminated
35 const char *getFilename(MDNode *Scope) { argument
36 std::string &Filename = Filenames[Scope];
38 DIScope DIScope(Scope);
44 const char *getFullPath(MDNode *Scope) { argument
45 std::string &P = Paths[Scope];
47 DIScope DIScope(Scope);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLexicalScopes.cpp117 MDNode *Scope = NULL; local
119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
120 if (!Scope) return NULL;
124 DIDescriptor D = DIDescriptor(Scope);
126 Scope = DILexicalBlockFile(Scope).getScope();
130 return LexicalScopeMap.lookup(Scope);
136 MDNode *Scope = NULL; local
138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
142 getOrCreateAbstractScope(Scope);
151 getOrCreateRegularScope(MDNode *Scope) argument
175 getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt) argument
214 constructScopeNest(LexicalScope *Scope) argument
271 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
293 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DDebugLoc.cpp48 /// Return both the Scope and the InlinedAt values.
49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, argument
52 Scope = IA = 0;
61 Scope = Ctx.pImpl->ScopeRecords[ScopeIdx-1].get();
69 Scope = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
75 MDNode *Scope, MDNode *InlinedAt) {
79 if (Scope == 0) return Result;
86 LLVMContext &Ctx = Scope->getContext();
90 Result.ScopeIdx = Ctx.pImpl->getOrAddScopeRecordIdxEntry(Scope, 0);
92 Result.ScopeIdx = Ctx.pImpl->getOrAddScopeInlinedAtIdxEntry(Scope,
74 get(unsigned Line, unsigned Col, MDNode *Scope, MDNode *InlinedAt) argument
119 MDNode *Scope = Loc.getScope(); local
128 MDNode *Scope = LexBlock.getContext(); local
161 getOrAddScopeRecordIdxEntry(MDNode *Scope, int ExistingIdx) argument
184 getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, int ExistingIdx) argument
[all...]
H A DDebugInfo.cpp743 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { argument
744 DIDescriptor D(Scope);
746 return DISubprogram(Scope);
749 return getDISubprogram(DILexicalBlockFile(Scope).getContext());
752 return getDISubprogram(DILexicalBlock(Scope).getContext());
824 DIDescriptor Scope(Loc.getScope(Ctx));
826 if (Scope.isCompileUnit())
827 addCompileUnit(DICompileUnit(Scope));
828 else if (Scope.isSubprogram())
829 processSubprogram(DISubprogram(Scope));
[all...]
H A DDIBuilder.cpp314 DIType DIBuilder::createMemberType(DIDescriptor Scope, StringRef Name, argument
322 getNonCompileUnitScope(Scope),
501 DIType DIBuilder::createUnionType(DIDescriptor Scope, StringRef Name, argument
509 getNonCompileUnitScope(Scope),
548 DIType DIBuilder::createEnumerationType(DIDescriptor Scope, StringRef Name, argument
557 getNonCompileUnitScope(Scope),
708 DIDescriptor Scope, DIFile F,
715 getNonCompileUnitScope(Scope),
802 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope, argument
809 getNonCompileUnitScope(Scope),
707 createForwardDecl(unsigned Tag, StringRef Name, DIDescriptor Scope, DIFile F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits) argument
831 createComplexVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile F, unsigned LineNo, DIType Ty, ArrayRef<Value *> Addr, unsigned ArgNo) argument
947 createNameSpace(DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo) argument
961 createLexicalBlockFile(DIDescriptor Scope, DIFile File) argument
971 createLexicalBlock(DIDescriptor Scope, DIFile File, unsigned Line, unsigned Col) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DWatchdog.h40 class Scope;
101 friend class Watchdog::Scope;
105 class Watchdog::Scope { class in class:JSC::Watchdog
107 Scope(Watchdog&);
108 ~Scope();
H A DWatchdog.cpp188 Watchdog::Scope::Scope(Watchdog& watchdog) function in class:JSC::Watchdog::Scope
194 Watchdog::Scope::~Scope()
/macosx-10.9.5/CPANInternal-140/Scope-Guard/lib/Scope/
H A DGuard.pm1 package Scope::Guard;
12 my $handler = shift() || die "Scope::Guard::new: no handler supplied";
15 die "Scope::Guard::new: invalid handler - expected CODE ref, got: '$ref'"
43 Scope::Guard - lexically scoped resource management
47 my $sg = Scope::Guard->new(sub { ... });
51 my $sg = Scope::Guard->new(\&handler);
59 the Scope::Guard constructor takes a reference to a subroutine that is guaranteed to
70 my $sg = Scope::Guard->new(sub { ... });
74 my $sg = Scope::Guard->new(\&handler);
78 Create a new Scope
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DDOMRequestState.h67 class Scope { class in class:WebCore::DOMRequestState
69 explicit Scope(DOMRequestState& state) function in class:WebCore::DOMRequestState::Scope
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DDIBuilder.h156 /// @param Scope Member scope.
165 DIType createMemberType(DIDescriptor Scope, StringRef Name, DIFile File,
230 /// @param Scope Scope in which this class is defined.
244 DIType createClassType(DIDescriptor Scope, StringRef Name, DIFile File,
252 /// @param Scope Scope in which this struct is defined.
261 DIType createStructType(DIDescriptor Scope, StringRef Name, DIFile File,
267 /// @param Scope Scope i
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDebugLoc.h50 /// ScopeIdx - This is an opaque ID# for Scope/InlinedAt information,
59 MDNode *Scope, MDNode *InlinedAt = 0);
86 /// getScopeAndInlinedAt - Return both the Scope and the InlinedAt values.
87 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DDAGISelMatcherOpt.cpp32 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
33 for (unsigned i = 0, e = Scope->getNumChildren(); i != e; ++i) {
34 OwningPtr<Matcher> Child(Scope->takeChild(i));
36 Scope->resetChild(i, Child.take());
190 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
191 for (unsigned i = 0, e = Scope->getNumChildren(); i != e; ++i) {
192 OwningPtr<Matcher> Child(Scope->takeChild(i));
194 Scope->resetChild(i, Child.take());
237 /// Scope
244 /// Scope
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/
H A DTxnScopeGuard.pm62 DBIx::Class::Storage::TxnScopeGuard - Scope-based transaction handling
78 An object that behaves much like L<Scope::Guard>, but hardcoded to do the
105 Inspired by L<Scope::Guard> by chocolateboy.
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp372 LexicalScope *Scope) {
374 if (Scope->isAbstractScope())
377 const SmallVector<InsnRange, 4> &Ranges = Scope->getRanges();
417 LexicalScope *Scope) {
418 const SmallVector<InsnRange, 4> &Ranges = Scope->getRanges();
422 if (!Scope->getScopeNode())
424 DIScope DS(Scope->getScopeNode());
485 DILocation DL(Scope->getInlinedAt());
498 DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) { argument
499 if (!Scope || !Scop
371 constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) argument
416 constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) argument
804 LexicalScope *Scope = local
935 addCurrentFnArgument(const MachineFunction *MF, DbgVariable *Var, LexicalScope *Scope) argument
971 LexicalScope *Scope = LScopes.findLexicalScope(VP.second); local
1046 LexicalScope *Scope = NULL; local
1162 const MDNode *Scope = DL.getScope(Asm->MF->getFunction()->getContext()); local
1257 const MDNode *Scope = getScopeNode(DL, Ctx); local
[all...]
H A DDwarfDebug.h341 DIE *constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
346 DIE *constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
349 DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
450 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
460 DbgVariable *Var, LexicalScope *Scope);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DLexicalScopes.h113 LexicalScope *getOrCreateRegularScope(MDNode *Scope);
116 LexicalScope *getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt);
125 void constructScopeNest(LexicalScope *Scope);
238 bool AbstractScope; // Abstract Scope
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParser.h43 struct Scope;
47 template <> struct VectorTraits<JSC::Scope> : SimpleClassVectorTraits {
48 static const bool canInitializeWithMemset = false; // Not all Scope data members initialize to 0.
112 struct Scope {
113 Scope(const VM* vm, bool isFunction, bool strictMode)
128 Scope(const Scope& rhs)
232 bool collectFreeVariables(Scope* nestedScope, bool shouldTrackClosedVariables)
335 typedef Vector<Scope, 10> ScopeStack;
343 Scope* operato
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dcssm.cpp47 CSSM_PRIVILEGE_SCOPE Scope,
55 Scope, local
46 CSSM_Init(const CSSM_VERSION *Version, CSSM_PRIVILEGE_SCOPE Scope, const CSSM_GUID *CallerGuid, CSSM_KEY_HIERARCHY KeyHierarchy, CSSM_PVC_MODE *PvcPolicy, const void *) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBRequest.cpp293 DOMRequestState::Scope scope(m_requestState);
319 DOMRequestState::Scope scope(m_requestState);
332 DOMRequestState::Scope scope(m_requestState);
359 DOMRequestState::Scope scope(m_requestState);
391 DOMRequestState::Scope scope(m_requestState);
411 DOMRequestState::Scope scope(m_requestState);
458 DOMRequestState::Scope scope(m_requestState);
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h63 llvm::MDNode* Scope; member in class:JITEventListenerTestBase
86 Scope = DebugBuilder->createFile(getFilename(), ".");
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dpython3complete.vim255 class Scope(object):
277 dbg("Scope(%s)::docstr = %s" % (self,d))
286 return Scope(self.name,indent,self.docstr)
324 class Class(Scope):
326 Scope.__init__(self,name,indent, docstr)
345 class Function(Scope):
347 Scope.__init__(self,name,indent, docstr)
360 self.top = Scope('global',0)
485 newscope = Scope('result',0)
H A Dpythoncomplete.vim273 class Scope(object):
295 dbg("Scope(%s)::docstr = %s" % (self,d))
304 return Scope(self.name,indent,self.docstr)
342 class Class(Scope):
344 Scope.__init__(self,name,indent, docstr)
363 class Function(Scope):
365 Scope.__init__(self,name,indent, docstr)
378 self.top = Scope('global',0)
503 newscope = Scope('result',0)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Writer/
H A DValueEnumerator.cpp100 MDNode *Scope, *IA; local
101 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
102 if (Scope) EnumerateMetadata(Scope);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp502 Scope(dl.getScope(G->getMachineFunction().getFunction()->getContext()));
505 if (Scope.Verify())
506 OS << Scope.getFilename();

Completed in 207 milliseconds

12