Searched refs:PDE (Results 1 – 6 of 6) sorted by relevance
8 implementing the OASiS and PDE protocols.
893 support for playback on their devices using the PDE protocol back then.
52 # By default PDE creates one archive (result) per entry listed in the configs property.53 # Setting this value to try will cause PDE to only create one output containing all
702 SDDbgInfo::DbgIterator PDE = DAG->ByvalParmDbgEnd(); in EmitSchedule() local703 for (; PDI != PDE; ++PDI) { in EmitSchedule()
809 SDDbgInfo::DbgIterator PDE = DAG->ByvalParmDbgEnd(); in EmitSchedule() local810 for (; PDI != PDE; ++PDI) { in EmitSchedule()
3390 const auto *PDE = cast<CXXPseudoDestructorExpr>(E); in mangleExpression() local3391 if (const Expr *Base = PDE->getBase()) in mangleExpression()3392 mangleMemberExprBase(Base, PDE->isArrow()); in mangleExpression()3393 NestedNameSpecifier *Qualifier = PDE->getQualifier(); in mangleExpression()3395 if (TypeSourceInfo *ScopeInfo = PDE->getScopeTypeInfo()) { in mangleExpression()3411 QualType DestroyedType = PDE->getDestroyedType(); in mangleExpression()