| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-strict-prototypes.m | 5 … copy) void (^noProtoBlock)(); // expected-warning {{a block declaration without a prototype is de… 8 - doStuff:(void (^)()) completionHandler; // expected-warning {{a block declaration without a proto… 13 void foo() { // expected-warning {{a function declaration without a prototype is deprecated in all … 14 void (^block)() = // expected-warning {{a block declaration without a prototype is deprecated}} 23 void (*(^(*(^block4)()) // expected-warning {{a block declaration without a prototype is deprecated… 24 …()) // expected-warning {{a function declaration without a prototype is deprecated in all versions… 25 ()) // expected-warning {{a block declaration without a prototype is deprecated}} 26 …(); // expected-warning {{a function declaration without a prototype is deprecated in all versions…
|
| H A D | warn-deprecated-non-prototype.c | 27 … strict-warning {{a function declaration without a prototype is deprecated in all versions of C}} 42 … strict-warning {{a function declaration without a prototype is deprecated in all versions of C}} 47 … strict-warning {{a function declaration without a prototype is deprecated in all versions of C}} 50 … strict-warning {{a function declaration without a prototype is deprecated in all versions of C}}
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | set-at-directive-explicit-at.s | 12 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat" 17 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat" 22 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat" 27 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat" 31 # WARNINGS-NOT: warning: used $at (currently ${{[0-9]+}}) without ".set noat" 46 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $16) without ".set noat" 51 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $16) without ".set noat"
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/step-avoids-no-debug/ |
| H A D | Makefile | 1 C_SOURCES := with-debug.c without-debug.c 5 without-debug.o: without-debug.c
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | magic-numbers.rst | 58 are accepted without a warning. This can be overridden with the 63 without warning by enabling the :option:`IgnorePowersOf2IntegerValues` option. 66 accepted without a warning. The set of ignored floating point literals can 86 or initialization values for sums, they are always accepted without warning, 95 without a warning. Default values are `{1, 2, 3, 4}`, and `0` is accepted 101 without warning. Default value is `false`. 106 be accepted without a warning. Default values are `{1.0, 100.0}` and `0.0` 111 Boolean value indicating whether to accept all floating point values without 117 without warning. This is useful for example for register definitions which
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/ |
| H A D | no-store-func-path-notes.m | 18 return 1; // expected-note{{Returning without writing to '*var'}} 24 int x; //expected-note{{'x' declared without an initial value}} 40 return 1; // expected-note {{Returning without writing to '*p'}} 47 int p; // expected-note{{'p' declared without an initial value}} 70 } // expected-note{{Returning without writing to 'self->a'}} 84 } // expected-note{{Returning without writing to 'self->a'}} 98 } // expected-note{{Returning without writing to 'param->a'}}
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | move.test | 1 ## Test the move command without modifiers moves members to the end 59 ## Move without member: 60 # RUN: llvm-ar rc %t/without.a %t/1.o %t/2.o %t/3.o 61 # RUN: llvm-ar m %t/without.a 62 # RUN: llvm-ar t %t/without.a \ 69 # RUN: llvm-nm --print-armap %t/without.a \
|
| H A D | replace.test | 1 ## Test the replace command without modifiers replaces the relevant members. 66 ## Replace without member: 67 # RUN: llvm-ar rc %t/without.a %t/1.o %t/2.o %t/3.o 68 # RUN: llvm-ar r %t/without.a 69 # RUN: llvm-ar t %t/without.a \ 76 # RUN: llvm-nm --print-armap %t/without.a \
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/ |
| H A D | multithreaded-report.test | 1 # Test "report" command with and without multiple threads. 15 # Test "export" command with and without multiple threads. 28 # Test "show" command with and without multiple threads, single text file. 41 # Test "show" command with and without multiple threads, single HTML file. 54 # Test "show" command with and without multiple threads, text directory. 67 # Test "show" command with and without multiple threads, HTML directory.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | opt-codegen-no-target-machine.ll | 3 ; CHECK: Trying to construct TargetPassConfig without a target machine. Scheduling a CodeGen pass w…
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | invalid-endef.s | 3 # CHECK: ending symbol definition without starting one 4 # CHECK: ending symbol definition without starting one
|
| H A D | invalid-def.s | 3 # CHECK: error: starting a new symbol definition without completing the previous one 4 # CHECK: error: starting a new symbol definition without completing the previous one
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objc-try-catch-1.m | 41 @try { // expected-error {{@try statement without a @catch and @finally clause}} 49 @try {}// expected-error {{@try statement without a @catch and @finally clause}} 55 @try {}// expected-error {{@try statement without a @catch and @finally clause}}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | add.i16.ll | 3 ; FIXME: Need to handle non-uniform case for function below (load without gep). 21 ; FIXME: Need to handle non-uniform case for function below (load without gep). 36 ; FIXME: Need to handle non-uniform case for function below (load without gep). 51 ; FIXME: Need to handle non-uniform case for function below (load without gep). 66 ; FIXME: Need to handle non-uniform case for function below (load without gep). 85 ; FIXME: Need to handle non-uniform case for function below (load without gep). 104 ; FIXME: Need to handle non-uniform case for function below (load without gep). 124 ; FIXME: Need to handle non-uniform case for function below (load without gep).
|
| H A D | sub.i16.ll | 4 ; FIXME: Need to handle non-uniform case for function below (load without gep). 22 ; FIXME: Need to handle non-uniform case for function below (load without gep). 37 ; FIXME: Need to handle non-uniform case for function below (load without gep). 52 ; FIXME: Need to handle non-uniform case for function below (load without gep). 67 ; FIXME: Need to handle non-uniform case for function below (load without gep). 86 ; FIXME: Need to handle non-uniform case for function below (load without gep). 106 ; FIXME: Need to handle non-uniform case for function below (load without gep). 126 ; FIXME: Need to handle non-uniform case for function below (load without gep).
|
| /llvm-project-15.0.7/lldb/test/Shell/Reproducer/ |
| H A D | TestDriverOptions.test | 14 # NO-WARNING-NOT: warning: -capture-path specified without -capture 15 # WARNING: warning: -capture-path specified without -capture 16 # WARNING2: warning: -reproducer-generate-on-exit specified without -capture
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | FileCheck-space.txt | 4 Check that CHECK-NEXT without a space after the colon works. 8 Check that CHECK-NOT without a space after the colon works.
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | frexp.inc | 7 * in the Software without restriction, including without limitation the rights 32 /* scale subnormal by 2^26 without multiplying */ 58 // scale subnormal by 2^54 without multiplying
|
| H A D | ilogb.cl | 7 * in the Software without restriction, including without limitation the rights 41 // FP_ILOGBNAN can change without requiring changes to ilogb() code. 65 // FP_ILOGBNAN can change without requiring changes to ilogb() code.
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | add-remove-private.m | 10 // Build without module.private.modulemap 14 // RUN: cp %t.mcp/AddRemovePrivate.pcm %t/without.pcm 21 // RUN: not diff %t.mcp/AddRemovePrivate.pcm %t/without.pcm
|
| H A D | implicit-private-without-public.m | 4 // RUN: -F%S/Inputs/implicit-private-without-public \ 9 // Private module map without a public one isn't supported for deprecated module map locations.
|
| /llvm-project-15.0.7/lldb/test/Shell/Settings/ |
| H A D | TestDisassemblyFormat.test | 2 …e.basename}\`}{${function.name-without-args}}:\n}{${function.changed}\n{${module.file.basename}\`}…
|
| /llvm-project-15.0.7/bolt/test/ |
| H A D | shared-object.test | 1 # Test that llvm-bolt processes *.so without a failure 3 # This test uses the clang driver without target flags and will only succeed
|
| H A D | no-relocs.test | 1 # Verifies that input without relocations is rejected in relocs mode. 3 # This test uses the clang driver without target flags and will only succeed
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | builtin-nostrip-aix.ll | 16 ; Re-compile, this time without the thinlto indices. 19 ; Test the new lto interface without thinlto. 26 ; Test the old lto interface without thinlto.
|