Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dutil.py39 missing = []
46 missing.append(e)
65 missing.extend(expected[i:])
68 return missing, unexpected
78 missing = []
85 missing.append(item)
102 return missing, unexpected
105 return missing, actual
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dwarn-missing-super.m44 // CHECK: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call
48 // CHECK-GC: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call
49 // CHECK-GC: warn-missing-super.m:26:1: warning: method possibly missing a [super finalize] call
53 // CHECK-GC-ONLY: warn-missing-super.m:26:1: warning: method possibly missing a [super finalize] ca…
57 // CHECK-ARC: warn-missing-super.m:36:10: error: ARC forbids explicit message send of 'dealloc'
H A Dsuper-dealloc-attribute.m41 } // expected-warning {{method possibly missing a [super XXX] call}}
44 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc…
47 + (void)registerClass:(id)name {} // expected-warning {{method possibly missing a [super registerCl…
54 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] cal…
55 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc…
56 - (void) AnnotMeth{}; // expected-warning {{method possibly missing a [super AnnotMeth] call}}
65 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] cal…
66 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc…
67 - (void) AnnotMeth{}; // expected-warning {{method possibly missing a [super AnnotMeth] call}}
68 - (void) AnnotMyDeallocMethCAT{}; // expected-warning {{method possibly missing a [super AnnotMyDea…
[all …]
H A Dattr-designated-init.m33 … // expected-warning {{convenience initializer missing a 'self' call to another initializer}}
48 -(id)initB2 { return 0; } // expected-warning {{convenience initializer missing a 'self' call to an…
64 -(id)initS1 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
70 -(id)initS3 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
73 -(id)initS4 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
108 -(id)initSS1 { // expected-warning {{designated initializer missing a 'super' call to a designated …
119 -(id)initB1 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
132 -(id)initB1 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
160 -(id)initS2 { // expected-warning {{convenience initializer missing a 'self' call to another initia…
176 -(id)initS6 { // expected-warning {{convenience initializer missing a 'self' call to another initia…
[all …]
H A Dmissing-atend-metadata.m9 @interface I1 : I0 // expected-error {{missing '@end'}}
15 @interface I2 : I0 // expected-error {{missing '@end'}}
22 @implementation I2(CAT) // expected-error 2 {{missing '@end'}} expected-note {{implementation star…
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dmacro-required-argument-err.s3 # CHECK:{{.*}}.s:[[#@LINE+3]]:36: error: missing parameter qualifier for 'parameter' in macro …
8 # CHECK-NEXT:{{.*}}.s:[[#@LINE+3]]:43: error: missing parameter qualifier for 'parameter' in macro …
24 # CHECK-NEXT:{{.*}}.s:[[#@LINE+5]]:17: error: missing value for required parameter 'parameter' in m…
31 # CHECK-NEXT:{{.*}}.s:[[#@LINE+5]]:24: error: missing value for required parameter 'second' in macr…
38 # CHECK-NEXT:{{.*}}.s:[[#@LINE+8]]:24: error: missing value for required parameter 'second' in macr…
41 # CHECK-NEXT:{{.*}}.s:[[#@LINE+5]]:24: error: missing value for required parameter 'third' in macro…
48 # CHECK-NEXT:{{.*}}.s:[[#@LINE+3]]:38: error: missing value for required parameter 'second' in macr…
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dmri-addmod.test19 ## ADDMOD with missing file.
20 # RUN: not llvm-ar -M < missing.mri 2>&1 | FileCheck -DMSG=%errc_ENOENT %s --check-prefix=MISSING
21 # RUN: not ls missing.a
23 # MISSING: error: script line 2: missing.o: [[MSG]]
57 #--- missing.mri
58 CREATE missing.a
59 ADDMOD missing.o
H A Dmri-addlib.test27 ## ADDLIB with missing file.
28 # RUN: not llvm-ar -M < missing.mri 2>&1 | FileCheck -DMSG=%errc_ENOENT %s --check-prefix=MISSING
29 # RUN: not ls missing.a
31 # MISSING: error: script line 2: could not open library missing-lib.a: [[MSG]]
73 #--- missing.mri
74 CREATE missing.a
75 ADDLIB missing-lib.a
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsuperclass.m100 …ViewController:' instance method in UIViewController subclass 'TestB' is missing a [super addChild…
101 …'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidA…
103 … 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewDidU…
104 …he 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missing a [super viewDidL…
105 …'viewWillUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewWill…
171 …tViewController' instance method in UIViewController subclass 'TestC' is missing a [super removeFr…
182 …resignFirstResponder' instance method in UIResponder subclass 'TestD' is missing a [super resignFi…
201 …storeStateWithCoder:' instance method in NSResponder subclass 'TestF' is missing a [super restoreS…
203 …rableStateWithCoder:' instance method in NSResponder subclass 'TestF' is missing a [super encodeRe…
225 …estoreStateWithCoder:' instance method in NSDocument subclass 'TestH' is missing a [super restoreS…
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-names-verify-completeness.s3 …CHECK: error: Name Index @ 0x0: Entry for DIE @ {{.*}} (DW_TAG_namespace) with name namesp missing.
4 …error: Name Index @ 0x0: Entry for DIE @ {{.*}} (DW_TAG_variable) with name var_block_addr missing.
5 …ame Index @ 0x0: Entry for DIE @ {{.*}} (DW_TAG_namespace) with name (anonymous namespace) missing.
6 …: error: Name Index @ 0x0: Entry for DIE @ {{.*}} (DW_TAG_variable) with name var_loc_addr missing.
7 …K: error: Name Index @ 0x0: Entry for DIE @ {{.*}} (DW_TAG_variable) with name var_loc_tls missing.
8 …rror: Name Index @ 0x0: Entry for DIE @ {{.*}} (DW_TAG_variable) with name var_loc_gnu_tls missing.
9 …CK: error: Name Index @ 0x0: Entry for DIE @ {{.*}} (DW_TAG_subprogram) with name fun_name missing.
10 … error: Name Index @ 0x0: Entry for DIE @ {{.*}} (DW_TAG_subprogram) with name _Z8fun_name missing.
11 … Name Index @ 0x0: Entry for DIE @ {{.*}} (DW_TAG_inlined_subroutine) with name fun_inline missing.
12 # CHECK: error: Name Index @ 0x0: Entry for DIE @ {{.*}} (DW_TAG_label) with name label missing.
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Dsource-interleave-prefix.test20 ; RUN: sed -e "s,SRC_COMPDIR,/Inputs,g" %p/Inputs/source-interleave.ll > %t-missing-prefix.ll
21 ; RUN: llc -o %t-missing-prefix.o -filetype=obj -mtriple=x86_64-pc-linux %t-missing-prefix.ll
22 ; RUN: llvm-objdump --prefix %p --source %t-missing-prefix.o 2>&1 | \
35 ; RUN: llvm-objdump --prefix / --source %t-missing-prefix.o 2>&1 | \
36 ; RUN: FileCheck %s --check-prefix=CHECK-BROKEN-PREFIX -DFILE=%t-missing-prefix.o -DPREFIX='' -DC…
41 ; RUN: llvm-objdump --prefix myprefix// --source %t-missing-prefix.o 2>&1 | \
65 ; RUN: llvm-objdump --prefix %p --prefix-strip 0 --source %t-missing-prefix.o 2>&1 | \
72 ; RUN: llvm-objdump --prefix %p/Inputs --prefix-strip 1 --source %t-missing-prefix.o 2>&1 | \
79 ; RUN: llvm-objdump --prefix %p/Inputs --prefix-strip 2 --source %t-missing-prefix.o 2>&1 | \
84 ; RUN: not llvm-objdump --prefix %p --prefix-strip '-1' --source %t-missing-prefix.o 2>&1 | \
[all …]
H A Dwarn-missing-disasm-func.test16 # CHECK: warning: {{.*}}: failed to disassemble missing symbol foo
19 # MULTI: warning: {{.*}}: failed to disassemble missing symbol foo
21 # MULTI: warning: {{.*}}: failed to disassemble missing symbol foo
/llvm-project-15.0.7/clang/test/Modules/Inputs/submodules/
H A Dmodule.map15 module missing { header "missing.h" }
20 module missing {
22 header "missing.h"
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dadd-section.test52 …: not llvm-objcopy --add-section=.section.name=%t.missing %t %t.out 2>&1 | FileCheck -DFILE=%t.mis…
56 ## Negative test for invalid --add-sections argument - missing '='.
59 # ERR2: error: bad format for --add-section: missing '='
61 ## Negative test for invalid --add-sections argument - missing file name.
64 # ERR3: error: bad format for --add-section: missing file name
/llvm-project-15.0.7/clang/test/Parser/
H A Dmissing-end-4.m6 @interface Y1 // expected-error {{missing '@end'}}
13 @protocol Y2 // expected-error {{missing '@end'}}
18 @interface X7 // expected-error {{missing '@end'}}
23 @interface P2 // expected-error {{missing '@end'}}
28 @implementation X4 // expected-error {{missing '@end'}}
H A Dmissing-end-2.m7 @implementation A // expected-error {{missing '@end'}}
13 @implementation B // expected-error {{missing '@end'}}
19 @implementation C // expected-error 2 {{missing '@end'}}
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/
H A Dline-table-missing-file.test6 # RUN: yaml2obj %S/Inputs/basic-elf.yaml -o %T/line-table-missing-file.out
7 # RUN: %lldb %T/line-table-missing-file.out \
8 # RUN: -o "target symbols add -s line-table-missing-file.out %S/Inputs/line-table-missing-file.sy…
/llvm-project-15.0.7/clang/test/Modules/
H A Ddiagnose-missing-import.m2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/diagnose-missing-import \
14 // expected-note@Inputs/diagnose-missing-import/a.h:5 {{declaration here is not visible}}
15 // expected-note@Inputs/diagnose-missing-import/a.h:5 {{declaration here is not visible}}
16 // expected-note@Inputs/diagnose-missing-import/a.h:6 {{declaration here is not visible}}
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dsearch-path-usage.m104 // Check that used header map is reported even when the target file is missing.
106 // RUN: sed "s|DIR|%/S/Inputs/search-path-usage/missing-subdir|g" \
107 // RUN: %S/Inputs/search-path-usage/b.hmap.json.template > %t/b-missing.hmap.json
108 // RUN: %hmaptool write %t/b-missing.hmap.json %t/b-missing.hmap
110 // RUN: -I %t/b-missing.hmap \
115 // expected-remark-re {{search path used: '{{.*}}/b-missing.hmap'}} \
119 // Check that used header map is reported even when the target file is missing
123 // RUN: -I %t/b-missing.hmap \
128 // expected-remark-re {{search path used: '{{.*}}/b-missing.hmap'}}
/llvm-project-15.0.7/clang/test/Modules/Inputs/auto-import-unavailable/
H A Dmodule.modulemap2 module missing { header "missing_header/missing.h" }
9 header "nonrequired_missing_header/missing.h"
/llvm-project-15.0.7/mlir/test/Dialect/Quant/
H A Dparse-uniform-invalid.mlir19 // Unrecognized token: missing storage type maximum
24 // Unrecognized token: missing closing angle bracket
29 // Unrecognized token: missing type colon
34 // Unrecognized token: missing comma
94 // Illegal uniform params: missing zero point
114 // Illegal uniform params: missing quantized dimension
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dthrow-keyword-missing.rst1 .. title:: clang-tidy - bugprone-throw-keyword-missing
3 bugprone-throw-keyword-missing
6 Warns about a potentially missing ``throw`` keyword. If a temporary object is created, but the
/llvm-project-15.0.7/clang/test/Driver/
H A Dhip-link-bundle-archive.hip18 …dled.a" "-targets=hip-amdgcn-amd-amdhsa-gfx1030" "-output=[[A1030:.*\.a]]" "-allow-missing-bundles"
20 …undled.a" "-targets=hip-amdgcn-amd-amdhsa-gfx906" "-output=[[A906:.*\.a]]" "-allow-missing-bundles"
24 …d2.lib" "-targets=hip-amdgcn-amd-amdhsa-gfx1030" "-output=[[A1030:.*\.a]]" "-allow-missing-bundles"
26 …led2.lib" "-targets=hip-amdgcn-amd-amdhsa-gfx906" "-output=[[A906:.*\.a]]" "-allow-missing-bundles"
/llvm-project-15.0.7/lld/test/COFF/
H A Dignore-many.test4 RUN: yaml2obj %S/Inputs/pdb-type-server-missing-2.yaml -o %t2.obj
11 WARNINGS: missing symbol: foo
15 SUPPRESSED-NOT: missing symbol: foo
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/
H A Dalgorithm1 // This is only defined when building, but LLDB is missing this flag when loading the standard
2 // library module so the actual contents of the module are missing.
17 // an empty module. Will be missing if LLDB somehow can get the

12345678910>>...24