/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | forward-declaration-namespace.cpp | 85 namespace nd { namespace 140 namespace nd { namespace 146 namespace nd { namespace
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx0x-deleted-default-ctor.cpp | 73 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 D | copy-assignment.cpp | 74 D d, nd; in test() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangDeclVendor.cpp | 27 clang::NamedDecl *nd = llvm::cast<clang::NamedDecl>(d); in FindDecls() local
|
/llvm-project/lldb/test/API/functionalities/data-formatter/callback-matching/ |
H A D | main.cpp | 14 NonDerived nd = {4444}; in main() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cxx2a-thread-local-constinit.cpp | 104 thread_local constinit NotDestructed nd; variable
|
/llvm-project/clang/test/Analysis/ |
H A D | DeleteWithNonVirtualDtor.cpp | 146 NonVirtual *nd = new NonVirtual(); in notDerived() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | arc-repeated-weak.mm | 504 @property (weak) NSDictionary *nd; property
|
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 2832 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 D | TypeSystemClang.cpp | 9113 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 D | netbsd_syscall_hooks.h | 489 #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
|