/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 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/ |
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() 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/ |
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/astl/tests/ |
D | test_iterator.cpp | 46 struct Forward { struct 106 EXPECT_TRUE(category(android::iterator_category(Forward())) == FORWARD); in testCategory()
|
/external/clang/test/ASTMerge/Inputs/ |
D | interface2.m | 71 // Forward-declared interface 76 // Forward-declared protocols
|
D | interface1.m | 72 // Forward-declared interfaces 77 // 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/llvm/test/CodeGen/CBackend/ |
D | 2002-08-19-FunctionPointer.ll | 3 @fptr = global void ()* @f ;; Forward ref method defn
|
D | 2002-08-19-DataPointer.ll | 3 @sptr1 = global [11 x i8]* @somestr ;; Forward ref to a constant
|
D | 2002-08-19-ConstantExpr.ll | 3 global i32* bitcast (float* @2 to i32*) ;; Forward numeric reference
|
/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
|