Searched refs:Impl (Results 76 - 100 of 109) sorted by relevance

12345

/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp316 SSAUpdaterImpl<SSAUpdater> Impl(this, &AvailableVals, InsertedPHIs);
317 return Impl.GetValue(BB);
H A DSimplifyLibCalls.cpp1935 Impl = new LibCallSimplifierImpl(TD, TLI, this, UnsafeFPShrink);
1939 delete Impl;
1944 return Impl->optimizeCall(CI);
/external/clang/lib/AST/
H A DASTImporter.cpp3376 ObjCCategoryImplDecl *Impl local
3379 if (!Impl)
3382 ToCategory->setImplementation(Impl);
3562 ObjCImplementationDecl *Impl = cast_or_null<ObjCImplementationDecl>( local
3564 if (!Impl)
3567 To->setImplementation(Impl);
3682 ObjCImplementationDecl *Impl = Iface->getImplementation(); local
3683 if (!Impl) {
3686 Impl = ObjCImplementationDecl::Create(Importer.getToContext(),
3700 Impl
[all...]
H A DDeclObjC.cpp1248 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation())
1249 if (ObjCMethodDecl *MD = Impl->getInstanceMethod(Sel))
1261 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation())
1262 if (ObjCMethodDecl *MD = Impl->getClassMethod(Sel))
H A DRecordLayoutBuilder.cpp2495 /// \param Impl - If given, also include the layout of the interface's
2499 const ObjCImplementationDecl *Impl) const {
2508 Impl ? (const ObjCContainerDecl*) Impl : (const ObjCContainerDecl*) D;
2513 if (Impl) {
/external/clang/lib/ARCMigrate/
H A DInternals.h52 void *Impl; // TransformActionsImpl. member in class:clang::arcmt::TransformActions
/external/chromium/testing/gmock/scripts/
H A Dgmock_doctor.py219 r'\'testing::internal::ReturnAction<R>::Impl<F>::value_\' '
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java237 Interface a = new Impl();
238 Interface b = new Impl();
246 static class Impl implements Interface { class in class:ImmutableSortedSetTest
251 return id.compareTo(((Impl) other).id);
/external/openfst/src/include/fst/
H A Ddeterminize.h804 typedef DeterminizeFstImplBase<A> Impl; typedef in class:fst::DeterminizeFst
806 using ImplToFst<Impl>::SetImpl;
872 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }
H A Dsymbol-table.h419 const SymbolTableImpl* Impl() const { function in class:fst::SymbolTable
H A Dlookahead-matcher.h641 typename L::Impl *impl = mfst.GetImpl();
656 typename L::Impl *impl = mfst.GetImpl();
H A Dfst.h686 // This method is needed for Impl's that implement Write methods.
930 ofst->SetImpl(reinterpret_cast<typename G::Impl *>(ifst.GetImpl()), false);
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-actions.h594 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
598 class Impl : public ActionInterface<F> { class in class:testing::internal::WithArgsAction
603 explicit Impl(const InnerAction& action) : action_(action) {} function in class:testing::internal::WithArgsAction::Impl
639 template <typename Result, class Impl>
642 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) {
651 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) {
660 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1>& args) {
669 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2>& args) {
678 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2,
688 static Result Perform(Impl* imp
[all...]
/external/clang/include/clang/Basic/
H A DIdentifierTable.h720 void *Impl; // Actually a SelectorTableImpl
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h245 RationalFstImpl<A> *Impl() { return impl_; } function in class:fst::RationalFst
H A Dfactor-weight.h405 FactorWeightFstImpl<A, F> *Impl() { return impl_; } function in class:fst::FactorWeightFst
H A Drmepsilon.h494 RmEpsilonFstImpl<A> *Impl() { return impl_; } function in class:fst::RmEpsilonFst
H A Dsynchronize.h388 SynchronizeFstImpl<A> *Impl() { return impl_; } function in class:fst::SynchronizeFst
H A Dcompose.h756 ComposeFstImplBase<A> *Impl() { return impl_; } function in class:fst::ComposeFst
/external/clang/lib/Sema/
H A DSemaAccess.cpp1897 if (ObjCImplDecl *Impl
1900 = dyn_cast<ObjCImplementationDecl>(Impl))
1903 = dyn_cast<ObjCCategoryImplDecl>(Impl))
H A DSemaDeclObjC.cpp132 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(DC))
133 CurrentClass = Impl->getClassInterface();
3236 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(ClassDecl))
3237 CurrentClass = Impl->getClassInterface();
/external/llvm/lib/IR/
H A DPassManager.cpp1087 Pass *Impl = findAnalysisPass(*I, true); local
1088 if (Impl == 0)
1094 AR->addAnalysisImplsPair(*I, Impl);
/external/openssh/contrib/caldera/
H A Dopenssh.spec42 Summary(fr) : Impl�mentation libre du shell s�curis� OpenSSH (SSH).
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h533 ProgramStateRef getPersistentState(ProgramState &Impl);

Completed in 578 milliseconds

12345