Home
last modified time | relevance | path

Searched defs:NS (Results 1 – 25 of 83) sorted by relevance

1234

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok_ns.c40 NS(XmlGetUtf8InternalEncoding)(void) { in NS() function
45 NS(XmlGetUtf16InternalEncoding)(void) { in NS() function
65 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in NS() function
72 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in NS() function
79 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in NS() function
94 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end) { in NS() function
112 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp59 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral()
204 const NSAPI &NS, in rewriteToArraySubscriptGet()
214 const NSAPI &NS, in rewriteToDictionarySubscriptGet()
224 const NSAPI &NS, in rewriteToArraySubscriptSet()
258 const NSAPI &NS, in rewriteToDictionarySubscriptSet()
290 const NSAPI &NS, Commit &commit) { in rewriteToObjCSubscriptSyntax()
339 const NSAPI &NS, Commit &commit, in rewriteToObjCLiteralSyntax()
378 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral()
439 static bool getNSArrayObjects(const Expr *E, const NSAPI &NS, in getNSArrayObjects()
490 const NSAPI &NS, Commit &commit) { in rewriteToDictionaryLiteral()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp202 BinarySubstreamRef NS = InfoS.getNamedStreamsBuffer(); in dumpNameMap() local
232 BinarySubstreamRef NS = DbiS.getSectionContributionData(); in dumpSectionContributions() local
243 BinarySubstreamRef NS = DbiS.getSecMapSubstreamData(); in dumpSectionMap() local
254 BinarySubstreamRef NS = DbiS.getModiSubstreamData(); in dumpModuleInfos() local
265 BinarySubstreamRef NS = DbiS.getFileInfoSubstreamData(); in dumpFileInfo() local
276 BinarySubstreamRef NS = DbiS.getTypeServerMapSubstreamData(); in dumpTypeServerMap() local
287 BinarySubstreamRef NS = DbiS.getECSubstreamData(); in dumpECData() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DLookup.cpp99 std::string NS = in getBestNamespaceSubstr() local
155 for (const auto *NS : EnclosingNamespaces) { in disambiguateSpellingInScope() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNamedStreamMap.h30 NamedStreamMap *NS; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-value-prof.c68 uint32_t NS; /* Number value sites. */ member
80 unsigned S, NS = 0, I, V, doInstrument = 1; in main() local
H A Dinstrprof-value-prof-2.c31 unsigned S, NS = 10, V; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DBreakpointPrinter.cpp31 if (auto *NS = dyn_cast<DINamespace>(Context)) { in getContextName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp278 auto NS = WritableMappedBlockStream::createIndexedStream( in commit() local
288 auto NS = WritableMappedBlockStream::createIndexedStream( in commit() local
H A DNamedStreamMap.cpp29 NamedStreamMapTraits::NamedStreamMapTraits(NamedStreamMap &NS) : NS(&NS) {} in NamedStreamMapTraits()
H A DDbiModuleDescriptorBuilder.cpp165 auto NS = WritableMappedBlockStream::createIndexedStream( in commitSymbolStream() local
H A DPDBFile.cpp370 auto NS = safelyCreateNamedStream("/names"); in getStringTable() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComparisonCategories.cpp117 if (const NamespaceDecl *NS = lookupStdNamespace(Ctx, StdNS)) in lookupInfo() local
H A DQualTypeNames.cpp190 if (const auto *NS = dyn_cast<NamespaceDecl>(DC)) { in createOuterNNS() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp412 uint32_t NS = Func.getNumValueSites(VK); in validateRecord() local
450 uint32_t NS = Func.getNumValueSites(VK); in writeRecordInText() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp176 char NS = consume(); in demanglePath() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp987 auto *NS = new (allocator()) syntax::IdentifierNameSpecifier; in buildNameSpecifier() local
997 auto *NS = new (allocator()) syntax::SimpleTemplateNameSpecifier; in buildNameSpecifier() local
1005 auto *NS = new (allocator()) syntax::DecltypeNameSpecifier; in buildNameSpecifier() local
1026 auto *NS = buildNameSpecifier(It); in TraverseNestedNameSpecifierLoc() local
/netbsd-src/tests/lib/libc/regex/
H A Dmain.c72 # define NS 10 in main() macro
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h818 bool isInIdentifierNamespace(unsigned NS) const { in isInIdentifierNamespace()
828 static bool isTagIdentifierNamespace(unsigned NS) { in isTagIdentifierNamespace()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp488 GCCAsmStmt *NS = in ActOnGCCAsmStmt() local
933 MSAsmStmt *NS = in ActOnMSAsmStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp221 auto NS = ProcModel.ItinsDef->getValueAsString("PacketizerNamespace"); in run() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp545 ConsumedState NS) { in copyInfo()
568 void ConsumedStmtVisitor::setInfo(const Expr *To, ConsumedState NS) { in setInfo()
791 ConsumedState NS = in VisitCXXConstructExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp236 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax()
457 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty()
665 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl()
708 const NSAPI &NS, edit::Commit &commit, in rewriteToNSEnumDecl()
763 const NSAPI &NS, edit::Commit &commit, in rewriteToNSMacroDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp39 static bool InNamespace(const Decl *D, StringRef NS) { in InNamespace()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1198 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate() local
1246 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate() local

1234