Home
last modified time | relevance | path

Searched refs:dispatch_table (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Daddr-label-in-coroutines.cpp16 …static void* dispatch_table[] = {&&inc, // expected-error {{the GNU address of label extensio… in f1() local
19 #define DISPATCH() goto *dispatch_table[*inst++] in f1()
33 void* dispatch_table[] = {nullptr, nullptr, nullptr}; in f2() local
34dispatch_table[0] = &&inc; // expected-error {{the GNU address of label extension is not allo… in f2()
35dispatch_table[1] = &&suspend; // expected-error {{the GNU address of label extension is not allo… in f2()
36dispatch_table[2] = &&stop; // expected-error {{the GNU address of label extension is not allo… in f2()
37 #define DISPATCH() goto *dispatch_table[*inst++] in f2()
51 void* dispatch_table[] = {nullptr, nullptr, nullptr}; in f3() local
53dispatch_table[0] = &&inc; // expected-error {{the GNU address of label extension is not allo… in f3()
54dispatch_table[1] = &&suspend; // expected-error {{the GNU address of label extension is not allo… in f3()
[all …]
/llvm-project/flang/test/Fir/
H A Dconvert-to-llvm-invalid.fir94 fir.type_info @bad : !fir.type<bad{i:i32}> dispatch_table {
H A Dfir-ops.fir453 // CHECK-LABEL: fir.type_info @dispatch_tbl : !fir.type<dispatch_tbl{i:i32}> dispatch_table {
456 fir.type_info @dispatch_tbl : !fir.type<dispatch_tbl{i:i32}> dispatch_table {
/llvm-project/flang/docs/
H A DPolymorphicEntities.md626 present statically with the `fir.dispatch_table` and `fir.dt_entry` operations.
633 fir.dispatch_table @_QMgeometryE.dt.shape {
638 fir.dispatch_table @_QMgeometryE.dt.rectangle {
643 fir.dispatch_table @_QMgeometryE.dt.triangle {
/llvm-project/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td2945 fir.type_info @_QMquuzTfoo noinit nofinal : !fir.type<_QMquuzTfoo{i:i32}> dispatch_table {
2964 MaxSizedRegion<1>:$dispatch_table,
2976 (`dispatch_table` $dispatch_table^)?