]> gcc.gnu.org Git - gcc.git/commit
[Ada] Simplify and reuse Is_Concurrent_Interface
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 30 Apr 2021 10:02:35 +0000 (12:02 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 5 Jul 2021 13:09:15 +0000 (13:09 +0000)
commit6cf7cc8ccf3a7f34c1772f8da11a1c127fee3363
treee1f64c1bfa938aa6cd263baffb07b72a64895eb4
parent0700922ea57258870047f210c3569b5deed1bf82
[Ada] Simplify and reuse Is_Concurrent_Interface

gcc/ada/

* exp_ch3.adb (Stream_Operation_OK): Reuse
Is_Concurrent_Interface.
* sem_ch3.adb (Analyze_Interface_Declaration,
Build_Derived_Record_Type): Likewise.
* sem_ch6.adb (Check_Limited_Return): Likewise.
* sem_util.adb (Is_Concurrent_Interface): Don't call
Is_Interface because each of the Is_Protected_Interface,
Is_Synchronized_Interface and Is_Task_Interface calls it anyway.
gcc/ada/exp_ch3.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch6.adb
gcc/ada/sem_util.adb
This page took 0.064555 seconds and 6 git commands to generate.