Home
last modified time | relevance | path

Searched defs:Scope (Results 1 – 25 of 136) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddscope.d79 struct Scope struct
81 Scope* enclosing; /// enclosing Scope argument
84 ScopeDsymbol scopesym; /// current symbol argument
91 ScopeGuardStatement os; /// enclosing scope(xxx) statement argument
95 Scope* callsc; /// used for __FUNCTION__, __PRETTY_FUNCTION__ and __MODULE__ argument
96 Dsymbol inunion; /// != null if processing members of a union
97 bool nofree; /// true if shouldn't free it
98 … bool inLoop; /// true if inside a loop (where constructor calls aren't allowed)
99 int intypeof; /// in typeof(exp)
100 VarDeclaration lastVar; /// Previous symbol used to prevent goto-skips-init
[all …]
H A Dscope.h70 struct Scope struct
72 Scope *enclosing; // enclosing Scope argument
75 ScopeDsymbol *scopesym; // current symbol argument
82 ScopeGuardStatement *os; // enclosing scope(xxx) statement argument
86 Scope *callsc; // used for __FUNCTION__, __PRETTY_FUNCTION__ and __MODULE__ argument
87 Dsymbol *inunion; // !=null if processing members of a union
88 bool nofree; // true if shouldn't free it
89 bool inLoop; // true if inside a loop (where constructor calls aren't allowed)
90 int intypeof; // in typeof(exp)
91 VarDeclaration *lastVar; // Previous symbol used to prevent goto-skips-init
[all …]
H A Dobjc.d425 override void setSelector(FuncDeclaration, Scope*) in setSelector() argument
445 override void setAsOptional(FuncDeclaration, Scope*) const in setAsOptional() argument
470 override VarDeclaration createSelectorParameter(FuncDeclaration, Scope*) const in createSelectorParameter() argument
475 override void setMetaclass(InterfaceDeclaration, Scope*) const in setMetaclass() argument
480 override void setMetaclass(ClassDeclaration, Scope*) const in setMetaclass() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h69 struct Scope struct
71 Scope *enclosing; // enclosing Scope argument
74 ScopeDsymbol *scopesym; // current symbol argument
75 ScopeDsymbol *sds; // if in static if, and declaring new symbols, argument
82 OnScopeStatement *os; // enclosing scope(xxx) statement argument
86 Scope *callsc; // used for __FUNCTION__, __PRETTY_FUNCTION__ and __MODULE__ argument
87 int inunion; // we're processing members of a union
88 int nofree; // set if shouldn't free it
89 int noctor; // set if constructor calls aren't allowed
90 int intypeof; // in typeof(exp)
[all …]
H A Ddversion.c62 void DebugSymbol::addMember(Scope *, ScopeDsymbol *sds) in addMember() argument
100 void DebugSymbol::semantic(Scope *) in semantic() argument
152 void VersionSymbol::addMember(Scope *, ScopeDsymbol *sds) in addMember() argument
191 void VersionSymbol::semantic(Scope *) in semantic() argument
H A Dstaticassert.c41 void StaticAssert::addMember(Scope *, ScopeDsymbol *) in addMember() argument
46 void StaticAssert::semantic(Scope *) in semantic() argument
H A Ddmodule.c655 void Module::importAll(Scope *) in importAll() argument
723 void Module::semantic(Scope *) in semantic() argument
766 void Module::semantic2(Scope*) in semantic2() argument
797 void Module::semantic3(Scope*) in semantic3() argument
1183 void Package::semantic(Scope *) in semantic() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLexicalScopes.cpp125 DILocalScope *Scope = DL->getScope(); in findLexicalScope() local
142 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope()
160 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope) { in getOrCreateRegularScope()
188 LexicalScopes::getOrCreateInlinedScope(const DILocalScope *Scope, in getOrCreateInlinedScope()
212 LexicalScopes::getOrCreateAbstractScope(const DILocalScope *Scope) { in getOrCreateAbstractScope()
236 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest()
285 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local
308 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates() local
/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpsscope.c116 ACPI_GENERIC_STATE *Scope; in AcpiPsInitScope() local
163 ACPI_GENERIC_STATE *Scope; in AcpiPsPushScope() local
225 ACPI_GENERIC_STATE *Scope = ParserState->Scope; in AcpiPsPopScope() local
280 ACPI_GENERIC_STATE *Scope; in AcpiPsCleanupScope() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp94 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anon45e28bb20111::SIMemOpInfo
102 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo()
659 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local
727 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local
787 SIAtomicScope Scope, in enableLoadCacheBypass()
820 SIAtomicScope Scope, in enableStoreCacheBypass()
833 SIAtomicScope Scope, in enableRMWCacheBypass()
886 SIAtomicScope Scope, in insertWait()
983 SIAtomicScope Scope, in insertAcquire()
1028 SIAtomicScope Scope, in insertRelease()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DAttributes.cpp8 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute()
39 normalizeAttrScopeName(const IdentifierInfo *Scope, in normalizeAttrScopeName()
83 const IdentifierInfo *Scope, in normalizeName()
115 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp457 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_SETS", OS); in GenerateDirectiveClauseSets() local
497 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_MAP", OS); in GenerateDirectiveClauseMap() local
532 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES", OS); in GenerateFlangClauseParserClass() local
560 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES_LIST", OS); in GenerateFlangClauseParserClassList() local
573 IfDefScope Scope("GEN_FLANG_DUMP_PARSE_TREE_CLAUSES", OS); in GenerateFlangClauseDump() local
588 IfDefScope Scope("GEN_FLANG_CLAUSE_UNPARSE", OS); in GenerateFlangClauseUnparse() local
640 IfDefScope Scope("GEN_FLANG_CLAUSE_CHECK_ENTER", OS); in GenerateFlangClauseCheckPrototypes() local
655 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_KIND_MAP", OS); in GenerateFlangClauseParserKindMap() local
698 IfDefScope Scope("GEN_CLANG_CLAUSE_CLASS", OS); in GenerateClauseClassMacro() local
765 IfDefScope Scope("GEN_DIRECTIVES_IMPL", OS); in EmitDirectivesBasicImpl() local
H A DDAGISelMatcherOpt.cpp31 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) { in ContractNodes() local
189 ScopeMatcher *Scope = nullptr; in FactorNodes() local
442 std::unique_ptr<Matcher> Scope(SM); in FactorNodes() local
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsconvert.c346 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToUnicode()
421 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToResource()
507 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp273 auto *Scope = new CHRScope(TailRegInfos, TailSubs); in split() local
340 if (CHRScope *Scope = findScopes(R, nullptr, nullptr, Output)) { in findScopes() local
434 raw_ostream &operator<<(raw_ostream &OS, const CHRScope &Scope) { in operator <<()
887 void CHR::checkScopeHoistable(CHRScope *Scope) { in checkScopeHoistable()
1120 static void getSelectsInScope(CHRScope *Scope, in getSelectsInScope()
1146 CHRScope *Scope, in splitScope()
1304 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { in classifyBiasedScopes()
1329 static bool hasAtLeastTwoBiasedBranches(CHRScope *Scope) { in hasAtLeastTwoBiasedBranches()
1385 void CHR::setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope) { in setCHRRegions()
1495 static void hoistScopeConditions(CHRScope *Scope, Instruction *HoistPoint, in hoistScopeConditions()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp129 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram()
232 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope()
337 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()
584 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() local
731 auto *Scope = DL.getScope(); in stripNonLineTableDebugInfo() local
926 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction()
941 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock()
950 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile()
960 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromNamespace()
972 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromAlias()
[all …]
H A DDIBuilder.cpp343 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name, in createMemberType()
361 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType()
371 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType()
384 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType()
485 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType()
497 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantPart()
515 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType()
528 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType()
609 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl()
624 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType()
[all …]
H A DDebugLoc.cpp51 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local
109 auto *Scope = cast<DIScope>(getScope()); in print() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c283 value Builder, LLVMMetadataRef Scope, value Name, value LinkageName, in llvm_dibuild_create_function_native()
310 LLVMMetadataRef Scope, in llvm_dibuild_create_lexical_block()
321 LLVMMetadataRef Scope, in llvm_dibuild_create_debug_location()
343 value llvm_di_scope_get_file(LLVMMetadataRef Scope) { in llvm_di_scope_get_file()
398 value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, in llvm_dibuild_create_enumeration_type_native()
424 value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, in llvm_dibuild_create_union_type_native()
508 value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, in llvm_dibuild_create_struct_type_native()
542 value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, in llvm_dibuild_create_member_type_native()
570 value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, in llvm_dibuild_create_static_member_type_native()
642 value LineNo, LLVMMetadataRef Scope, value AlignInBits) { in llvm_dibuild_create_typedef_native()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp183 EHCleanupScope *Scope = in pushCleanup() local
427 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks() local
509 EHCleanupScope &Scope) { in CreateNormalEntry()
650 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock() local
1119 EHCleanupScope &Scope = in EmitBranchThroughCleanup() local
1129 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup() local
1205 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation() local
1262 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock() local
1274 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp39 Program::DeclScope Scope; member in clang::interp::DeclScope
210 OptionScope<Emitter> Scope(this, /*discardResult=*/true); in discard() local
216 OptionScope<Emitter> Scope(this, /*discardResult=*/false); in visit() local
466 OptionScope<Emitter> Scope(this, InitFn); in visitInitializer() local
491 Program::DeclScope Scope(P, VD); in getGlobalIdx() local
H A DFunction.h44 Scope(LocalVectorTy &&Descriptors) : Descriptors(std::move(Descriptors)) {} in Scope() function
119 llvm::SmallVector<Scope, 2> &&NewScopes) { in setCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp506 LexicalScope *Scope, SmallVectorImpl<DIE *> &FinalChildren) { in constructScopeDIE()
643 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE()
677 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE()
698 const LexicalScope &Scope) { in constructLabelDIE()
886 const LexicalScope &Scope, in constructVariableDIE()
997 DIE *DwarfCompileUnit::createScopeChildrenDIE(LexicalScope *Scope, in createScopeChildrenDIE()
1034 LexicalScope *Scope) { in constructSubprogramScopeDIE()
1061 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren()
1075 LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
1318 LexicalScope *Scope) { in createAbstractEntity()
H A DCodeViewDebug.cpp263 static StringRef getPrettyScopeName(const DIScope *Scope) { in getPrettyScopeName()
282 const DIScope *Scope, SmallVectorImpl<StringRef> &QualifiedNameComponents) { in collectParentScopeNames()
326 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, in getFullyQualifiedName()
338 const DIScope *Scope = Ty->getScope(); in getFullyQualifiedName() local
342 TypeIndex CodeViewDebug::getScopeIndex(const DIScope *Scope) { in getScopeIndex()
393 const DIScope *Scope = SP->getScope(); in getFuncIdForSubprogram() local
508 const DIScope *Scope = DL.get()->getScope(); in maybeRecordLocation() local
1191 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable() local
1349 LexicalScope *Scope = nullptr; in collectVariableInfo() local
1484 if (DIScope *Scope = T->getScope()) { in shouldEmitUdt() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.h32 LLVMMetadataRef Scope; member

123456