Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 950) sorted by relevance

12345678910>>...38

/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dsymbolize-filter-markup-parse-fields.test7 CHECK: error: expected address; found ''
8 CHECK: error: expected address; found '42'
9 CHECK: error: expected address; found '0xgg'
12 CHECK: error: expected module ID; found ''
13 CHECK: error: expected module ID; found '-1'
15 CHECK: error: expected module ID; found '079'
17 CHECK: error: expected module ID; found '0xfg'
18 CHECK: error: expected module ID; found '0x'
20 CHECK: error: expected build ID; found ''
21 CHECK: error: expected build ID; found '0'
[all …]
H A Dsymbolize-filter-markup-mmap.test9 ERR: error: expected at least 3 field(s); found 0
11 ERR: error: expected 6 field(s); found 3
12 ERR: error: expected address; found '1'
13 ERR: error: expected size; found '-1'
14 ERR: error: expected mode; found ''
15 ERR: error: expected mode; found 'g'
16 ERR: error: expected mode; found 'wr'
/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dverbose.txt40 V-NEXT: verbose.txt:[[@LINE-9]]:1: note: found here
47 V-NEXT: verbose.txt:[[@LINE-15]]:1: note: found here
66 V-NEXT: verbose.txt:[[#@LINE-8]]:1: note: found here
76 V-NEXT: verbose.txt:[[#@LINE-17]]:1: note: found here
92 V-NEXT: verbose.txt:[[#@LINE-9]]:1: note: found here
102 V-NEXT: verbose.txt:[[#@LINE-18]]:1: note: found here
126 V-NEXT: verbose.txt:[[@LINE-10]]:1: note: found here
140 V-NEXT: verbose.txt:[[@LINE-22]]:1: note: found here
152 V-NEXT: verbose.txt:[[@LINE-8]]:1: note: found here
169 V-NEXT: verbose.txt:[[@LINE-24]]:4: note: found here
[all …]
H A Dimplicit-check-not.txt5 ; CHECK-PREFIX-ERROR: error: no check strings found with prefix '[[PREFIX]]:'
24 ; CHECK-ERROR1: command line:1:22: error: CHECK-FAIL1-NOT: excluded string found in input
26 ; CHECK-ERROR1: note: found here
29 ; CHECK-ERROR4: command line:1:22: error: CHECK-FAIL1-NOT: excluded string found in input
31 ; CHECK-ERROR4: note: found here
32 ; CHECK-ERROR5: command line:1:22: error: CHECK-FAIL1-NOT: excluded string found in input
34 ; CHECK-ERROR5: note: found here
41 ; CHECK-ERROR2: note: found here
45 ; CHECK-ERROR6: note: found here
53 ; CHECK-ERROR3: note: found here
[all …]
H A Dnumeric-defines.txt32 NUMERRMSG1: defines.txt:[[#@LINE-5]]:12: error: CHECKNUM1: expected string not found in input
37 NUMERRMSG2: defines.txt:[[#@LINE-9]]:12: error: CHECKNUM2: expected string not found in input
42 NOT-NUMERRMSG1: defines.txt:[[#@LINE-13]]:14: error: {{NUMNOT1}}-NOT: excluded string found in input
43 NOT-NUMERRMSG1: defines.txt:[[#@LINE-18]]:1: note: found here
46 NOT-NUMERRMSG2: defines.txt:[[#@LINE-16]]:14: error: {{NUMNOT1}}-NOT: excluded string found in input
47 NOT-NUMERRMSG2: defines.txt:[[#@LINE-21]]:1: note: found here
83 NUMERRMSG3: defines.txt:[[#@LINE-5]]:12: error: CHECKNUM3: expected string not found in input
88 NUMERRMSG4: defines.txt:[[#@LINE-9]]:12: error: CHECKNUM4: expected string not found in input
93 NOT-NUMERRMSG3: defines.txt:[[#@LINE-13]]:14: error: {{NUMNOT2}}-NOT: excluded string found in input
94 NOT-NUMERRMSG3: defines.txt:[[#@LINE-18]]:1: note: found here
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/basic/
H A DTestTsanBasic.py69 found = False
74 found = True
76 found = True
77 self.assertTrue(found)
104 found = False
109 found = True
111 found = True
112 self.assertTrue(found)
116 found = False
121 found = True
[all …]
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjc-messaging-1.m7 [a ii]; // expected-warning{{not found}}
8 [a if: 1 :2]; // expected-warning{{not found}}
9 [a inout: 1 :2 another:(2,3,4)]; // expected-warning{{not found}} \
11 [a inout: 1 :2 another:(2,3,4), 6,6,8]; // expected-warning{{not found}} \
13 [a inout: 1 :2 another:(2,3,4), (6,4,5),6,8]; // expected-warning{{not found}} \
15 [a inout: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
17 [a long: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
19 [a : "Hello\n" :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
23 [a, b, c foo]; // expected-warning{{not found}} \
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dwarn-strict-selector-match.m8 -(float) method; // expected-note {{also found}}
11 int main(void) { [(id)0 method]; } // expected-warning {{multiple methods named 'method' found}}
20 - (void)setWindow:(Class1 *)window; // expected-note 2 {{also found}}
27 // expected-warning {{multiple methods named 'setWindow:' found}}
28 [obj2 setWindow:0]; // expected-warning {{multiple methods named 'setWindow:' found}}
33 - (id)initWithData:(Object *)data; // expected-note {{also found}}
37 - (id)initWithData:(int)data; // expected-note {{also found}}
52 - (id)initWithData:(id<MyObject, MyCoding>)data { // expected-note {{also found}}
57 … = [(id)0 initWithData:data]; // expected-warning {{multiple methods named 'initWithData:' found}}
84 - (instancetype)initWithType:(NSString *)whatever; // expected-note {{also found}}
H A Dmethod-undefined-warn-1.m11 @implementation INTF // expected-warning {{method definition for 'int_meth' not found}} \
12 // expected-warning {{method definition for 'cls_meth' not found}} \
13 // expected-warning {{method definition for 'cls_meth1:' not found}}
27 @implementation INTF1 // expected-warning {{method definition for 'int_meth' not found}} \
28 // expected-warning {{method definition for 'cls_meth' not found}} \
29 // expected-warning {{method definition for 'cls_meth1:' not found}}
58 …[self someFunction]; // expected-warning {{method '+someFunction' not found (return type defaults …
H A Dmethod-lookup-3.m22 -(void) x; // expected-note {{also found}}
23 -(void) y; // expected-note {{also found}}
24 -(void) z; // expected-note {{also found}}
31 Abstract *l = [a0 x]; // expected-warning {{multiple methods named 'x' found}}
35 Abstract *l = [a0 y]; // expected-warning {{multiple methods named 'y' found}}
39 Abstract *l = [a0 z]; // expected-warning {{multiple methods named 'z' found}}
70 @interface Test4B - (struct test4b) test4; @end //expected-note{{also found}}
72 (void) [x test4]; //expected-warning {{multiple methods named 'test4' found}}
/llvm-project-15.0.7/libcxx/test/std/algorithms/algorithms.results/
H A Din_found_result.pass.cpp59 static_assert(std::is_same_v<decltype(std::ranges::in_found_result<int>::found), bool>);
71 assert(res.found == true); in test()
74 assert(res2.found == true); in test()
79 assert(!res.found); in test()
82 assert(!res2.found); in test()
84 assert(!res.found); in test()
86 auto [in, found] = std::ranges::in_found_result<int>{2, false}; in test()
88 assert(!found); in test()
/llvm-project-15.0.7/mlir/test/IR/
H A Dtest-side-effects.mlir6 // expected-remark@+2 {{found an instance of 'read' on resource '<Default>'}}
7 // expected-remark@+1 {{found an instance of 'free' on resource '<Default>'}}
12 // expected-remark@+1 {{found an instance of 'write' on resource '<Test>'}}
17 // expected-remark@+1 {{found an instance of 'allocate' on a value, on resource '<Test>'}}
22 // expected-remark@+1 {{found an instance of 'read' on a symbol '@foo_ref', on resource '<Test>'}}
29 // expected-remark@+1 {{found a parametric effect with affine_map<(d0, d1) -> (d1, d0)>}}
35 // expected-remark@+1 {{found a parametric effect with affine_map<(d0, d1) -> (d1, d0)>}}
H A Dtest-symbol-uses.mlir11 // expected-remark@below {{found use of symbol : @symbol_foo}}
14 // expected-remark@+1 {{found use of symbol : @symbol_foo}}
28 // expected-remark@+1 {{found use of symbol : @symbol_baz}}
50 // expected-remark@below {{found use of symbol : @module_b::@module_c::@foo : "foo"}}
51 // expected-remark@below {{found use of symbol : @module_b::@module_c::@foo : "module_c"}}
52 // expected-remark@below {{found use of symbol : @module_b::@module_c::@foo : "module_b"}}
53 // expected-remark@below {{found use of symbol : @module_b : "module_b"}}
/llvm-project-15.0.7/clang/utils/
H A DClangDataFormat.py123 found = searchForType(child, searched)
124 if found:
125 return found
130 found = searchForType(val, searched)
131 if found:
132 return found if not found.TypeIsPointerType() else found.Dereference()
/llvm-project-15.0.7/clang/test/Modules/
H A Dobjc-categories.m43 …[foo left_sub]; // expected-warning{{instance method '-left_sub' not found (return type defaults t…
44 …foo.right_sub_prop = foo; // expected-error{{property 'right_sub_prop' not found on object of type…
49 …[p3 p3_method]; // expected-warning{{instance method '-p3_method' not found (return type defaults …
51 …[p4 p4_method]; // expected-warning{{instance method '-p4_method' not found (return type defaults …
52 id p3p = p3.p3_prop; // expected-error{{property 'p3_prop' not found on object of type 'id<P3>'}}
53 p3p = foo.p3_prop; // expected-error{{property 'p3_prop' not found on object of type 'Foo *'}}
54 id p4p = p4.p4_prop; // expected-error{{property 'p4_prop' not found on object of type 'id<P4>'}}
55 p4p = foo.p4_prop; // expected-error{{property 'p4_prop' not found on object of type 'Foo *'}}
72 …foo.right_sub_prop = foo; // expected-error{{property 'right_sub_prop' not found on object of type…
76 …[p4 p4_method]; // expected-warning{{instance method '-p4_method' not found (return type defaults …
[all …]
H A Dmethod_pool.m12 // expected-note@Inputs/MethodPoolB.h:12{{also found}}
23 …[object method4]; // expected-warning{{instance method '-method4' not found (return type defaults …
37 [object method2:1]; // expected-warning{{multiple methods named 'method2:' found}}
41 …[object method3]; // expected-warning{{instance method '-method3' not found (return type defaults …
47 char *str = [object method3]; // okay: only found in MethodPoolB.Sub
57 [object method3]; // expected-warning{{multiple methods named 'method3' found}}
59 // expected-note@Inputs/MethodPoolASub.h:2{{also found}}
/llvm-project-15.0.7/lld/test/MachO/
H A Dlink-search-order.s59 # DYLIBSEARCH: searched {{.*}}/MacOSX.sdk/usr/lib{{[/\\]}}libhello.tbd, not found
61 # DYLIBSEARCH-NEXT: searched [[PATH]]A{{[/\\]}}libhello.tbd, not found
62 # DYLIBSEARCH-NEXT: searched [[PATH]]A{{[/\\]}}libhello.dylib, not found
63 # DYLIBSEARCH: searched [[PATH]]{{[/\\]}}libhello.dylib, found
64 # DYLIBSEARCH: searched [[PATH]]D{{[/\\]}}libgoodbye.dylib, found
72 # ARCHIVESEARCH-NEXT: searched {{.*}}/MacOSX.sdk/usr/lib{{[/\\]}}libhello.a, not found
73 # ARCHIVESEARCH-NEXT: searched [[PATH]]A{{[/\\]}}libhello.tbd, not found
74 # ARCHIVESEARCH-NEXT: searched [[PATH]]A{{[/\\]}}libhello.dylib, not found
75 # ARCHIVESEARCH-NEXT: searched [[PATH]]A{{[/\\]}}libhello.a, not found
76 # ARCHIVESEARCH: searched [[PATH]]{{[/\\]}}libhello.dylib, found
[all …]
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-format-verify.td18 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
24 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
30 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
36 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
42 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
48 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
54 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
60 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
66 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
130 // CHECK: error: format ambiguity caused by `:` literal found after attribute `b`
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_pw_eval.c42 isl_bool found; in FN() local
63 found = isl_bool_false; in FN()
65 found = isl_set_contains_point(pw->p[i].set, pnt); in FN()
66 if (found < 0) in FN()
68 if (found) in FN()
71 if (found) { in FN()
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/
H A Dwarn-missing-section.test2 ## found in the object file.
8 ## - Warn for one section is found case.
16 ## - Don't warn if any user specified section is found.
20 ## - Warn for each specified section if none of them are found.
38 ## - Warn for one section is found case.
42 ## - Don't warn if any user specified section is found.
46 ## - Warn for each specified section if none of them are found.
51 # SINGLE-WARN: warning: section 'single' mentioned in a -j/--section option, but not found in any i…
52 # MULTI-WARN: warning: section 'multi1' mentioned in a -j/--section option, but not found in a…
53 # MULTI-WARN-NEXT: warning: section 'multi2' mentioned in a -j/--section option, but not found in a…
/llvm-project-15.0.7/clang/test/Analysis/
H A DCheckThatArraySubsciptNodeIsNotCollected.cpp23 A *found; in test() local
34 found = array[index]; // expected-note {{Null pointer value stored to 'found'}} in test()
36 …if (found->method()) // expected-warning {{Called C++ object pointer is null [core.CallAndMessage]… in test()
38 bar(found); in test()
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dtransform-ops-invalid.mlir5 // expected-error@below {{expects iterator_interchange to be a permutation, found [1, 1]}}
13 // expected-error@below {{expects padding_dimensions to contain positive integers, found [1, -7]}}
21 // expected-error@below {{expects pack_paddings to contain booleans (0/1), found [1, 7]}}
29 // expected-error@below {{expects hoist_paddings to contain positive integers, found [1, -7]}}
37 // expected-error@below {{expects transpose_paddings to be a permutation, found [1, 1]}}
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py100 found = False
104 found = True
108 self.assertTrue(found, "verified program working directory")
129 found = False
132 found = True
154 found = False
157 found = True
162 self.assertTrue(found, 'found "sourcePath" in console output')
283 found = False
286 found = True
[all …]
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dwarn-strict-selector-match.mm9 - (id) meth1: (Derived *)arg1; // expected-note {{also found}}
10 - (Base *) window; // expected-note {{also found}}
16 [r meth1:r]; // expected-warning {{multiple methods named 'meth1:' found}}
17 [r window]; // expected-warning {{multiple methods named 'window' found}}
/llvm-project-15.0.7/llvm/cmake/modules/
H A DFindOCaml.cmake80 set(found TRUE) variable
82 set(found FALSE) variable
85 if( found AND ARG_VERSION )
88 # it wasn't found.
89 set(found FALSE) variable
98 set(HAVE_OCAML_${pkg} ${found}

12345678910>>...38