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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2.cpp 7 // An identifier is value-dependent if it is:
8 // - a name declared with a dependent type
10 S<s> check1; // ok, s is value-dependent
12 typename S<n>::T check2; // ok, n is value-dependent
14 // that is value-dependent.
16 typename S<k>::T check3; // ok, u is value-dependent
p2-0x.cpp 7 // An identifier is value-dependent if it is:
8 // - a name declared with a dependent type
10 S<s> check1; // ok, s is value-dependent
12 typename S<n>::T check2; // ok, n is value-dependent
14 // that is value-dependent.
16 typename S<k>::T check3a; // ok, u is value-dependent
19 typename S<*p>::T check3b; // ok, p is value-dependent
23 // value-dependent.
25 typename S<i>::T check4; // ok, i is value-dependent
  /frameworks/compile/mclinker/lib/Target/ARM/
README 2 and all target-dependent behavior and data are here.
  /external/kernel-headers/original/asm-x86/
hardirq_32.h 10 unsigned int __nmi_count; /* arch dependent */
11 unsigned int apic_timer_irqs; /* arch dependent */
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 7 void f(T a) { }// expected-note {{must qualify identifier to find this declaration in dependent base class}}
8 void g();// expected-note {{must qualify identifier to find this declaration in dependent base class}}
17 f(a); // expected-warning {{use of identifier 'f' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}}
18 g(); // expected-warning {{use of identifier 'g' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}}
58 static void static_func();// expected-note {{must qualify identifier to find this declaration in dependent base class}}
59 void func();// expected-note {{must qualify identifier to find this declaration in dependent base class}}
67 static_func(); // expected-warning {{use of identifier 'static_func' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}}
68 func(); // expected-warning {{use of identifier 'func' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} expected-error {{call to non-static member function without an object argument}}
82 static int f1(); // expected-note {{must qualify identifier to find this declaration in dependent base class}}
83 int f2(); // expected-note {{must qualify identifier to find this declaration in dependent base class}}
    [all...]
dependent-template-recover.cpp 5 t->f0<U>(); // expected-error{{use 'template' keyword to treat 'f0' as a dependent template name}}
6 t->f0<int>(); // expected-error{{use 'template' keyword to treat 'f0' as a dependent template name}}
8 t->operator+<U const, 1>(); // expected-error{{use 'template' keyword to treat 'operator +' as a dependent template name}}
9 t->f1<int const, 2>(); // expected-error{{use 'template' keyword to treat 'f1' as a dependent template name}}
11 T::getAs<U>(); // expected-error{{use 'template' keyword to treat 'getAs' as a dependent template name}}
12 t->T::getAs<U>(); // expected-error{{use 'template' keyword to treat 'getAs' as a dependent template name}}
default-expr-arguments-2.cpp 5 // otherwise non-dependent.
dependent-names-no-std.cpp 14 f(t); // expected-error {{call to function 'f' that is neither visible in the template definition nor found by argument-dependent lookup}}
  /bionic/libc/arch-x86/include/machine/
setjmp.h 5 * machine/setjmp.h: machine dependent setjmp-related information.
  /development/ndk/platforms/android-9/arch-x86/include/machine/
setjmp.h 5 * machine/setjmp.h: machine dependent setjmp-related information.
  /external/clang/test/SemaObjCXX/
argument-dependent-lookup.mm 3 // <rdar://problem/9142559>: For the purposes of Argument-Dependent
  /external/kernel-headers/original/asm-mips/
ds1286.h 6 * Machine dependent access functions for RTC registers.
mc146818rtc.h 6 * Machine dependent access functions for RTC registers.
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
setjmp.h 5 * machine/setjmp.h: machine dependent setjmp-related information.
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
setjmp.h 5 * machine/setjmp.h: machine dependent setjmp-related information.
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/machine/
setjmp.h 5 * machine/setjmp.h: machine dependent setjmp-related information.
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/machine/
setjmp.h 5 * machine/setjmp.h: machine dependent setjmp-related information.
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/machine/
setjmp.h 5 * machine/setjmp.h: machine dependent setjmp-related information.
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 134 A<T>::TYPE a1; // expected-warning {{missing 'typename' prior to dependent type name}}
135 Base1::TYPE a2; // expected-warning {{missing 'typename' prior to dependent type name}}
137 B<U>::TYPE a3; // expected-warning {{missing 'typename' prior to dependent type name}}
138 Base2::TYPE a4; // expected-warning {{missing 'typename' prior to dependent type name}}
140 A<U>::TYPE a5; // expected-error {{missing 'typename' prior to dependent type name}}
141 Base3::TYPE a6; // expected-error {{missing 'typename' prior to dependent type name}}
150 void function_missing_typename(const T::Type param)// expected-warning {{missing 'typename' prior to dependent type name}}
152 const T::Type var = 2; // expected-warning {{missing 'typename' prior to dependent type name}}
for-range-unused.cpp 3 // PR9968: We used to warn that __range is unused in a dependent for-range.
  /external/kernel-headers/original/linux/
irq_cpustat.h 15 * here, even ones that are arch dependent. That way we get common
28 /* arch dependent irq_stat fields */
  /sdk/build/
windows_sdk_tools.mk 6 # Define the list of tool-dependent modules to build for the Windows SDK.
29 # Define the list of tool-dependent modules requisites needed
  /dalvik/vm/compiler/codegen/arm/
README.txt 2 functionality hierarchies. The goal is to separate architectural dependent
15 /* Factory utilities dependent on arch-specific features */
38 - Ralloc.c (arch-dependent register pools)
  /external/qemu/distrib/sdl-1.2.12/src/timer/
SDL_systimer.h 24 /* The system dependent timer handling functions */
30 /* Initialize the system dependent timer subsystem */
33 /* Quit the system dependent timer subsystem */
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p4.cpp 9 // Element type may be dependent

Completed in 242 milliseconds

1 2 3 4 5 6 7 8 91011>>