Home
last modified time | relevance | path

Searched refs:impure (Results 1 – 25 of 1956) sorted by relevance

12345678910>>...79

/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue18/
H A Dfum.vhdl3 impure function foo return integer;
4 impure function foo(input: real) return integer; -- 4
5 impure function foo return integer_vector;
6 impure function foo (input: real) return integer_vector; -- 6
7 impure function foo (input: integer) return integer;
8 impure function foo(input: integer) return integer_vector;
17 impure function foo return integer is
22 impure function foo(input:real) return integer is
27 impure function foo return integer_vector is
35 impure function foo (input: real) return integer_vector is
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Semantics/
H A Dcall11.f909 procedure, nopass :: tbp_impure => impure
14 procedure, nopass :: tbp_pure => impure ! 7.5.7.3
23 impure integer function impure(n) function
25 impure = n
31 real :: b(impure(1)) ! 10.1.11(4)
34 a(j) = impure(j) ! C1037
38 a(j) = pure(impure(j)) ! C1037
41 do concurrent (j=1:1, impure(j) /= 0) ! C1121
43 a(j) = impure(j) ! C1139
79 a(i) = t(impure(i)) ! C1037
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dcall11.f909 procedure, nopass :: tbp_impure => impure
14 procedure, nopass :: tbp_pure => impure ! 7.5.7.3
23 impure integer function impure(n) function
25 impure = n
31 real :: b(impure(1)) ! 10.1.11(4)
34 a(j) = impure(j) ! C1037
38 a(j) = pure(impure(j)) ! C1037
41 do concurrent (j=1:1, impure(j) /= 0) ! C1121
43 a(j) = impure(j) ! C1139
79 a(i) = t(impure(i)) ! C1037
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dcall11.f909 procedure, nopass :: tbp_impure => impure
14 procedure, nopass :: tbp_pure => impure ! 7.5.7.3
23 impure integer function impure(n) function
25 impure = n
31 real :: b(impure(1)) ! 10.1.11(4)
34 a(j) = impure(j) ! C1037
38 a(j) = pure(impure(j)) ! C1037
41 do concurrent (j=1:1, impure(j) /= 0) ! C1121
43 a(j) = impure(j) ! C1139
79 a(i) = t(impure(i)) ! C1037
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Semantics/
H A Dcall11.f909 procedure, nopass :: tbp_impure => impure
14 procedure, nopass :: tbp_pure => impure ! 7.5.7.3
23 impure integer function impure(n) function
25 impure = n
31 real :: b(impure(1)) ! 10.1.11(4)
34 a(j) = impure(j) ! C1037
38 a(j) = pure(impure(j)) ! C1037
41 do concurrent (j=1:1, impure(j) /= 0) ! C1121
43 a(j) = impure(j) ! C1139
79 a(i) = t(impure(i)) ! C1037
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dcall11.f9010 procedure, nopass :: tbp_impure => impure
15 procedure, nopass :: tbp_pure => impure ! 7.5.7.3
24 impure integer function impure(n) function
26 impure = n
32 real :: b(impure(1)) ! 10.1.11(4)
35 a(j) = impure(j) ! C1037
39 a(j) = pure(impure(j)) ! C1037
42 do concurrent (j=1:1, impure(j) /= 0) ! C1121
44 a(j) = impure(j) ! C1139
80 a(i) = t(impure(i)) ! C1037
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dcall11.f909 procedure, nopass :: tbp_impure => impure
14 procedure, nopass :: tbp_pure => impure ! 7.5.7.3
23 impure integer function impure(n) function
25 impure = n
31 real :: b(impure(1)) ! 10.1.11(4)
34 a(j) = impure(j) ! C1037
38 a(j) = pure(impure(j)) ! C1037
41 do concurrent (j=1:1, impure(j) /= 0) ! C1121
43 a(j) = impure(j) ! C1139
79 a(i) = t(impure(i)) ! C1037
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dcall11.f9010 procedure, nopass :: tbp_impure => impure
15 procedure, nopass :: tbp_pure => impure ! 7.5.7.3
24 impure integer function impure(n) function
26 impure = n
32 real :: b(impure(1)) ! 10.1.11(4)
35 a(j) = impure(j) ! C1037
39 a(j) = pure(impure(j)) ! C1037
42 do concurrent (j=1:1, impure(j) /= 0) ! C1121
44 a(j) = impure(j) ! C1139
80 a(i) = t(impure(i)) ! C1037
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dcall11.f9010 procedure, nopass :: tbp_impure => impure
15 procedure, nopass :: tbp_pure => impure ! 7.5.7.3
24 impure integer function impure(n) function
26 impure = n
32 real :: b(impure(1)) ! 10.1.11(4)
35 a(j) = impure(j) ! C1037
39 a(j) = pure(impure(j)) ! C1037
42 do concurrent (j=1:1, impure(j) /= 0) ! C1121
44 a(j) = impure(j) ! C1139
80 a(i) = t(impure(i)) ! C1037
/dports/devel/f18/f18-1688bef/test/semantics/
H A Dcall11.f9026 procedure, nopass :: tbp => impure ! 7.5.7.3
35 impure integer function impure(n) function
37 impure = n
43 real :: b(impure(1)) ! 10.1.11(4)
46 a(j) = impure(j) ! C1037
49 do concurrent (j=1:1, impure(j) /= 0) ! C1121
51 a(j) = impure(j) ! C1139
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue317/OSVVM/
H A DRandomPkg.vhd151 impure function GetSeed return RandomSeedType ;
155 impure function SeedRandom return RandomSeedType ;
167 impure function GetRandomParm return RandomParmType ;
168 impure function GetRandomParm return RandomDistType ;
198 impure function Normal (
208 impure function Poisson (Mean : real) return real ;
211 impure function Poisson (
573 impure function GetSeed return RandomSeedType is
804 impure function Normal (
874 impure function Poisson (
[all …]
H A DAlertLogPkg.vhd198 impure function GetDisabledAlertCount return integer ;
228 impure function GetGlobalAlertEnable return boolean ;
230 impure function GetAffirmCheckCount return natural ;
232 --?? impure function GetAffirmPassCount return natural ;
379 impure function GetAffirmCheckCount return natural ;
433 impure function GetAlertLogDoneName return string ;
434 impure function GetAlertLogPassName return string ;
435 impure function GetAlertLogFailName return string ;
1005 impure function LocalInitialize return boolean is
2616 impure function GetAlertLogDoneName return string is
[all …]
H A DOsvvmGlobalPkg.vhd98 impure function ResolveOsvvmWritePrefix(A : String) return string ;
100 impure function ResolveOsvvmDoneName(A : String) return string ;
101 impure function ResolveOsvvmDoneName(A, B : String) return string ;
102 impure function ResolveOsvvmPassName(A : String) return string ;
103 impure function ResolveOsvvmPassName(A, B : String) return string ;
104 impure function ResolveOsvvmFailName(A : String) return string ;
116 impure function get return OsvvmOptionsType ;
131 impure function get return OsvvmOptionsType is
286 impure function ResolveOsvvmDoneName(A : String) return string is
296 impure function ResolveOsvvmPassName(A : String) return string is
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue317/PoC/src/common/
H A Dprotected.v08.vhdl45 impure function Get return boolean;
46 impure function Toggle return boolean;
55 impure function Get return integer;
68 impure function Get return natural;
81 impure function Get return positive;
94 impure function Get return REAL;
119 impure function Get return boolean is
146 impure function Get return integer is
189 impure function Get return natural is
232 impure function Get return positive is
[all …]
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckSelfAssignment/
H A DCheckSelfAssignment.go27 x[impure(42)] = x[impure(42)]
28 x[impure(pure(42))] = x[impure(pure(42))]
29 x[pure(impure(42))] = x[pure(impure(42))]
38 ts[impure(42)].x = ts[impure(42)].x
77 func impure(n int) int { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckSelfAssignment/
H A DCheckSelfAssignment.go27 x[impure(42)] = x[impure(42)]
28 x[impure(pure(42))] = x[impure(pure(42))]
29 x[pure(impure(42))] = x[pure(impure(42))]
38 ts[impure(42)].x = ts[impure(42)].x
77 func impure(n int) int { func
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckSelfAssignment/
H A DCheckSelfAssignment.go27 x[impure(42)] = x[impure(42)]
28 x[impure(pure(42))] = x[impure(pure(42))]
29 x[pure(impure(42))] = x[pure(impure(42))]
38 ts[impure(42)].x = ts[impure(42)].x
77 func impure(n int) int { func
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckSelfAssignment/
H A DCheckSelfAssignment.go27 x[impure(42)] = x[impure(42)]
28 x[impure(pure(42))] = x[impure(pure(42))]
29 x[pure(impure(42))] = x[pure(impure(42))]
38 ts[impure(42)].x = ts[impure(42)].x
77 func impure(n int) int { func
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dmips8 >20 beshort 0407 (impure)
17 >20 beshort 0407 (impure)
26 >20 beshort 03401 (impure)
35 >20 beshort 03401 (impure)
46 >20 beshort 0407 (impure)
55 >20 beshort 0407 (impure)
64 >20 beshort 03401 (impure)
73 >20 beshort 03401 (impure)
84 >20 beshort 0407 (impure)
93 >20 beshort 0407 (impure)
[all …]
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dmips8 >20 beshort 0407 (impure)
17 >20 beshort 0407 (impure)
26 >20 beshort 03401 (impure)
35 >20 beshort 03401 (impure)
46 >20 beshort 0407 (impure)
55 >20 beshort 0407 (impure)
64 >20 beshort 03401 (impure)
73 >20 beshort 03401 (impure)
84 >20 beshort 0407 (impure)
93 >20 beshort 0407 (impure)
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/bug060/
H A Dcorelib_List.v08.vhdl48 impure function Append(Value : ELEMENT_TYPE) return NATURAL;
50 impure function Append(Values : ELEMENT_ARRAY) return NATURAL;
57 impure function IndexOf(Value : ELEMENT_TYPE) return INTEGER;
60 impure function Get(Index : NATURAL) return ELEMENT_TYPE;
62 impure function RemoveAt(Index : NATURAL) return ELEMENT_TYPE;
64 impure function Remove(Value : ELEMENT_TYPE) return NATURAL;
67 impure function Count return natural;
68 impure function Size return positive;
271 impure function Get(Index : NATURAL) return ELEMENT_TYPE is
351 impure function Count return natural is
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue1252/
H A Dpkg.vhdl3 impure function get return integer;
5 impure function c_getInt return integer;
10 -- impure function c_getInt return integer;
21 impure function get return integer is
27 impure function c_getInt return integer is
34 -- impure function c_getInt return integer is
/dports/print/magicfilter/magicfilter-2.3.h/file/Magdir/
H A Dsgi31 >20 beshort 0407 (impure)
40 >20 beshort 0407 (impure)
49 >20 beshort 03401 (impure)
58 >20 beshort 03401 (impure)
69 >20 beshort 0407 (impure)
78 >20 beshort 0407 (impure)
87 >20 beshort 03401 (impure)
96 >20 beshort 03401 (impure)
107 >20 beshort 0407 (impure)
116 >20 beshort 0407 (impure)
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/magic/Magdir/
H A Dmips32 >20 beshort 0407 (impure)
41 >20 beshort 0407 (impure)
50 >20 beshort 03401 (impure)
59 >20 beshort 03401 (impure)
70 >20 beshort 0407 (impure)
79 >20 beshort 0407 (impure)
88 >20 beshort 03401 (impure)
97 >20 beshort 03401 (impure)
108 >20 beshort 0407 (impure)
117 >20 beshort 0407 (impure)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/compatibility-lib/net/
H A Durl-sig.rkt8 get-impure-port
10 post-impure-port
12 head-impure-port
14 delete-impure-port
16 put-impure-port

12345678910>>...79