Home
last modified time | relevance | path

Searched refs:checkType (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h113 virtual bool checkType();
492 bool checkType();
503 bool checkType();
516 bool checkType();
616 bool checkType();
771 bool checkType();
795 bool checkType();
H A Dexpression.d1068 bool checkType() in checkType() function
3402 override bool checkType() in checkType() function
3446 override bool checkType() in checkType() function
3509 override bool checkType() in checkType() function
4038 override bool checkType() in checkType() function
4772 override bool checkType() in checkType() function
4942 override bool checkType() in checkType() function
H A Dtypesem.d3135 if (mt.exp.checkType()) in visitTypeof()
H A Dstatementsem.d2887 if (rs.exp.checkType()) in package()
H A Dexpressionsem.d7479 if (e1x.checkType()) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h177 virtual bool checkType();
503 bool checkType();
515 bool checkType();
529 bool checkType();
642 bool checkType();
810 bool checkType();
H A Dexpression.c2262 bool Expression::checkType() in checkType() function
4177 bool TypeExp::checkType() in checkType() function
4213 bool ScopeExp::checkType() in checkType() function
4252 bool TemplateExp::checkType() in checkType() function
4806 bool FuncExp::checkType() in checkType() function
5251 bool DotTemplateExp::checkType() in checkType() function
H A Dstatementsem.c2764 if (rs->exp->checkType()) in visit()
H A Dmtype.c7372 if (exp->checkType()) in resolve()
H A Dexpressionsem.c4231 if (e1x->checkType()) in visit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp53 static inline Type *checkType(Type *Ty) { in checkType() function
59 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), HasValueHandle(0), in Value()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d4631 template checkType(T) in checkType() function
4633 enum checkType = is(immutable ElementEncodingType!Range == immutable T); in checkType() local
4638 isNarrowString!Range && allSatisfy!(checkType, Needles))