HomeSort by relevance Sort by last modified time
    Searched full:promote (Results 1 - 25 of 12843) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
nested-name-spec-template.cpp 5 template<typename T> struct Promote;
7 template<> struct Promote<short> {
11 template<> struct Promote<int> {
15 template<> struct Promote<float> {
19 Promote<short>::type *ret_intptr(int* ip) { return ip; }
20 Promote<int>::type *ret_intptr2(int* ip) { return ip; }
23 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; }
24 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } // expected-warning{{'template' keyword outside of a template}}
25 M::template Promote<int> pi; // expected-warning{{'template' keyword outside of a template}}
28 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip;
    [all...]
  /external/llvm/test/Transforms/Mem2Reg/
2002-05-01-ShouldNotPromoteThisAlloca.ll 1 ; This input caused the mem2reg pass to die because it was trying to promote
  /external/clang/test/Sema/
overloadable.c 40 double promote(float) __attribute__((__overloadable__)); // expected-note {{candidate}}
41 double promote(double) __attribute__((__overloadable__)); // expected-note {{candidate}}
42 long double promote(long double) __attribute__((__overloadable__)); // expected-note {{candidate}}
44 void promote(...) __attribute__((__overloadable__, __unavailable__)); // \
48 promote(1.0);
49 promote(sp); // expected-error{{call to unavailable function 'promote'}}
bitfield-promote.c 14 // into a signed int promote to signed int.
expr-comma.c 13 // comma does not promote array/function in c90 unless they are lvalues.
  /frameworks/base/docs/html/distribute/googleplay/strategies/
index.jd 27 <a href="/distribute/googleplay/promote/product-pages.html" class="landing-page-link">Preparing for Featuring</a>
30 <a href="{@docRoot}distribute/googleplay/promote/index.html">
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionsProviderImplTest.java 65 assertEquals(0, promote(suggestions).getCount());
70 promote(suggestions).getCount());
87 assertEquals(0, promote(suggestions).getCount());
90 assertEquals("Incorrect promoted: " + promote(suggestions),
91 corpus1Count, promote(suggestions).getCount());
94 assertEquals("Incorrect promoted: " + promote(suggestions),
95 corpus1Count + corpus2Count, promote(suggestions).getCount());
102 private SuggestionCursor promote(Suggestions suggestions) { method in class:SuggestionsProviderImplTest
  /external/llvm/test/CodeGen/X86/
promote-trunc.ll 1 ; RUN: llc -promote-elements < %s -march=x86-64
2011-09-18-sse2cmp.ll 1 ;RUN: llc < %s -march=x86 -mcpu=yonah -promote-elements -mattr=+sse2,-sse41 | FileCheck %s
2011-10-11-srl.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -promote-elements -mattr=-sse41
4char-promote.ll 2 ;RUN: llc -march=x86-64 -mcpu=corei7 -promote-elements < %s | FileCheck %s
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Promoter.java 21 * Promoters choose which suggestions to promote from all the available suggestions.
29 * @param suggestions The suggestions to promote from.
30 * @param maxPromoted The maximum number of suggestions to promote.
  /frameworks/base/docs/html/distribute/googleplay/promote/
index.jd 25 <a href="{@docRoot}distribute/googleplay/promote/product-pages.html" class="landing-page-link">Your Product Pages</a>
28 <a href="{@docRoot}distribute/googleplay/promote/index.html">
42 <p style="margin-top:1.5em;margin-bottom:1.5em;"><a href="{@docRoot}distribute/googleplay/promote/linking.html" class="landing-page-link">Linking to Your Products</a></p>
  /external/chromium/chrome/browser/automation/
mock_tab_event_observer.h 19 // Promote these to public for testing purposes.
  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 1 //===- PromoteMemToReg.h - Promote Allocas to Scalars -----------*- C++ -*-===//
10 // This file exposes an interface to promote alloca instructions to SSA
32 /// PromoteMemToReg - Promote the specified list of alloca instructions into
  /external/chromium/chrome/browser/ui/cocoa/
keystone_infobar.h 16 // to promote the ticket. The user will need to authenticate in order to
  /external/libpcap/
LICENSE 13 3. The names of the authors may not be used to endorse or promote
NOTICE 13 3. The names of the authors may not be used to endorse or promote
pcap-nit.h 12 * endorse or promote products derived from this software without
pcap-pf.h 12 * endorse or promote products derived from this software without
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 35 // instructions that are safe for promotion, then we promote each one.
51 INITIALIZE_PASS_BEGIN(PromotePass, "mem2reg", "Promote Memory to Register",
54 INITIALIZE_PASS_END(PromotePass, "mem2reg", "Promote Memory to Register",
69 // Find allocas that are safe to promote, by looking at all instructions in
  /external/llvm/test/CodeGen/ARM/
opt-shuff-tstore.ll 1 ; RUN: llc -mcpu=cortex-a9 -mtriple=arm-linux-unknown -promote-elements -mattr=+neon < %s | FileCheck %s
  /external/llvm/test/Transforms/InstCombine/
2009-04-07-MulPromoteToI96.ll 4 ; Instcombine should not promote the mul to i96 because it is definitely
  /external/llvm/test/Transforms/LICM/
2007-10-01-PromoteSafeValue.ll 2 ; Promote value if at least one use is safe
  /external/tcpdump/
LICENSE 13 3. The names of the authors may not be used to endorse or promote

Completed in 560 milliseconds

1 2 3 4 5 6 7 8 91011>>