/external/openssh/ |
D | readconf.h | 27 } 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/ |
D | propert-dot-error.mm | 55 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/ |
D | constpointer.ll | 13 @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
|
D | constexpr.ll | 16 @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/ |
D | constpointer_bt.ll | 13 @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
|
D | constexpr_bt.ll | 17 @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/ |
D | AliasSetTracker.h | 85 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/ |
D | NumericalDiff.h | 19 Forward, enumerator 35 template<typename _Functor, NumericalDiffMode mode=Forward> 79 case Forward: in df() 97 case Forward: in df()
|
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 32 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/ |
D | FFTFrameFFTW.cpp | 81 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/ |
D | interface1.m | 72 // Forward-declared interfaces 77 // Forward-declared protocols
|
D | interface2.m | 71 // Forward-declared interface 76 // Forward-declared protocols
|
/external/webkit/Tools/QtTestBrowser/ |
D | mainwindow.cpp | 65 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/ |
D | WebArchiveInternal.h | 30 #import <JavaScriptCore/Forward.h>
|
D | WebDataSourceInternal.h | 30 #import <wtf/Forward.h>
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebIconDatabaseClient.h | 30 #import <wtf/Forward.h>
|
D | WebPluginHalterClient.h | 27 #import <wtf/Forward.h>
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PasteboardHelper.h | 35 #import <wtf/Forward.h>
|
/external/srec/srec/clib/ |
D | fpi_tgt.inl | 81 * Forward = +830 93 * Forward = +880
|
/external/webkit/Source/WebKit/mac/History/ |
D | WebHistoryItemInternal.h | 31 #import <wtf/Forward.h>
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpage.cpp | 357 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/ |
D | DOMInternal.h | 36 #import <wtf/Forward.h>
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | WorkQueueItemQt.cpp | 113 m_webPage->triggerAction(QWebPage::Forward); in invoke()
|
/external/webkit/Source/WebCore/platform/audio/ |
D | FFTFrame.h | 131 Forward, enumerator
|
/external/webkit/Source/ |
D | WebKit.pro | 35 …# Forward the install target to WebCore. A workaround since INSTALLS is not implemented for symbian
|