Home
last modified time | relevance | path

Searched defs:Ns (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/test/Interpreter/
H A Ddisambiguate-decl-stmt.cpp90 namespace Ns {namespace Ns { void Ns(); void Fs();}} namespace
91 void Ns::Ns::Ns() { printf("void Ns::Ns::Ns()\n"); } in Ns() function in Ns::Ns
H A Dexecute-stmts.cpp23 namespace Ns { void f(){ i++; } } in f() namespace
/llvm-project/llvm/unittests/ADT/
H A DBumpPtrListTest.cpp51 int Ns[] = {1, 3, 9, 5, 7}; in TEST() local
72 int Ns[] = {1, 3, 9, 5, 7}; in TEST() local
92 int Ns[] = {1, 3, 9, 5, 7}; in TEST() local
104 int Ns[] = {1, 3, 9, 5, 7}; in TEST() local
H A DSimpleIListTest.cpp421 Node Ns[10]; in TEST() local
459 Node Ns[5]; in TEST() local
514 Node Ns[4]; in TEST() local
550 Node Ns[10]; in TEST() local
571 Node Ns[10]; in TEST() local
628 DoubleNode Ns[10]; in TEST() local
/llvm-project/clang/test/SemaCXX/
H A Dqualified-id-lookup.cpp2 namespace Ns { namespace
9 namespace Ns { namespace
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DForwardDeclarationNamespaceCheck.cpp107 std::string Ns; in getNameOfNamespace() local
/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreserved-identifier.cpp181 namespace Ns { namespace
/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp98 if (auto *Ns = dyn_cast<NamespaceDecl>(D->getDeclContext())) in ASTImporterLookupTable() local
/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp139 for (auto &Ns : MtNsHrefsPrefixes) { in getPrefixForHref() local
472 for (auto &Ns : MtNsHrefsPrefixes) { in isRecognizedNamespace() local
/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h124 std::index_sequence<Ns...>) { in getAnalysisResultUnpackTuple() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-template.cpp324 template<int ...Ns> void j2(Y<Ns..., (const int*)&n>) {} in j2()
/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp266 auto PrintBBs = [&OS](const std::vector<int> &Ns) -> void { in operator <<() local
267 unsigned N = Ns.size(); in operator <<() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp201 NodeSet &Ns = Edges[Q[I]]; color() local
212 NodeSet &Ns = Edges[N]; color() local
240 NodeSet &Ns = Edges[N]; color() local
H A DHexagonCommonGEP.cpp995 nodes_for_root(Node, NCM, Ns); in separateConstantChains() local
H A DHexagonConstPropagation.cpp2223 uint32_t Ns = (Ps & (P::Zero|P::NaN|P::SignProperties)); in evaluate() local
2228 uint32_t Ns = (Ps & P::SignProperties); in evaluate() local