Home
last modified time | relevance | path

Searched defs:Namespace (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/mpl/bind/dist/bin/tests/system/tsiggss/
H A Dtests_isc_spnego_flaws.py43 __init__(self, opts: argparse.Namespace) global() argument
91 __init__(self, opts: argparse.Namespace) global() argument
170 send_crafted_tkey_query(opts: argparse.Namespace) global() argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp237 StringRef Namespace, in initOperandMapData()
273 StringRef Namespace = Target.getInstNamespace(); in emitOperandNameMappings() local
346 StringRef Namespace = Target.getInstNamespace(); in emitOperandTypeMappings() local
455 raw_ostream &OS, StringRef Namespace, in emitLogicalOperandSizeMappings()
542 raw_ostream &OS, StringRef Namespace, in emitLogicalOperandTypeMappings()
1036 StringRef Namespace = Target.getInstNamespace(); in emitEnums() local
H A DRegisterInfoEmitter.cpp109 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in runEnums() local
173 std::string Namespace = SubRegIndices.front().getNamespace(); in runEnums() local
405 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in EmitRegMappingTables() local
523 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in EmitRegMapping() local
H A DCodeGenRegisters.h66 std::string Namespace; variable
328 StringRef Namespace; variable
H A DAsmWriterEmitter.cpp609 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in EmitGetRegisterName() local
861 StringRef Namespace = Target.getName(); in EmitPrintAliasInstruction() local
H A DCodeGenMapTable.cpp364 StringRef Namespace = Target.getInstNamespace(); in emitBinSearchTable() local
H A DCodeGenTarget.cpp239 std::string Namespace; in getQualifiedName() local
H A DCodeGenInstruction.h221 StringRef Namespace; // The namespace the instruction is in. variable
H A DRISCVCompressInstEmitter.cpp559 StringRef Namespace = Target.getName(); in emitCompressInstEmitter() local
H A DGlobalISelEmitter.cpp525 static MatchTableRecord NamedValue(StringRef Namespace, in NamedValue()
530 static MatchTableRecord NamedValue(StringRef Namespace, StringRef NamedValue, in NamedValue()
3099 auto Namespace = Def->getValue("Namespace") in emitActionOpcodes() local
3108 auto Namespace = Use->getValue("Namespace") in emitActionOpcodes() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h223 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
230 StringRef Namespace) { in PragmaDiagnosticPush()
236 StringRef Namespace) { in PragmaDiagnosticPop()
240 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
470 void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
476 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPush()
481 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPop()
486 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp446 StringRef Namespace, in PragmaMessage()
485 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
493 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
501 StringRef Namespace, in PragmaDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h84 Namespace, enumerator
H A DDeclCXX.h3000 NamedDecl *Namespace; variable
3005 SourceLocation IdentLoc, NamedDecl *Namespace) in NamespaceAliasDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp895 void Preprocessor::AddPragmaHandler(StringRef Namespace, in AddPragmaHandler()
926 void Preprocessor::RemovePragmaHandler(StringRef Namespace, in RemovePragmaHandler()
1223 const char *Namespace; member
1527 const StringRef Namespace; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h27 Namespace, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp340 const NamespaceDecl *Namespace, in createNestedNameSpecifier()
H A DNestedNameSpecifier.cpp587 NamespaceDecl *Namespace, in Extend()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp933 const IdentifierInfo *Namespace) { in ActOnPragmaAttributeEmptyPush()
940 const IdentifierInfo *Namespace) { in ActOnPragmaAttributePop()
H A DSemaCXXScopeSpec.cpp713 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(SD)) { in BuildCXXNestedNameSpecifier() local
H A DDeclSpec.cpp77 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1203 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(D)) in getRefCursor() local
1205 if (const NamespaceAliasDecl *Namespace = dyn_cast<NamespaceAliasDecl>(D)) in getRefCursor() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp55 const std::string &Namespace, bool KnownToGCC) : in FlattenedSpelling()
1451 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction() local
1468 std::string Namespace = Spellings[I].nameSpace(); in writePrettyPrintFunction() local
1633 const std::string &Namespace = S.nameSpace(); in CreateSemanticSpellings() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1802 for (const auto &Namespace : Unit.getNamespaces()) in emitAppleAcceleratorEntriesForUnit() local
1826 for (const auto &Namespace : Unit.getNamespaces()) in emitDwarfAcceleratorEntriesForUnit() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp365 if (auto *Namespace = dyn_cast<NamespaceDecl>(Context)) in getRelativeName() local

12