OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:integral
(Results
176 - 200
of
1168
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libm/src/
s_rintf.c
51
else return x; /* x is
integral
*/
/external/clang/docs/
ObjectiveCLiterals.html
48
//
integral
literals.
129
Cocoa frameworks frequently define constant values using <em>enums.</em> Although enum values are
integral
, they may not be used directly as boxed literals (this avoids conflicts with future <code>'@'</code>-prefixed Objective-C keywords). Instead, an enum value must be placed inside a boxed expression. The following example demonstrates configuring an <code>AVAudioRecorder</code> using a dictionary that contains a boxed enumeration value:
261
<p>When the subscript operand has an
integral
type, the expression is rewritten to use one of two different selectors, depending on whether the element is being read or written. When an expression reads an element using an
integral
index, as in the following example:</p>
274
<p>When an expression writes an element using an
integral
index:</p>
286
<p>These message sends are then type-checked and performed just like explicit message sends. The method used for objectAtIndexedSubscript: must be declared with an argument of
integral
type and a return value of some Objective-C object pointer type. The method used for setObject:atIndexedSubscript: must be declared with its first argument having some Objective-C pointer type and its second argument having
integral
type.</p>
325
<p>Currently, only subscripts of
integral
or Objective-C object pointer type are supported. In C++, a class type can be used if it has a single conversion function to an
integral
or Objective-C pointer type, in which case that conversion is applied and analysis continues as appropriate. Otherwise, the expression is ill-formed.</p>
/external/clang/test/Sema/
__try.c
111
__except ( NotFilterExpression() ) { // expected-error{{filter expression type should be an
integral
value not 'const char *'}}
warn-type-safety.cpp
16
static const int wrong_init __attribute__(( type_tag_for_datatype(zzz,int) )) = f(100); // expected-error {{'type_tag_for_datatype' attribute requires the initializer to be an
integral
constant expression}}
/external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp
38
namespace
integral
{
namespace
cxx98-compat-pedantic.cpp
31
int *ArraySizeConversion = new int[ConvertToInt()]; // expected-warning {{implicit conversion from array size expression of type 'ConvertToInt' to
integral
type 'int' is incompatible with C++98}}
enum.cpp
91
PR7921V = (PR7921E)(123) // expected-error {{expression is not an
integral
constant expression}}
/external/clang/test/SemaTemplate/
instantiate-field.cpp
8
T bitfield : 12; // expected-error{{bit-field 'bitfield' has non-
integral
type 'float'}} \
/external/compiler-rt/lib/
fixdfdi.c
20
* su_int is a 32 bit
integral
type
fixdfti.c
22
* su_int is a 32 bit
integral
type
fixsfdi.c
20
* su_int is a 32 bit
integral
type
fixsfti.c
22
* su_int is a 32 bit
integral
type
fixunsdfdi.c
22
* du_int is a 64 bit
integral
type
fixunsdfsi.c
22
* su_int is a 32 bit
integral
type
fixunsdfti.c
24
* tu_int is a 64 bit
integral
type
fixunssfdi.c
21
* du_int is a 64 bit
integral
type
fixunssfsi.c
22
* su_int is a 32 bit
integral
type
fixunssfti.c
24
* tu_int is a 64 bit
integral
type
fixunsxfdi.c
24
* du_int is a 64 bit
integral
type
fixunsxfsi.c
24
* su_int is a 32 bit
integral
type
fixunsxfti.c
24
* tu_int is a 64 bit
integral
type
fixxfdi.c
22
* su_int is a 32 bit
integral
type
fixxfti.c
22
* su_int is a 32 bit
integral
type
floatdixf.c
22
* di_int is a 64 bit
integral
type
floatundixf.c
22
* du_int is a 64 bit
integral
type
Completed in 208 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>