OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfn
(Results
1 - 6
of
6
) sorted by null
/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/webrtc/webrtc/base/
macconversion.h
32
bool p_convertCFNumberToInt(CFNumberRef
cfn
, int* i);
35
bool p_isCFNumberTrue(CFNumberRef
cfn
);
macconversion.cc
46
bool p_convertCFNumberToInt(CFNumberRef
cfn
, int* i) {
50
if (NULL !=
cfn
) {
53
if (CFGetTypeID(
cfn
) == CFNumberGetTypeID()) {
54
CFNumberType ntype = CFNumberGetType(
cfn
);
58
converted = CFNumberGetValue(
cfn
, ntype, static_cast<void*>(&sint8));
63
converted = CFNumberGetValue(
cfn
, ntype, static_cast<void*>(&sint16));
68
converted = CFNumberGetValue(
cfn
, ntype, static_cast<void*>(&sint32));
73
converted = CFNumberGetValue(
cfn
, ntype, static_cast<void*>(&sint64));
78
converted = CFNumberGetValue(
cfn
, ntype,
84
converted = CFNumberGetValue(
cfn
, ntype
[
all
...]
/external/icu/icu4c/source/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/opencv3/modules/ml/src/
em.cpp
805
FileNode
cfn
= fn["covs"];
local
806
FileNodeIterator cfn_it =
cfn
.begin();
807
int i, n = (int)
cfn
.size();
/external/valgrind/callgrind/
callgrind_annotate.in
634
} elsif (s/^
cfn
=(.*)$//) {
[
all
...]
Completed in 788 milliseconds