Home
last modified time | relevance | path

Searched refs:CCase (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Syntax/
H A DUtils.hs19 getSubStmts (CCase _ s _) = [s]
39 mapSubStmts stop f (CCase e s ni) =
40 f (CCase e (mapSubStmts stop f s) ni)
H A DAST.hs283 | CCase (CExpression a) (CStatement a) a constructor
328 fmap _f (CCase a1 a2 a3) = CCase (fmap _f a1) (fmap _f a2) (_f a3)
909 nodeInfo (CCase _ _ n) = nodeInfo n
929 annotation (CCase _ _ n) = n
945 amap f (CCase a_1 a_2 a_3) = CCase a_1 a_2 (f a_3)
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCAST.hs112 | CCase CExpr -- constant expression constructor
155 posOf (CCase _ _ at) = posOf at
173 (CCase _ _ at1) == (CCase _ _ at2) = at1 == at2
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCAST.hs112 | CCase CExpr -- constant expression constructor
155 posOf (CCase _ _ at) = posOf at
173 (CCase _ _ at1) == (CCase _ _ at2) = at1 == at2
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_attr.adb1162 CCase : Node_Id;
1176 CCase := First (Component_Associations (Cases));
1177 while Present (CCase) loop
1182 if Nkind (CCase) = N_Component_Association
1183 and then Is_Within (N, Expression (CCase))
1188 Next (CCase);
H A Dsem_prag.adb384 procedure Analyze_Contract_Case (CCase : Node_Id);
391 procedure Analyze_Contract_Case (CCase : Node_Id) is
398 if Nkind (CCase) = N_Component_Association then
399 Case_Guard := First (Choices (CCase));
400 Conseq := Expression (CCase);
463 Error_Msg_N ("wrong syntax in contract case", CCase);
474 CCase : Node_Id; variable
516 CCase := First (Component_Associations (CCases));
517 while Present (CCase) loop
518 Analyze_Contract_Case (CCase);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_attr.adb1142 CCase : Node_Id;
1156 CCase := First (Component_Associations (Cases));
1157 while Present (CCase) loop
1162 if Nkind (CCase) = N_Component_Association
1163 and then Is_Within (N, Expression (CCase))
1168 Next (CCase);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_attr.adb1163 CCase : Node_Id;
1177 CCase := First (Component_Associations (Cases));
1178 while Present (CCase) loop
1183 if Nkind (CCase) = N_Component_Association
1184 and then Is_Within (N, Expression (CCase))
1189 Next (CCase);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_attr.adb1162 CCase : Node_Id;
1176 CCase := First (Component_Associations (Cases));
1177 while Present (CCase) loop
1182 if Nkind (CCase) = N_Component_Association
1183 and then Is_Within (N, Expression (CCase))
1188 Next (CCase);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_attr.adb1142 CCase : Node_Id;
1156 CCase := First (Component_Associations (Cases));
1157 while Present (CCase) loop
1162 if Nkind (CCase) = N_Component_Association
1163 and then Is_Within (N, Expression (CCase))
1168 Next (CCase);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_attr.adb1162 CCase : Node_Id;
1176 CCase := First (Component_Associations (Cases));
1177 while Present (CCase) loop
1182 if Nkind (CCase) = N_Component_Association
1183 and then Is_Within (N, Expression (CCase))
1188 Next (CCase);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_attr.adb1201 CCase : Node_Id;
1215 CCase := First (Component_Associations (Cases));
1216 while Present (CCase) loop
1221 if Nkind (CCase) = N_Component_Association
1222 and then Is_Within (N, Expression (CCase))
1227 Next (CCase);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_attr.adb1164 CCase : Node_Id;
1178 CCase := First (Component_Associations (Cases));
1179 while Present (CCase) loop
1184 if Nkind (CCase) = N_Component_Association
1185 and then Is_Within (N, Expression (CCase))
1190 Next (CCase);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_attr.adb1220 CCase : Node_Id;
1234 CCase := First (Component_Associations (Cases));
1235 while Present (CCase) loop
1240 if Nkind (CCase) = N_Component_Association
1241 and then Is_Within (N, Expression (CCase))
1246 Next (CCase);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_attr.adb1162 CCase : Node_Id;
1176 CCase := First (Component_Associations (Cases));
1177 while Present (CCase) loop
1182 if Nkind (CCase) = N_Component_Association
1183 and then Is_Within (N, Expression (CCase))
1188 Next (CCase);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_attr.adb1162 CCase : Node_Id;
1176 CCase := First (Component_Associations (Cases));
1177 while Present (CCase) loop
1182 if Nkind (CCase) = N_Component_Association
1183 and then Is_Within (N, Expression (CCase))
1188 Next (CCase);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_attr.adb1164 CCase : Node_Id;
1178 CCase := First (Component_Associations (Cases));
1179 while Present (CCase) loop
1184 if Nkind (CCase) = N_Component_Association
1185 and then Is_Within (N, Expression (CCase))
1190 Next (CCase);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_attr.adb1201 CCase : Node_Id;
1215 CCase := First (Component_Associations (Cases));
1216 while Present (CCase) loop
1221 if Nkind (CCase) = N_Component_Association
1222 and then Is_Within (N, Expression (CCase))
1227 Next (CCase);
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_attr.adb1164 CCase : Node_Id;
1178 CCase := First (Component_Associations (Cases));
1179 while Present (CCase) loop
1184 if Nkind (CCase) = N_Component_Association
1185 and then Is_Within (N, Expression (CCase))
1190 Next (CCase);
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_attr.adb1162 CCase : Node_Id;
1176 CCase := First (Component_Associations (Cases));
1177 while Present (CCase) loop
1182 if Nkind (CCase) = N_Component_Association
1183 and then Is_Within (N, Expression (CCase))
1188 Next (CCase);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_attr.adb1201 CCase : Node_Id;
1215 CCase := First (Component_Associations (Cases));
1216 while Present (CCase) loop
1221 if Nkind (CCase) = N_Component_Association
1222 and then Is_Within (N, Expression (CCase))
1227 Next (CCase);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_attr.adb1163 CCase : Node_Id;
1177 CCase := First (Component_Associations (Cases));
1178 while Present (CCase) loop
1183 if Nkind (CCase) = N_Component_Association
1184 and then Is_Within (N, Expression (CCase))
1189 Next (CCase);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_attr.adb1163 CCase : Node_Id;
1177 CCase := First (Component_Associations (Cases));
1178 while Present (CCase) loop
1183 if Nkind (CCase) = N_Component_Association
1184 and then Is_Within (N, Expression (CCase))
1189 Next (CCase);
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/
H A DPretty.hs114 pretty (CCase expr stat _) =
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_prag.adb403 procedure Analyze_Contract_Case (CCase : Node_Id);
410 procedure Analyze_Contract_Case (CCase : Node_Id) is
416 if Nkind (CCase) = N_Component_Association then
417 Case_Guard := First (Choices (CCase));
418 Conseq := Expression (CCase);
457 Error_Msg_N ("wrong syntax in contract case", CCase);
464 CCase : Node_Id; variable
503 CCase := First (Component_Associations (All_Cases));
504 while Present (CCase) loop
505 Analyze_Contract_Case (CCase);
[all …]

123