Lines Matching refs:long
11 - (long long)longlongM;
12 - (unsigned long long)unsignedLongLongM;
14 - (long double)longDoubleM;
20 - (long long)longlongM { return 0; }
21 - (unsigned long long)unsignedLongLongM { return 0; }
23 - (long double)longDoubleM { return 0.0; }
37 long double ld = [obj longDoubleM];
44 long long ll = [obj longlongM];
63 unsigned long long ull = [obj unsignedLongLongM];
72 long long j = [obj longlongM];
75 long long j = [obj longlongM];
86 …The receiver of message 'longDoubleM' is nil and returns a value of type 'long double' that will b…
87 …The receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be ga…
89 …essage 'unsignedLongLongM' is nil and returns a value of type 'unsigned long long' that will be ga…
90 …The receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be ga…
92 …The receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be ga…
93 …essage 'unsignedLongLongM' is nil and returns a value of type 'unsigned long long' that will be ga…
95 …The receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be ga…
96 …The receiver of message 'longDoubleM' is nil and returns a value of type 'long double' that will b…