Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp2125 static bool isGLValueFromPointerDeref(const Expr *E) { in isGLValueFromPointerDeref() function
2131 return isGLValueFromPointerDeref(CE->getSubExpr()); in isGLValueFromPointerDeref()
2135 return isGLValueFromPointerDeref(OVE->getSourceExpr()); in isGLValueFromPointerDeref()
2139 return isGLValueFromPointerDeref(BO->getRHS()); in isGLValueFromPointerDeref()
2142 return isGLValueFromPointerDeref(ACO->getTrueExpr()) || in isGLValueFromPointerDeref()
2143 isGLValueFromPointerDeref(ACO->getFalseExpr()); in isGLValueFromPointerDeref()
2180 isGLValueFromPointerDeref(E), SrcRecordTy)) { in EmitTypeidFromVTable()