OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FTP
(Results
1 - 8
of
8
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar
/external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp
593
const FunctionProtoType *
FTP
= FD->getType()->getAs<FunctionProtoType>();
594
if (!
FTP
)
597
if (
FTP
->getNumParams() == 1) {
600
const PointerType *PT =
FTP
->getParamType(0)->getAs<PointerType>();
606
} else if (
FTP
->getNumParams() != 0)
636
const FunctionProtoType *
FTP
= FD->getType()->getAs<FunctionProtoType>();
637
if (!
FTP
)
641
if (
FTP
->getNumParams() != 0)
711
const FunctionProtoType *
FTP
= FD->getType()->getAs<FunctionProtoType>();
712
if (!
FTP
)
[
all
...]
RetainCountChecker.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGCall.cpp
93
CanQual<FunctionProtoType>
FTP
,
95
RequiredArgs required = RequiredArgs::forPrototypePlus(
FTP
, prefix.size());
97
for (unsigned i = 0, e =
FTP
->getNumParams(); i != e; ++i)
98
prefix.push_back(
FTP
->getParamType(i));
99
CanQualType resultType =
FTP
->getReturnType().getUnqualifiedType();
108
CanQual<FunctionProtoType>
FTP
) {
109
return arrangeLLVMFunctionInfo(CGT, false, prefix,
FTP
,
FTP
->getExtInfo());
116
CanQual<FunctionProtoType>
FTP
) {
117
FunctionType::ExtInfo extInfo =
FTP
->getExtInfo()
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
/external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp
[
all
...]
RewriteObjC.cpp
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
[
all
...]
Completed in 599 milliseconds