Home
last modified time | relevance | path

Searched refs:exit_if (Results 1 – 25 of 50) sorted by relevance

12

/dports/science/tfel/tfel-3.4.0/docs/mfront/ansys/
H A Dusermat.cpp220 auto exit_if = [](const bool b, const std::string &m) { in UserMaterialManager() local
259 exit_if(!in, "unable to open file 'mfront-usermat.dat'"); in UserMaterialManager()
268 exit_if(tokens.size() != 5, "invalid line '" + std::to_string(ln) + in UserMaterialManager()
271 exit_if(tokens[0] != "tb", "invalid line, expected 'tb', read '"+tokens[0]+"'"); in UserMaterialManager()
272 exit_if(tokens[1] != "mfront", "invalid line '" + std::to_string(ln) + in UserMaterialManager()
283 exit_if(this->getBehaviour(id) != nullptr, in UserMaterialManager()
289 exit_if(l == nullptr, "unable to load library '" + lib + "'\n"+emsg); in UserMaterialManager()
298 exit_if(f == nullptr, "could not load behaviour '" + fct + "' in library '" + lib + "' (" + in UserMaterialManager()
303 exit_if(in.bad(), "error while reading file 'mfront-usermat.dat'"); in UserMaterialManager()
/dports/science/tfel-edf/tfel-3.2.1/docs/mfront/ansys/
H A Dusermat.cpp220 auto exit_if = [](const bool b, const std::string &m) { in UserMaterialManager() local
259 exit_if(!in, "unable to open file 'mfront-usermat.dat'"); in UserMaterialManager()
268 exit_if(tokens.size() != 5, "invalid line '" + std::to_string(ln) + in UserMaterialManager()
271 exit_if(tokens[0] != "tb", "invalid line, expected 'tb', read '"+tokens[0]+"'"); in UserMaterialManager()
272 exit_if(tokens[1] != "mfront", "invalid line '" + std::to_string(ln) + in UserMaterialManager()
283 exit_if(this->getBehaviour(id) != nullptr, in UserMaterialManager()
289 exit_if(l == nullptr, "unable to load library '" + lib + "'\n"+emsg); in UserMaterialManager()
298 exit_if(f == nullptr, "could not load behaviour '" + fct + "' in library '" + lib + "' (" + in UserMaterialManager()
303 exit_if(in.bad(), "error while reading file 'mfront-usermat.dat'"); in UserMaterialManager()
/dports/science/tfel/tfel-3.4.0/docs/mfront/lsdyna/
H A Dmfront-lsdyna.cxx172 auto exit_if = [](const bool b, const std::string& m) { in BehaviourLoader() local
213 exit_if(!in, "unable to open file 'mfront-lsdyna.dat'"); in BehaviourLoader()
222 exit_if(tokens.size() != 3, "invalid line '" + std::to_string(ln) + in BehaviourLoader()
228 exit_if((id < 41) || (id > 50), in BehaviourLoader()
231 exit_if((f[0] != nullptr) && (f[1] != nullptr), in BehaviourLoader()
241 exit_if(l == nullptr, "unable to load library '" + lib + "'"); in BehaviourLoader()
254 exit_if((f[0] == nullptr) && (f[1] == nullptr), "could not load behaviour '" + fct + in BehaviourLoader()
259 exit_if(in.bad(), "error while reading file 'mfront-lsdyna.dat'"); in BehaviourLoader()
/dports/science/tfel-edf/tfel-3.2.1/docs/mfront/lsdyna/
H A Dmfront-lsdyna.cxx172 auto exit_if = [](const bool b, const std::string& m) { in BehaviourLoader() local
213 exit_if(!in, "unable to open file 'mfront-lsdyna.dat'"); in BehaviourLoader()
222 exit_if(tokens.size() != 3, "invalid line '" + std::to_string(ln) + in BehaviourLoader()
228 exit_if((id < 41) || (id > 50), in BehaviourLoader()
231 exit_if((f[0] != nullptr) && (f[1] != nullptr), in BehaviourLoader()
241 exit_if(l == nullptr, "unable to load library '" + lib + "'"); in BehaviourLoader()
254 exit_if((f[0] == nullptr) && (f[1] == nullptr), "could not load behaviour '" + fct + in BehaviourLoader()
259 exit_if(in.bad(), "error while reading file 'mfront-lsdyna.dat'"); in BehaviourLoader()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/espresso/
H A Dexpand.c222 if ((dist = cdist01(p, r)) > 1) goto exit_if;
226 exit_if;for(w=1;w<last;w++){x=p[w]&r[w];if((x=~(x|x>>1)&DISJOINT))if(dist==1||(
227 dist+=count_ones(x))>1)goto exit_if;}}}{register int w,var,last;register pcube
230 w]&mask[w])goto nextvar;if(++dist>1)goto exit_if;nextvar:;}}
239 exit_if: ;
532 if ((dist = cdist01(p, r)) > 1) goto exit_if;
536 exit_if;for(w=1;w<last;w++){x=p[w]&r[w];if((x=~(x|x>>1)&DISJOINT))if(dist==1||(
537 dist+=count_ones(x))>1)goto exit_if;}}}{register int w,var,last;register pcube
540 w]&mask[w])goto nextvar;if(++dist>1)goto exit_if;nextvar:;}}
546 exit_if: ;
/dports/french/med/med-4.0.0/include/2.3.6/
H A Dmed_exit_if.h25 void exit_if(char * fichier,int ligne, int condition,char * message, char * arg);
/dports/french/med/med-4.0.0/include/
H A Dmed_exit_if.h29 void exit_if(const char * const fichier,int ligne, int condition,const char * const message, const …
/dports/french/med/med-4.0.0/src/misc/
H A DMEDexitIf.c36 void exit_if(const char * const fichier,int ligne, int condition,const char * const message, const … in exit_if() function
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-manip.c1023 gimple exit_if; in tree_transform_and_unroll_loop() local
1105 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1109 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1221 exit_if = gsi_stmt (bsi); in tree_transform_and_unroll_loop()
1224 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1225 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1226 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1227 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-manip.c1033 gimple exit_if; in tree_transform_and_unroll_loop() local
1115 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1119 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1230 exit_if = gsi_stmt (bsi); in tree_transform_and_unroll_loop()
1233 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1234 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1235 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1236 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-manip.c1023 gimple exit_if; in tree_transform_and_unroll_loop() local
1105 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1109 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1221 exit_if = gsi_stmt (bsi); in tree_transform_and_unroll_loop()
1224 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1225 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1226 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1227 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-manip.c1156 gcond *exit_if; in tree_transform_and_unroll_loop() local
1238 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1242 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1353 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1356 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1357 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1358 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1359 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-manip.c1156 gcond *exit_if; in tree_transform_and_unroll_loop() local
1238 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1242 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1353 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1356 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1357 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1358 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1359 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-manip.c1237 gcond *exit_if; in tree_transform_and_unroll_loop() local
1310 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1314 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1423 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1426 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1427 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1428 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1429 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-manip.c1217 gcond *exit_if; in tree_transform_and_unroll_loop() local
1290 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1294 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1403 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1406 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1407 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1408 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1409 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-manip.c1238 gcond *exit_if; in tree_transform_and_unroll_loop() local
1311 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1315 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1424 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1427 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1428 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1429 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1430 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-manip.c1217 gcond *exit_if; in tree_transform_and_unroll_loop() local
1290 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1294 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1403 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1406 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1407 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1408 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1409 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-manip.c1237 gcond *exit_if; in tree_transform_and_unroll_loop() local
1310 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1314 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1423 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1426 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1427 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1428 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1429 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-manip.c1267 gcond *exit_if = nullptr; in tree_transform_and_unroll_loop() local
1314 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1318 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1440 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1443 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1444 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1445 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1446 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-manip.c1217 gcond *exit_if; in tree_transform_and_unroll_loop() local
1290 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1294 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1403 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1406 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1407 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1408 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1409 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-manip.c1238 gcond *exit_if; in tree_transform_and_unroll_loop() local
1311 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1315 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1424 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1427 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1428 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1429 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1430 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-manip.c1220 gcond *exit_if; in tree_transform_and_unroll_loop() local
1293 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1297 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1406 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1409 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1410 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1411 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1412 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-manip.c1217 gcond *exit_if; in tree_transform_and_unroll_loop() local
1290 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1294 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1403 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1406 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1407 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1408 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1409 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-manip.c1217 gcond *exit_if; in tree_transform_and_unroll_loop() local
1290 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1294 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1403 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1406 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1407 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1408 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1409 update_stmt (exit_if); in tree_transform_and_unroll_loop()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-manip.c1237 gcond *exit_if; in tree_transform_and_unroll_loop() local
1310 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node, in tree_transform_and_unroll_loop()
1314 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT); in tree_transform_and_unroll_loop()
1423 exit_if = as_a <gcond *> (gsi_stmt (bsi)); in tree_transform_and_unroll_loop()
1426 gimple_cond_set_code (exit_if, exit_cmp); in tree_transform_and_unroll_loop()
1427 gimple_cond_set_lhs (exit_if, ctr_after); in tree_transform_and_unroll_loop()
1428 gimple_cond_set_rhs (exit_if, exit_bound); in tree_transform_and_unroll_loop()
1429 update_stmt (exit_if); in tree_transform_and_unroll_loop()

12