Home
last modified time | relevance | path

Searched refs:checkSafety (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp359 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 Dexpressionsem.c1192 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 Dexpression.h186 bool checkSafety(Scope *sc, FuncDeclaration *f);
H A Dexpression.c2586 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 Dexpression.d1403 extern (D) final bool checkSafety(Scope* sc, FuncDeclaration f) in checkSafety() function
1496 checkSafety(sc, sd.postblit); in checkPostblit()
H A Dexpressionsem.d4973 exp.checkSafety(sc, exp.f); in visit()
7390 err |= exp.checkSafety(sc, cd.dtor); in visit()
13092 error |= checkSafety(sc, f); in checkFunctionAttributes()