Home
last modified time | relevance | path

Searched refs:Forward (Results 1 – 25 of 128) sorted by relevance

123456

/external/openssh/
Dreadconf.h27 } Forward; typedef
102 Forward *local_forwards;
106 Forward *remote_forwards;
153 int parse_forward(Forward *, const char *, int, int);
158 void add_local_forward(Options *, const Forward *);
159 void add_remote_forward(Options *, const Forward *);
/external/clang/test/SemaObjCXX/
Dpropert-dot-error.mm55 class Forward;
65 …d.Forward::property = 17; // expected-error{{property access cannot be qualified with 'Forward::'}}
66 …d->Forward::ivar = 12; // expected-error{{instance variable access cannot be qualified with 'Forwa…
/external/llvm/test/Feature/
Dconstpointer.ll13 @t3 = global i32* @t1 ;; Forward reference
19 global float * @2 ;; Forward numeric reference
25 @fptr = global void() * @f ;; Forward ref method defn
28 @sptr1 = global [11x i8]* @somestr ;; Forward ref to a constant
Dconstexpr.ll16 @t2 = global i32* @t1 ;; Forward reference without cast
17 @t3 = global i32* bitcast (i32* @t1 to i32*) ;; Forward reference with cast
25 global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference
/external/llvm/test/Integer/
Dconstpointer_bt.ll13 @t3 = global i40 * @t1 ;; Forward reference
19 global float * @2 ;; Forward numeric reference
25 @fptr = global void() * @f ;; Forward ref method defn
28 @sptr1 = global [11x i8]* @somestr ;; Forward ref to a constant
Dconstexpr_bt.ll17 @t2 = global i33* @t1 ;; Forward reference without cast
18 @t3 = global i33* bitcast (i33* @t1 to i33*) ;; Forward reference with cast
27 global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h85 if (AS->Forward) { in getAliasSet()
111 AliasSet *Forward; // Forwarding pointer. variable
167 bool isForwardingAliasSet() const { return Forward; } in isForwardingAliasSet()
224 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0),
239 if (!Forward) return this;
241 AliasSet *Dest = Forward->getForwardedTarget(AST);
242 if (Dest != Forward) {
244 Forward->dropRef(AST);
245 Forward = Dest;
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h19 Forward, enumerator
35 template<typename _Functor, NumericalDiffMode mode=Forward>
79 case Forward: in df()
97 case Forward: in df()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp32 assert(!AS.Forward && "Alias set is already forwarding!"); in mergeSetIn()
33 assert(!Forward && "This set is a forwarding set!!"); in mergeSetIn()
67 AS.Forward = this; // Forward across AS now... in mergeSetIn()
83 if (AliasSet *Fwd = AS->Forward) { in removeAliasSet()
85 AS->Forward = 0; in removeAliasSet()
223 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue; in findAliasSetForPointer()
241 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) in containsPointer()
251 if (I->Forward || !I->aliasesUnknownInst(Inst, AA)) in findAliasSetForUnknownInst()
256 else if (!I->Forward) // Otherwise, we must merge the sets. in findAliasSetForUnknownInst()
376 if (I->Forward) continue; // Ignore forwarding alias sets in add()
[all …]
/external/webkit/Source/WebCore/platform/audio/fftw/
DFFTFrameFFTW.cpp81 m_forwardPlan = fftwPlanForSize(fftSize, Forward, in FFTFrame()
106 m_forwardPlan = fftwPlanForSize(m_FFTSize, Forward, in FFTFrame()
270 fftwf_plan* plans = (direction == Forward) ? fftwForwardPlans : fftwBackwardPlans; in fftwPlanForSize()
285 case Forward: in fftwPlanForSize()
/external/clang/test/ASTMerge/Inputs/
Dinterface1.m72 // Forward-declared interfaces
77 // Forward-declared protocols
Dinterface2.m71 // Forward-declared interface
76 // Forward-declared protocols
/external/webkit/Tools/QtTestBrowser/
Dmainwindow.cpp65 m_toolBar->addAction(page()->action(QWebPage::Forward)); in buildUI()
96 page()->action(QWebPage::Forward)->setShortcut(QKeySequence::Forward); in buildUI()
/external/webkit/Source/WebKit/mac/WebView/
DWebArchiveInternal.h30 #import <JavaScriptCore/Forward.h>
DWebDataSourceInternal.h30 #import <wtf/Forward.h>
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebIconDatabaseClient.h30 #import <wtf/Forward.h>
DWebPluginHalterClient.h27 #import <wtf/Forward.h>
/external/webkit/Source/WebCore/platform/mac/
DPasteboardHelper.h35 #import <wtf/Forward.h>
/external/srec/srec/clib/
Dfpi_tgt.inl81 * Forward = +830
93 * Forward = +880
/external/webkit/Source/WebKit/mac/History/
DWebHistoryItemInternal.h31 #import <wtf/Forward.h>
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.cpp357 case QWKPage::Forward: in updateAction()
380 updateAction(QWKPage::Forward); in updateNavigationActions()
704 case Forward: in triggerAction()
754 case Forward: in action()
/external/webkit/Source/WebCore/bindings/objc/
DDOMInternal.h36 #import <wtf/Forward.h>
/external/webkit/Tools/DumpRenderTree/qt/
DWorkQueueItemQt.cpp113 m_webPage->triggerAction(QWebPage::Forward); in invoke()
/external/webkit/Source/WebCore/platform/audio/
DFFTFrame.h131 Forward, enumerator
/external/webkit/Source/
DWebKit.pro35 …# Forward the install target to WebCore. A workaround since INSTALLS is not implemented for symbian

123456