HomeSort by relevance Sort by last modified time
    Searched full:promote (Results 1 - 25 of 18608) 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 41 double promote(float) __attribute__((__overloadable__)); // expected-note {{candidate}}
42 double promote(double) __attribute__((__overloadable__)); // expected-note {{candidate}}
43 long double promote(long double) __attribute__((__overloadable__)); // expected-note {{candidate}}
45 void promote(...) __attribute__((__overloadable__, __unavailable__)); // \
49 promote(1.0);
50 promote(sp); // expected-error{{call to unavailable function 'promote'}}
bitfield-promote.c 15 // into a signed int promote to signed int.
expr-comma.c 14 // comma does not promote array/function in c90 unless they are lvalues.
  /external/libcxx/test/numerics/complex.number/cmplx.over/
pow.pass.cpp 13 // complex<promote<T, U>::type>
17 // complex<promote<T, U>::type>
21 // complex<promote<T, U>::type>
32 promote(T, typename std::enable_if<std::is_integral<T>::value>::type* = 0);
34 float promote(float);
35 double promote(double);
36 long double promote(long double);
42 typedef decltype(promote(x)+promote(real(y))) V;
51 typedef decltype(promote(real(x))+promote(y)) V
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/
pow.pass.cpp 13 // complex<promote<T, U>::type>
17 // complex<promote<T, U>::type>
21 // complex<promote<T, U>::type>
32 promote(T, typename std::enable_if<std::is_integral<T>::value>::type* = 0);
34 float promote(float);
35 double promote(double);
36 long double promote(long double);
42 typedef decltype(promote(x)+promote(real(y))) V;
51 typedef decltype(promote(real(x))+promote(y)) V
    [all...]
  /frameworks/compile/slang/tests/P_array_init/
array_init.rs 17 // Clang should implicitly promote this type to have a constant size of 3.
20 // Clang should implicitly promote this type to have a constant size of 1.
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_mac.h 40 // Update the visibility state of promote button.
46 // Callback used to show or hide the promote UI elements.
49 // The visible state of the promote button.
  /frameworks/native/libs/gui/
BufferQueue.cpp 36 sp<ConsumerListener> listener(mConsumerListener.promote());
43 sp<ConsumerListener> listener(mConsumerListener.promote());
50 sp<ConsumerListener> listener(mConsumerListener.promote());
  /external/clang/test/Driver/
implicit-function-as-error.c 4 // For 64-bit iOS, automatically promote -Wimplicit-function-declaration
  /external/compiler-rt/test/ubsan/TestCases/Integer/
mul-overflow.cpp 6 // These promote to 'int'.
umul-overflow.cpp 6 // These promote to 'int'.
  /frameworks/base/docs/html/distribute/tools/
disttools_toc.cs 14 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/device-art.html" zh-cn-lang="Device Art Generator">
19 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/badges.html" zh-cn-lang="Google Play ?????">
24 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/linking.html" zh-cn-lang="???????">
29 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/brand.html" zh-cn-lang="????">
  /frameworks/base/docs/html/distribute/users/
promote-with-ads.jd 1 page.title=Promote Your App with Ads
2 page.metaDescription=Promote your app through AdMob, AdWords, and YouTube to find new users at the right moment.
10 monetize your app and promote your apps, and you can link your Google
19 can promote your app on other fitness and cycling-related apps worldwide.
build-buzz.jd 22 <a href="#cross-promote-from-your-other-apps">Cross-Promote Your Apps</a>
78 "{@docRoot}distribute/tools/promote/linking.html">providing links</a> in your
89 "{@docRoot}distribute/tools/promote/linking.html#OpeningPublisher">list</a>
94 "{@docRoot}distribute/tools/promote/linking.html#PerformingSearch">search
99 "{@docRoot}distribute/tools/promote/linking.html#OpeningCollection">collection</a>
117 <a href="{@docRoot}distribute/tools/promote/badges.html">Google Play
130 <h2 id="cross-promote-from-your-other-apps">
131 Cross-Promote from Your Other Apps
155 house ads</a> within your apps to create awareness and promote your entir
    [all...]
  /external/clang/test/Frontend/
backend-diagnostic.c 4 // _PROMOTE_: Promote warning to error.
10 // RUN: FileCheck < %t.err %s --check-prefix=PROMOTE --check-prefix=ASM
19 // PROMOTE: error: stack frame size of {{[0-9]+}} bytes in function 'stackSizeWarning'
  /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
34 /// \brief Promote the specified list of alloca instructions into scalar
  /external/chromium_org/chrome/browser/ui/cocoa/
keystone_infobar_delegate.h 15 // to promote the ticket. The user will need to authenticate in order to
  /external/chromium_org/v8/test/mjsunit/regress/
regress-sliced-external-cons-regexp.js 11 gc(); // Promote cons.
  /external/libpcap/
LICENSE 13 3. The names of the authors may not be used to endorse or promote
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 36 // instructions that are safe for promotion, then we promote each one.
52 INITIALIZE_PASS_BEGIN(PromotePass, "mem2reg", "Promote Memory to Register",
55 INITIALIZE_PASS_END(PromotePass, "mem2reg", "Promote Memory to Register",
70 // Find allocas that are safe to promote, by looking at all instructions in
  /external/llvm/test/CodeGen/R600/
private-memory-broken.ll 3 ; Make sure promote alloca pass doesn't crash
  /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

Completed in 1190 milliseconds

1 2 3 4 5 6 7 8 91011>>