Home
last modified time | relevance | path

Searched defs:nd (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforward-declaration-namespace.cpp85 namespace nd { namespace
140 namespace nd { namespace
146 namespace nd { namespace
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp73 no_default nd; // expected-note {{field 'nd' has a deleted default constructor}} member
81 no_dtor nd; // expected-note {{field 'nd' has a deleted destructor}} member
115 no_default nd; // expected-note 2{{because field 'nd' has a deleted default constructor}} member
121 no_default nd; // expected-note {{because field 'nd' has a deleted default constructor}} member
H A Dcopy-assignment.cpp74 D d, nd; in test() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp27 clang::NamedDecl *nd = llvm::cast<clang::NamedDecl>(d); in FindDecls() local
/llvm-project/lldb/test/API/functionalities/data-formatter/callback-matching/
H A Dmain.cpp14 NonDerived nd = {4444}; in main() local
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx2a-thread-local-constinit.cpp104 thread_local constinit NotDestructed nd; variable
/llvm-project/clang/test/Analysis/
H A DDeleteWithNonVirtualDtor.cpp146 NonVirtual *nd = new NonVirtual(); in notDerived() local
/llvm-project/clang/test/SemaObjC/
H A Darc-repeated-weak.mm504 @property (weak) NSDictionary *nd; property
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2832 NameData &nd = inputChunk.nameData.emplace_back(); parseDebugNames() local
2925 for (const NameData &nd : inputChunk.nameData) { computeHdrAndAbbrevTable() local
3032 NameData &nd = inputChunk.nameData[j]; computeEntryPool() local
[all...]
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9113 clang::NamedDecl *nd = DeclGetName() local
9123 clang::NamedDecl *nd = DeclGetMangledName() local
9308 if (clang::NamedDecl *nd = DeclContextFindDeclByName() local
9315 } else if (clang::NamedDecl *nd = DeclContextFindDeclByName() local
9422 clang::NamedDecl *nd = llvm::dyn_cast<clang::NamedDecl>(target); CountDeclLevels() local
[all...]
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h489 #define __sanitizer_syscall_pre_compat_50_select(nd, in, ou, ex, tv) \ argument
493 #define __sanitizer_syscall_post_compat_50_select(res, nd, in, ou, ex, tv) \ argument
2019 #define __sanitizer_syscall_pre_compat_50_pselect(nd, in, ou, ex, ts, mask) \ argument
2023 #define __sanitizer_syscall_post_compat_50_pselect(res, nd, in, ou, ex, ts, \ argument
2287 #define __sanitizer_syscall_pre___select50(nd, in, ou, ex, tv) \ argument
2291 #define __sanitizer_syscall_post___select50(res, nd, in, ou, ex, tv) \ argument
2416 #define __sanitizer_syscall_pre___pselect50(nd, in, ou, ex, ts, mask) \ argument
2420 #define __sanitizer_syscall_post___pselect50(res, nd, in, ou, ex, ts, mask) \ argument