/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
DeclBase.h | 780 bool isInIdentifierNamespace(unsigned NS) const { 781 return getIdentifierNamespace() & NS; 788 static bool isTagIdentifierNamespace(unsigned NS) { 790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
DeclBase.h | 780 bool isInIdentifierNamespace(unsigned NS) const { 781 return getIdentifierNamespace() & NS; 788 static bool isTagIdentifierNamespace(unsigned NS) { 790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
DeclBase.h | 780 bool isInIdentifierNamespace(unsigned NS) const { 781 return getIdentifierNamespace() & NS; 788 static bool isTagIdentifierNamespace(unsigned NS) { 790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
DeclBase.h | 780 bool isInIdentifierNamespace(unsigned NS) const { 781 return getIdentifierNamespace() & NS; 788 static bool isTagIdentifierNamespace(unsigned NS) { 790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/prebuilts/clang/host/linux-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/linux-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/linux-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...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
DeclBase.h | 780 bool isInIdentifierNamespace(unsigned NS) const { 781 return getIdentifierNamespace() & NS; 788 static bool isTagIdentifierNamespace(unsigned NS) { 790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
DeclBase.h | 780 bool isInIdentifierNamespace(unsigned NS) const { 781 return getIdentifierNamespace() & NS; 788 static bool isTagIdentifierNamespace(unsigned NS) { 790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
DeclBase.h | 780 bool isInIdentifierNamespace(unsigned NS) const { 781 return getIdentifierNamespace() & NS; 788 static bool isTagIdentifierNamespace(unsigned NS) { 790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
DeclBase.h | 780 bool isInIdentifierNamespace(unsigned NS) const { 781 return getIdentifierNamespace() & NS; 788 static bool isTagIdentifierNamespace(unsigned NS) { 790 return (NS & ~IDNS_TagFriend) == (IDNS_Tag | IDNS_Type); [all...] |
/external/cblas/testing/ |
c_dblat1.f | 254 INTEGER INCXS(4), INCYS(4), LENS(4,2), NS(4) 269 DATA NS/0, 1, 2, 4/ 347 N = NS(KN) 411 + MWPINY(11), MWPN(11), NS(4) 422 DATA NS/0, 1, 2, 4/ 480 N = NS(KN)
|
c_sblat1.f | 254 INTEGER INCXS(4), INCYS(4), LENS(4,2), NS(4) 269 DATA NS/0, 1, 2, 4/ 347 N = NS(KN) 411 + MWPINY(11), MWPN(11), NS(4) 422 DATA NS/0, 1, 2, 4/ 480 N = NS(KN)
|
/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 61 const NamespaceDecl *NS) { 62 assert(NS && "Namespace cannot be NULL"); 70 Mockup.Specifier = const_cast<NamespaceDecl *>(NS);
|
/external/llvm/tools/llvm-profdata/ |
llvm-profdata.cpp | 390 uint32_t NS = Func.getNumValueSites(IPVK_IndirectCallTarget); 392 TotalNumValueSites += NS; 393 for (size_t I = 0; I < NS; ++I) {
|
/external/llvm/lib/IR/ |
DIBuilder.cpp | 137 Metadata *NS, unsigned Line, StringRef Name, 140 auto *M = DIImportedEntity::get(C, Tag, Context, DINodeRef(NS), Line, Name); 149 DINamespace *NS, 152 Context, NS, Line, StringRef(), AllImportedModules); 156 DIImportedEntity *NS, 159 Context, NS, Line, StringRef(), AllImportedModules); [all...] |
/prebuilts/go/darwin-x86/src/net/ |
lookup_windows.go | 249 func (*Resolver) lookupNS(ctx context.Context, name string) ([]*NS, error) { 260 nss := make([]*NS, 0, 10) 263 nss = append(nss, &NS{absDomainName([]byte(syscall.UTF16ToString((*[256]uint16)(unsafe.Pointer(v.Host))[:])))})
|
/prebuilts/go/linux-x86/src/net/ |
lookup_windows.go | 249 func (*Resolver) lookupNS(ctx context.Context, name string) ([]*NS, error) { 260 nss := make([]*NS, 0, 10) 263 nss = append(nss, &NS{absDomainName([]byte(syscall.UTF16ToString((*[256]uint16)(unsafe.Pointer(v.Host))[:])))})
|
/external/llvm/include/llvm/IR/ |
DIBuilder.h | 623 /// \param NS The namespace being imported here 625 DIImportedEntity *createImportedModule(DIScope *Context, DINamespace *NS, 630 /// \param NS An aliased namespace 633 DIImportedEntity *NS, unsigned Line); [all...] |
/external/python/cpython2/Lib/idlelib/ |
keybindingDialog.py | 105 self.listKeysFinal.grid(row=0,column=4,rowspan=4,sticky=NS) 109 scrollKeysFinal.grid(row=0,column=5,rowspan=4,sticky=NS)
|
/external/python/cpython3/Lib/idlelib/ |
config_key.py | 109 self.listKeysFinal.grid(row=0,column=4,rowspan=4,sticky=NS) 113 scrollKeysFinal.grid(row=0,column=5,rowspan=4,sticky=NS)
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
DumpUtils.java | 335 final int NS = screenStates != null ? screenStates.length : 1; 338 for (int is=0; is<NS; is++) {
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
DIBuilder.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
DIBuilder.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
DIBuilder.h | [all...] |