/external/swiftshader/third_party/LLVM/tools/opt/ |
opt.cpp | 356 DINameSpace NS(Context);
357 if (!NS.getName().empty()) {
358 getContextName(NS.getContext(), N);
359 N = N + NS.getName().str() + "::";
|
/external/clang/lib/Index/ |
IndexingContext.cpp | 206 if (auto NS = dyn_cast<NamespaceDecl>(Parent)) { 207 if (NS->isAnonymousNamespace())
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfUnit.h | 232 void addSourceLine(DIE &Die, const DINamespace *NS); 279 DIE *getOrCreateNameSpace(const DINamespace *NS);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ |
StringExtras.h | 307 size_t NS = detail::join_one_item_size(Separator); 309 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ |
StringExtras.h | 307 size_t NS = detail::join_one_item_size(Separator); 309 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ |
StringExtras.h | 350 size_t NS = detail::join_one_item_size(Separator); 352 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ |
StringExtras.h | 350 size_t NS = detail::join_one_item_size(Separator); 352 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ |
StringExtras.h | 350 size_t NS = detail::join_one_item_size(Separator); 352 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ |
StringExtras.h | 350 size_t NS = detail::join_one_item_size(Separator); 352 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/ |
StringExtras.h | 307 size_t NS = detail::join_one_item_size(Separator); 309 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/ |
StringExtras.h | 307 size_t NS = detail::join_one_item_size(Separator); 309 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/ |
StringExtras.h | 350 size_t NS = detail::join_one_item_size(Separator); 352 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/ |
StringExtras.h | 350 size_t NS = detail::join_one_item_size(Separator); 352 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/ |
StringExtras.h | 350 size_t NS = detail::join_one_item_size(Separator); 352 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/ |
StringExtras.h | 350 size_t NS = detail::join_one_item_size(Separator); 352 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
|
/frameworks/base/core/java/com/android/internal/os/ |
ProcessCpuTracker.java | 419 int NS = allProcs.size(); 427 Stats st = curStatsIndex < NS ? allProcs.get(curStatsIndex) : null; 502 NS++; 572 NS--; 582 while (curStatsIndex < NS) { 592 NS--; [all...] |
/prebuilts/go/darwin-x86/src/net/ |
dnsclient.go | 270 // An NS represents a single DNS NS record. 271 type NS struct {
|
lookup_unix.go | 164 func (r *Resolver) lookupNS(ctx context.Context, name string) ([]*NS, error) { 169 nss := make([]*NS, len(rrs)) 171 nss[i] = &NS{Host: rr.(*dnsRR_NS).Ns}
|
/prebuilts/go/linux-x86/src/net/ |
dnsclient.go | 270 // An NS represents a single DNS NS record. 271 type NS struct {
|
lookup_unix.go | 164 func (r *Resolver) lookupNS(ctx context.Context, name string) ([]*NS, error) { 169 nss := make([]*NS, len(rrs)) 171 nss[i] = &NS{Host: rr.(*dnsRR_NS).Ns}
|
/external/clang/include/clang/AST/ |
DeclBase.h | 694 bool isInIdentifierNamespace(unsigned NS) const { 695 return getIdentifierNamespace() & NS; 702 static bool isTagIdentifierNamespace(unsigned NS) { 704 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/external/python/cpython3/Lib/test/ |
test_complex.py | 222 class NS(object): 226 self.assertEqual(complex(NS(1+10j)), 1+10j) 228 self.assertRaises(TypeError, complex, NS(None)) 230 self.assertRaises(TypeError, complex, NS(1.5)) 231 self.assertRaises(TypeError, complex, NS(1))
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
DeclBase.h | 704 bool isInIdentifierNamespace(unsigned NS) const { 705 return getIdentifierNamespace() & NS; 712 static bool isTagIdentifierNamespace(unsigned NS) { 714 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
DeclBase.h | 734 bool isInIdentifierNamespace(unsigned NS) const { 735 return getIdentifierNamespace() & NS; 742 static bool isTagIdentifierNamespace(unsigned NS) { 744 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
DeclBase.h | 734 bool isInIdentifierNamespace(unsigned NS) const { 735 return getIdentifierNamespace() & NS; 742 static bool isTagIdentifierNamespace(unsigned NS) { 744 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |