Searched defs:Scope (Results 1 - 25 of 59) sorted by relevance

123

/external/clang/lib/Basic/
H A DAttributes.cpp6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, argument
/external/v8/test/mjsunit/regress/
H A Dregress-2073.js38 function Scope() { class
48 Scope.prototype = {
85 var $root = new Scope();
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRHashMap.h41 NSInteger Scope; variable
69 - (id)lookup:(NSString *)s Scope:(int)scope;
71 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
/external/jetty/src/java/org/eclipse/jetty/server/
H A DUserIdentity.java55 boolean isUserInRole(String role, Scope scope);
60 * A UserIdentity Scope.
65 interface Scope interface in interface:UserIdentity
105 public boolean isUserInRole(String role, Scope scope)
/external/llvm/lib/IR/
H A DDebugLoc.cpp52 const MDNode *Scope = getInlinedAtScope(); local
53 if (DISubprogram SP = getDISubprogram(Scope))
59 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, argument
62 if (!Scope)
65 return MDLocation::get(Scope->getContext(), Line, Col,
66 const_cast<MDNode *>(Scope),
91 auto *Scope = cast<MDScope>(getScope());
92 OS << Scope->getFilename();
H A DDebugInfo.cpp36 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { argument
37 if (auto *LocalScope = dyn_cast_or_null<MDLocalScope>(Scope))
51 const MDNode *Scope = DLoc.getInlinedAtScope(); local
52 DISubprogram Subprogram = getDISubprogram(Scope);
183 void DebugInfoFinder::processScope(DIScope Scope) { argument
184 if (!Scope)
186 if (DIType Ty = dyn_cast<MDType>(Scope)) {
190 if (DICompileUnit CU = dyn_cast<MDCompileUnit>(Scope)) {
194 if (DISubprogram SP = dyn_cast<MDSubprogram>(Scope)) {
198 if (!addScope(Scope))
297 addScope(DIScope Scope) argument
[all...]
H A DDebugInfoMetadata.cpp42 unsigned Column, Metadata *Scope,
48 assert(Scope && "Expected scope");
52 MDLocationInfo::KeyTy(Line, Column, Scope, InlinedAt)))
61 Ops.push_back(Scope);
256 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
260 DEFINE_GETIMPL_LOOKUP(MDDerivedType, (Tag, getString(Name), File, Line, Scope,
263 Metadata *Ops[] = {File, Scope, Name, BaseType, ExtraData};
271 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
278 (Tag, getString(Name), File, Line, Scope, BaseType,
282 Metadata *Ops[] = {File, Scope, Nam
254 getImpl( LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *ExtraData, StorageType Storage, bool ShouldCreate) argument
269 getImpl( LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, Metadata *TemplateParams, MDString *Identifier, StorageType Storage, bool ShouldCreate) argument
338 getImpl( LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, unsigned Flags, bool IsOptimized, Metadata *Function, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables, StorageType Storage, bool ShouldCreate) argument
383 getImpl(LLVMContext &Context, Metadata *Scope, Metadata *File, unsigned Line, unsigned Column, StorageType Storage, bool ShouldCreate) argument
393 getImpl(LLVMContext &Context, Metadata *Scope, Metadata *File, unsigned Discriminator, StorageType Storage, bool ShouldCreate) argument
404 getImpl(LLVMContext &Context, Metadata *Scope, Metadata *File, MDString *Name, unsigned Line, StorageType Storage, bool ShouldCreate) argument
435 getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, Metadata *Variable, Metadata *StaticDataMemberDeclaration, StorageType Storage, bool ShouldCreate) argument
453 getImpl(LLVMContext &Context, unsigned Tag, Metadata *Scope, MDString *Name, Metadata *File, unsigned Line, Metadata *Type, unsigned Arg, unsigned Flags, StorageType Storage, bool ShouldCreate) argument
544 getImpl(LLVMContext &Context, unsigned Tag, Metadata *Scope, Metadata *Entity, unsigned Line, MDString *Name, StorageType Storage, bool ShouldCreate) argument
[all...]
/external/v8/src/compiler/
H A Dsource-position.h48 class Scope { class in class:v8::internal::compiler::FINAL
50 Scope(SourcePositionTable* source_positions, SourcePosition position) function in class:v8::internal::compiler::FINAL::Scope
55 Scope(SourcePositionTable* source_positions, Node* node) function in class:v8::internal::compiler::FINAL::Scope
60 ~Scope() { source_positions_->current_position_ = prev_position_; }
71 DISALLOW_COPY_AND_ASSIGN(Scope);
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp196 auto *Scope = FirstDIL->getScope(); local
197 DIFile File = Builder.createFile(Filename, Scope->getDirectory());
206 Builder.createLexicalBlockFile(Scope, File, Discriminator);
/external/v8/src/heap/
H A Dgc-tracer.h88 class Scope { class in class:v8::internal::GCTracer
113 Scope(GCTracer* tracer, ScopeId scope) : tracer_(tracer), scope_(scope) { function in class:v8::internal::GCTracer::Scope
117 ~Scope() {
128 DISALLOW_COPY_AND_ASSIGN(Scope);
235 double scopes[Scope::NUMBER_OF_SCOPES];
/external/llvm/bindings/go/llvm/
H A DIRBindings.cpp95 unsigned Col, LLVMMetadataRef Scope,
98 DebugLoc::get(Line, Col, Scope ? unwrap<MDNode>(Scope) : nullptr,
94 LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line, unsigned Col, LLVMMetadataRef Scope, LLVMMetadataRef InlinedAt) argument
H A DDIBuilderBindings.cpp56 LLVMMetadataRef Scope,
61 auto *LB = D->createLexicalBlock(unwrap<MDLocalScope>(Scope),
67 LLVMMetadataRef Scope,
72 unwrap<MDLocalScope>(Scope), unwrap<MDFile>(File), Discriminator);
77 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name,
83 unwrap<MDScope>(Scope), Name, LinkageName,
91 LLVMDIBuilderRef Dref, unsigned Tag, LLVMMetadataRef Scope,
96 Tag, unwrap<MDScope>(Scope), Name, unwrap<MDFile>(File), Line,
133 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name,
139 unwrap<MDScope>(Scope), Nam
55 LLVMDIBuilderCreateLexicalBlock(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, unsigned Column) argument
66 LLVMDIBuilderCreateLexicalBlockFile(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Discriminator) argument
76 LLVMDIBuilderCreateFunction( LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, const char *LinkageName, LLVMMetadataRef File, unsigned Line, LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, unsigned ScopeLine, unsigned Flags, int IsOptimized, LLVMValueRef Func) argument
90 LLVMDIBuilderCreateLocalVariable( LLVMDIBuilderRef Dref, unsigned Tag, LLVMMetadataRef Scope, const char *Name, LLVMMetadataRef File, unsigned Line, LLVMMetadataRef Ty, int AlwaysPreserve, unsigned Flags, unsigned ArgNo) argument
132 LLVMDIBuilderCreateStructType( LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, LLVMMetadataRef File, unsigned Line, uint64_t SizeInBits, uint64_t AlignInBits, unsigned Flags, LLVMMetadataRef DerivedFrom, LLVMMetadataRef ElementTypes) argument
146 LLVMDIBuilderCreateReplaceableCompositeType( LLVMDIBuilderRef Dref, unsigned Tag, const char *Name, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits, unsigned Flags) argument
159 LLVMDIBuilderCreateMemberType(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, LLVMMetadataRef File, unsigned Line, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, LLVMMetadataRef Ty) argument
[all...]
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp226 unsigned Scope = Attrs & LTO_SYMBOL_SCOPE_MASK; local
227 if (Scope != LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN)
/external/clang/lib/Sema/
H A DAttributeList.cpp141 StringRef Scope = ScopeName ? ScopeName->getName() : ""; local
H A DJumpDiagnostics.cpp668 unsigned Scope = I->first; local
677 if (Reachable.test(Scope)) {
680 for (unsigned S = I->first; S != Scope; S = Scopes[S].ParentScope)
688 if (Scope == 0 || Scope < Min) break;
691 if (Scopes[Scope].OutDiag) break;
693 Scope = Scopes[Scope].ParentScope;
/external/google-breakpad/src/processor/
H A Dcfi_frame_info_unittest.cc163 class Scope: public CFIFixture, public Test { }; class in inherits:CFIFixture,Test
166 TEST_F(Scope, CFALacksCFA) {
176 TEST_F(Scope, CFALacksRA) {
187 TEST_F(Scope, CFASeesCurrentRegs) {
202 TEST_F(Scope, RASeesCFA) {
214 TEST_F(Scope, RALacksRA) {
225 TEST_F(Scope, RASeesCurrentRegs) {
238 TEST_F(Scope, RegistersSeeCFA) {
251 TEST_F(Scope, RegsLackRA) {
262 TEST_F(Scope, RegsSeeReg
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp27 auto *Scope = cast<MDScope>(S); local
28 StringRef Dir = Scope->getDirectory(),
29 Filename = Scope->getFilename();
83 const MDNode *Scope = DL.getScope(); local
84 if (!Scope)
86 StringRef Filename = getFullFilepath(Scope);
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp110 MDLocalScope *Scope = DL->getScope(); local
111 if (!Scope)
116 if (auto *File = dyn_cast<MDLexicalBlockFile>(Scope))
117 Scope = File->getScope();
120 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA));
123 return findLexicalScope(Scope);
128 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const MDLocalScope *Scope, argument
132 getOrCreateAbstractScope(Scope);
134 return getOrCreateInlinedScope(Scope, IA);
137 return getOrCreateRegularScope(Scope);
142 getOrCreateRegularScope(const MDLocalScope *Scope) argument
170 getOrCreateInlinedScope(const MDLocalScope *Scope, const MDLocation *InlinedAt) argument
193 getOrCreateAbstractScope(const MDLocalScope *Scope) argument
217 constructScopeNest(LexicalScope *Scope) argument
274 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
296 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
[all...]
H A DMachineCSE.cpp438 ScopeType *Scope = new ScopeType(VNT); local
439 ScopeMap[MBB] = Scope;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb129 = Scope
131 Scope is used to represent instances of ANTLR's various attribute scopes.
137 Block = Scope.new( "name", "depth = 0", "variables = {}" )
144 class Scope < ::Struct class in class:ANTLR3
314 def Scope( *declarations, &body ) method in class:ANTLR3.Scope.Recognizer
315 Scope.new( *declarations, &body )
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h212 enum ContextKind { StackFrame, Scope, Block }; enumerator in enum:clang::LocationContext::ContextKind
324 : LocationContext(Scope, ctx, parent), Enter(s) {}
333 ProfileCommon(ID, Scope, ctx, parent, s);
337 return Ctx->getKind() == Scope;
/external/clang/include/clang/Sema/
H A DScope.h1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
34 /// Scope - A scope is a transient data structure that is used while parsing the
38 class Scope { class in namespace:clang
130 Scope *AnyParent;
156 Scope *FnParent;
157 Scope *MSLastManglingParent;
163 Scope *BreakParent, *ContinueParent;
167 Scope *BlockParen
200 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) function in class:clang::Scope
[all...]

Completed in 664 milliseconds

123