Home
last modified time | relevance | path

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

12345

/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
168 bool isForwardingAliasSet() const { return Forward; } in isForwardingAliasSet()
225 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0),
240 if (!Forward) return this;
242 AliasSet *Dest = Forward->getForwardedTarget(AST);
243 if (Dest != Forward) {
245 Forward->dropRef(AST);
246 Forward = Dest;
/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()
222 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue; in findAliasSetForPointer()
240 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) in containsPointer()
250 if (I->Forward || !I->aliasesCallSite(CS, AA)) in findAliasSetForCallSite()
255 else if (!I->Forward) // Otherwise, we must merge the sets. in findAliasSetForCallSite()
373 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/astl/tests/
Dtest_iterator.cpp46 struct Forward { struct
106 EXPECT_TRUE(category(android::iterator_category(Forward())) == FORWARD); in testCategory()
/external/clang/test/ASTMerge/Inputs/
Dinterface2.m71 // Forward-declared interface
76 // Forward-declared protocols
Dinterface1.m72 // Forward-declared interfaces
77 // 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/llvm/test/CodeGen/CBackend/
D2002-08-19-FunctionPointer.ll3 @fptr = global void ()* @f ;; Forward ref method defn
D2002-08-19-DataPointer.ll3 @sptr1 = global [11 x i8]* @somestr ;; Forward ref to a constant
D2002-08-19-ConstantExpr.ll3 global i32* bitcast (float* @2 to i32*) ;; Forward numeric reference
/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

12345