OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fnType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
1184
QualType
FnType
= BPT->getPointeeType();
1201
EmitCallArgs(Args,
FnType
->getAs<FunctionProtoType>(), E->arguments());
1222
EmitCallArgs(Args,
FnType
->getAs<FunctionProtoType>(), E->arguments());
1228
const FunctionType *FuncTy =
FnType
->castAs<FunctionType>();
1492
const FunctionProtoType *
fnType
= blockInfo.getBlockExpr()->getFunctionType();
1494
CGM.getTypes().arrangeBlockFunctionDeclaration(
fnType
, args);
1514
StartFunction(blockDecl,
fnType
->getReturnType(), fn, fnInfo, args,
CGObjC.cpp
2218
llvm::FunctionType *
fnType
=
2220
fn = CGF.CGM.CreateRuntimeFunction(
fnType
, fnName);
2670
llvm::FunctionType *
fnType
=
2672
fn = CGM.CreateRuntimeFunction(
fnType
, "objc_autoreleasePoolPop");
2804
llvm::FunctionType *
fnType
=
2806
fn = CGM.CreateRuntimeFunction(
fnType
, "objc_release");
Completed in 26 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026