| /llvm-project-15.0.7/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 152 int f(nd::ne::D &d);
|
| /llvm-project-15.0.7/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 104 nd = d; in test() 105 nd += d; in test() 106 nd += constD; in test()
|
| /llvm-project-15.0.7/polly/test/ScheduleOptimizer/ |
| H A D | rectangular-tiling.ll | 3 ; RUN: opt %loadPolly -polly-tile-sizes=256,16 -polly-2nd-level-tiling -polly-2nd-level-tile-sizes=… 4 ; RUN: opt %loadPolly -polly-tile-sizes=256,16 -polly-2nd-level-tiling -polly-2nd-level-tile-sizes=… 5 ; RUN: opt %loadPolly -polly-tile-sizes=256,16 -polly-2nd-level-tiling -polly-2nd-level-tile-sizes=… 24 ; TWOLEVEL: // 2nd level tiling - Tiles 27 ; TWOLEVEL: // 2nd level tiling - Points 37 ; TWO-PLUS-REGISTER: // 2nd level tiling - Tiles 40 ; TWO-PLUS-REGISTER: // 2nd level tiling - Points
|
| H A D | mat_mul_pattern_data_layout.ll | 5 ; RUN: -polly-target-2nd-cache-level-associativity=8 \ 7 ; RUN: -polly-target-2nd-cache-level-size=262144 \
|
| H A D | pattern-matching-based-opts_11.ll | 7 ; RUN: -polly-target-2nd-cache-level-associativity=8 \ 10 ; RUN: -polly-target-2nd-cache-level-size=262144 \
|
| H A D | pattern-matching-based-opts_14.ll | 5 ; RUN: -polly-target-2nd-cache-level-associativity=8 \ 8 ; RUN: -polly-target-2nd-cache-level-size=262144 \
|
| H A D | pattern-matching-based-opts_12.ll | 5 ; RUN: -polly-target-2nd-cache-level-associativity=8 \ 8 ; RUN: -polly-target-2nd-cache-level-size=262144 \
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | x86-64-veccallcc.ll | 3 ; Test 1st and 2nd arguments passed in XMM0 and XMM1. 4 ; Test 7nd argument passed by reference in stack: 56(%rsp). 15 ; Test 1st and 2nd arguments passed in YMM0 and YMM1. 16 ; Test 7nd argument passed by reference in stack: 56(%rsp).
|
| H A D | 2008-09-18-inline-asm-2.ll | 5 ; The 1st, 2nd, 3rd and 5th registers must all be different. The registers 11 ; CHECK: 2nd=[[A2:%...]] 41 …%asmtmp = tail call { i32, i32, i32, i32 } asm sideeffect "#1st=$0 $1 2nd=$1 $2 3rd=$2 $4 5th=$4 $…
|
| /llvm-project-15.0.7/libc/AOR_v20.02/string/arm/ |
| H A D | memchr.S | 114 moveq r5, r6 @ the end is in the 2nd word 115 subeq r0,r0,#3 @ Points to 2nd byte of 2nd word 116 subne r0,r0,#7 @ or 2nd byte of 1st word 122 tst r5, # CHARTSTMASK(1) @ 2nd character 125 tsteq r5, # (3<<15) @ 2nd & 3rd character
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/ |
| H A D | unwind-info-x86_64.test | 3 # The 2nd level index in this file is in compressed form, referring to both 20 # CHECK: [0]: function offset=0x00000d70, 2nd level page offset=0x00000050, LSDA offset=0x000000… 21 # CHECK: [1]: function offset=0x00000eab, 2nd level page offset=0x00000000, LSDA offset=0x000000…
|
| H A D | unwind-info-arm64.test | 3 # The 2nd level index here is "regular", including all offsets & encodings in 20 # CHECK: [0]: function offset=0x00007d64, 2nd level page offset=0x00000050, LSDA offset=0x00000… 21 # CHECK: [1]: function offset=0x00007eb5, 2nd level page offset=0x00000000, LSDA offset=0x00000…
|
| H A D | malformed-unwind-x86_64.test | 5 # CHECK: Skipping 2nd level page with unknown kind 4
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangDeclVendor.cpp | 27 clang::NamedDecl *nd = llvm::cast<clang::NamedDecl>(d); in FindDecls() local 28 decls.push_back(nd); in FindDecls()
|
| /llvm-project-15.0.7/llvm/test/Examples/OrcV2Examples/ |
| H A D | lljit-with-remote-debugging.test | 9 # RUN: LLJITWithRemoteDebugging %p/Inputs/argc_sub1_elf.ll --args 2nd 3rd 4th | FileCheck --check-p… 11 # CHECK3: Running: main("2nd", "3rd", "4th")
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | debug.cpp | 537 for (__i_node* nd = __ibeg_[h]; nd != nullptr; nd = nd->__next_) in __find_iterator() local 539 if (nd->__i_ == __i) in __find_iterator() 541 r = nd; in __find_iterator()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | objcbridgemutable-attribute.m | 22 void Test(NSMutableDictionary *md, NSDictionary *nd, CFMutableDictionaryRef mcf, CFMutableDictionar… 25 …(void) (CFMutableDictionaryRef)nd; // expected-warning {{'NSDictionary' cannot bridge to 'CFMutabl…
|
| H A D | matrix-type-builtins.m | 25 …// expected-error@-1 {{the pointee of the 2nd argument must match the element type of the 1st argu… 29 // expected-error@-1 {{2nd argument must be a pointer to a valid matrix element type}}
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | DeleteWithNonVirtualDtor.cpp | 146 NonVirtual *nd = new NonVirtual(); in notDerived() local 147 delete nd; // no-warning in notDerived()
|
| /llvm-project-15.0.7/flang/test/Parser/ |
| H A D | end.f | 4 + nd
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | swp-prolog-phi.ll | 4 ; pipeliner was using an incorrect value for an instruction in the 2nd prolog 6 ; the 1st and 2nd prolog blocks contain the same operands.
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | construct-null.test | 17 - 2nd entry
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | cxx2a-thread-local-constinit.cpp | 102 thread_local constinit NotDestructed nd; variable
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | VarLenEncoder.td | 78 // 2nd dst 96 // 2nd dst
|