Home
last modified time | relevance | path

Searched refs:invalid_type (Results 1 – 17 of 17) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dsync-stat-list.f9017 logical invalid_type variable
30 change team (home, stat=invalid_type, errmsg=error_message)
34 change team (home, stat=sync_status, errmsg=invalid_type)
43 end team (stat=invalid_type, errmsg=error_message)
47 end team (stat=sync_status, errmsg=invalid_type)
82 unlock (latch, stat=invalid_type, errmsg=error_message)
85 unlock (latch, stat=sync_status, errmsg=invalid_type)
106 critical (stat=invalid_type, errmsg=error_message)
110 critical (stat=sync_status, errmsg=invalid_type)
H A Dsynchronization01b.f9012 logical invalid_type variable
17 sync all(stat=invalid_type)
23 sync all(errmsg=invalid_type)
H A Dsynchronization03b.f9012 logical invalid_type variable
17 sync memory(stat=invalid_type)
23 sync memory(errmsg=invalid_type)
H A Dsynchronization02b.f9013 logical invalid_type variable
27 sync images([1], stat=invalid_type)
33 sync images(1, errmsg=invalid_type)
H A Devent02b.f9019 logical invalid_type
40 event wait(concert, until_count=invalid_type)
48 event wait(concert, stat=invalid_type)
56 event wait(concert, errmsg=invalid_type)
18 logical invalid_type global() variable
H A Dnotifywait03.f9018 logical :: invalid_type variable
42 notify wait(notify_var, until_count=invalid_type)
50 notify wait(notify_var, stat=invalid_type)
58 notify wait(notify_var, errmsg=invalid_type)
H A Dsynchronization04b.f9013 logical invalid_type variable
22 sync team(warriors, stat=invalid_type)
28 sync team(warriors, errmsg=invalid_type)
H A Devent01b.f9051 logical invalid_type
70 event post(concert, stat=invalid_type)
78 event post(concert, errmsg=invalid_type)
18 logical invalid_type global() variable
H A Devent01a.f9015 logical invalid_type variable
H A Devent02a.f9015 logical invalid_type variable
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py50 invalid_type = lldb.SBType()
51 obj.CreateChildAtOffset("a", 12, invalid_type)
52 obj.Cast(invalid_type)
54 obj.CreateValueFromAddress("x", 0x123, invalid_type)
56 obj.CreateValueFromData("x", invalid_data, invalid_type)
/llvm-project/lldb/test/API/python_api/type/
H A DTestTypeList.py193 invalid_type = task_type.FindDirectNestedType("E2")
194 self.assertFalse(invalid_type)
199 invalid_type = task_ptr_type.FindDirectNestedType("name")
200 self.assertFalse(invalid_type)
202 invalid_type = task_type.FindDirectNestedType("")
203 self.assertFalse(invalid_type)
205 invalid_type = task_type.FindDirectNestedType(None)
206 self.assertFalse(invalid_type)
/llvm-project/clang/test/AST/
H A Dast-dump-invalid.cpp45 double foo1(double, invalid_type);
47 double Str::foo1(double, invalid_type)
/llvm-project/llvm/test/MC/Disassembler/WebAssembly/
H A Dwasm-error.txt6 # CHECK: block invalid_type
/llvm-project/llvm/test/tools/llvm-objdump/ELF/
H A Dsymbol-table.test21 # CHECK-NEXT:0000000000000000 g .text 0000000000000000 invalid_type
87 - Name: invalid_type
/llvm-project/clang/test/Sema/
H A Dfunction.c74 inline foo_t invalid_type() { // expected-error {{unknown type name 'foo_t'}} in invalid_type() function
/llvm-project/clang/test/SemaCXX/
H A Dalignof.cpp105 invalid_type a; // expected-error {{unknown type}}