Searched refs:checkSafety (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 359 void checkSafety(CHIArgs C, BasicBlock *BB, InsKind K, 806 void GVNHoist::checkSafety(CHIArgs C, BasicBlock *BB, GVNHoist::InsKind K, in checkSafety() function in llvm::GVNHoist 899 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expressionsem.c | 1192 exp->checkSafety(sc, f); in visit() 1220 exp->checkSafety(sc, f); in visit() 1287 exp->checkSafety(sc, f); in visit() 1315 exp->checkSafety(sc, f); in visit() 3179 exp->checkSafety(sc, exp->f); in visit() 3272 exp->checkSafety(sc, exp->f); in visit() 3310 exp->checkSafety(sc, exp->f); in visit() 3453 exp->checkSafety(sc, exp->f); in visit() 3552 exp->checkSafety(sc, exp->f); in visit() 4171 err |= exp->checkSafety(sc, ad->dtor); in visit() [all …]
|
| H A D | expression.h | 186 bool checkSafety(Scope *sc, FuncDeclaration *f);
|
| H A D | expression.c | 2586 bool Expression::checkSafety(Scope *sc, FuncDeclaration *f) in checkSafety() function 2669 checkSafety(sc, sd->postblit); in checkPostblit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expression.d | 1403 extern (D) final bool checkSafety(Scope* sc, FuncDeclaration f) in checkSafety() function 1496 checkSafety(sc, sd.postblit); in checkPostblit()
|
| H A D | expressionsem.d | 4973 exp.checkSafety(sc, exp.f); in visit() 7390 err |= exp.checkSafety(sc, cd.dtor); in visit() 13092 error |= checkSafety(sc, f); in checkFunctionAttributes()
|