/external/clang/test/SemaCXX/ |
function-type-qual.cpp | 7 typedef void cfn() const; 8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} 12 cfn f2; 14 static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} 28 cfn C::*mpg;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
macconversion.h | 49 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i); 52 bool p_isCFNumberTrue(CFNumberRef cfn);
|
macconversion.cc | 63 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i) { 67 if (NULL != cfn) { 70 if (CFGetTypeID(cfn) == CFNumberGetTypeID()) { 71 CFNumberType ntype = CFNumberGetType(cfn); 75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); 80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16)); 85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); 90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64)); 95 converted = CFNumberGetValue(cfn, ntype, 101 converted = CFNumberGetValue(cfn, ntype [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
macconversion.h | 49 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i); 52 bool p_isCFNumberTrue(CFNumberRef cfn);
|
macconversion.cc | 63 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i) { 67 if (NULL != cfn) { 70 if (CFGetTypeID(cfn) == CFNumberGetTypeID()) { 71 CFNumberType ntype = CFNumberGetType(cfn); 75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); 80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16)); 85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); 90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64)); 95 converted = CFNumberGetValue(cfn, ntype, 101 converted = CFNumberGetValue(cfn, ntype [all...] |
/external/chromium_org/third_party/icu/source/tools/genren/ |
genren.pl | 176 } elsif ( my ($cfn) = m/^([A-Za-z0-9_]*)\(.*/ ) { 177 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" ); 178 $CFuncs{$cfn}++;
|
/external/icu4c/tools/genren/ |
genren.pl | 191 } elsif ( my ($cfn) = m/^([A-Za-z0-9_]*)\(.*/ ) { 192 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" ); 193 $CFuncs{$cfn}++;
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslsnce.c | 1040 char * cfn = NULL; \/* cache file name *\/ local [all...] |
ssl3con.c | 9833 char cfn[100]; local [all...] |
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 636 } elsif (s/^cfn=(.*)$//) { [all...] |
/external/openssh/ |
channels.c | 744 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) 755 c->filter_cleanup = cfn; [all...] |