Home
last modified time | relevance | path

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

1234

/freebsd/contrib/expat/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
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral()
205 const NSAPI &NS, in rewriteToArraySubscriptGet()
215 const NSAPI &NS, in rewriteToDictionarySubscriptGet()
225 const NSAPI &NS, in rewriteToArraySubscriptSet()
259 const NSAPI &NS, in rewriteToDictionarySubscriptSet()
291 const NSAPI &NS, Commit &commit) { in rewriteToObjCSubscriptSyntax()
340 const NSAPI &NS, Commit &commit, in rewriteToObjCLiteralSyntax()
379 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral()
440 static bool getNSArrayObjects(const Expr *E, const NSAPI &NS, in getNSArrayObjects()
491 const NSAPI &NS, Commit &commit) { in rewriteToDictionaryLiteral()
[all …]
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNamedStreamMap.h28 NamedStreamMap *NS; member
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp59 #define SYMBOL(Name, NS, Header) #NS #Name, in countSymbols() argument
97 auto AddNS = [&](llvm::StringRef NS) -> NSSymbolMap & { in initialize()
145 #define SYMBOL(Name, NS, Header) \ in initialize() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp287 auto NS = WritableMappedBlockStream::createIndexedStream( commit() local
297 auto NS = WritableMappedBlockStream::createIndexedStream( commit() local
H A DNamedStreamMap.cpp27 NamedStreamMapTraits(NamedStreamMap & NS) NamedStreamMapTraits() argument
H A DDbiModuleDescriptorBuilder.cpp169 auto NS = WritableMappedBlockStream::createIndexedStream( in commitSymbolStream() local
H A DPDBFile.cpp368 auto NS = safelyCreateNamedStream("/names"); in getStringTable() local
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h148 inline void PtmTrcPacket::UpdateNS(const int NS) in UpdateNS()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp118 if (const NamespaceDecl *NS = lookupStdNamespace(Ctx, StdNS)) in lookupInfo() local
H A DQualTypeNames.cpp193 if (const auto *NS = dyn_cast<NamespaceDecl>(DC)) { in createOuterNNS() local
H A DNestedNameSpecifier.cpp74 const NamespaceDecl *NS) { in Create()
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h157 inline void EtmV3TrcPacket::UpdateNS(const int NS) in UpdateNS()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp230 if (auto NS = Builtin->getValueAsOptionalString("Namespace")) { in PrintAttributes() local
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c62 # define NS 10 in main() macro
/freebsd/lib/libc/regex/grot/
H A Dmain.c31 # define NS 10 in main() macro
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp993 auto *NS = new (allocator()) syntax::IdentifierNameSpecifier; in buildNameSpecifier() local
1003 auto *NS = new (allocator()) syntax::SimpleTemplateNameSpecifier; in buildNameSpecifier() local
1011 auto *NS = new (allocator()) syntax::DecltypeNameSpecifier; in buildNameSpecifier() local
1032 auto *NS = buildNameSpecifier(It); in TraverseNestedNameSpecifierLoc() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h882 bool isInIdentifierNamespace(unsigned NS) const { in isInIdentifierNamespace()
892 static bool isTagIdentifierNamespace(unsigned NS) { in isTagIdentifierNamespace()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp497 GCCAsmStmt *NS = in ActOnGCCAsmStmt() local
962 MSAsmStmt *NS = in ActOnMSAsmStmt() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp221 auto NS = ProcModel.ItinsDef->getValueAsString("PacketizerNamespace"); in run() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax()
454 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty()
661 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl()
704 const NSAPI &NS, edit::Commit &commit, in rewriteToNSEnumDecl()
759 const NSAPI &NS, edit::Commit &commit, in rewriteToNSMacroDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp39 static bool InNamespace(const Decl *D, StringRef NS) { in InNamespace()
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h424 inline void EtmV4ITrcPacket::setContextInfo(const bool update, const uint8_t EL, const uint8_t NS, … in setContextInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1269 llvm::Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate() local
1315 Instruction *NS = IC.Builder.CreateAlignedStore(Val, Ptr, EltAlign); in unpackStoreToAggregate() local

1234