OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fty
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
2917
llvm::FunctionType *
fty
local
2919
BlockObjectDispose = CreateRuntimeFunction(
fty
, "_Block_object_dispose");
2930
llvm::FunctionType *
fty
local
2932
BlockObjectAssign = CreateRuntimeFunction(
fty
, "_Block_object_assign");
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
3370
const FunctionType *
fty
= type->castAs<FunctionType>();
local
3374
if (
fty
->getReturnType() == Context.UnknownAnyTy) {
3392
isa<FunctionProtoType>(
fty
))
3393
type = Context.getFunctionNoProtoType(
fty
->getReturnType(),
3394
fty
->getExtInfo());
15460
const FunctionType *
FTy
= BSI->FunctionType->castAs<FunctionType>();
15462
FunctionType::ExtInfo Ext =
FTy
->getExtInfo();
15466
if (isa<FunctionNoProtoType>(
FTy
)) {
15473
} else if (
FTy
->getReturnType() == RetTy &&
15474
(!NoReturn ||
FTy
->getNoReturnAttr()))
[
all
...]
Completed in 47 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026