OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fty
(Results
1 - 3
of
3
) 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/llvm/bindings/ocaml/llvm/
llvm.mli
654
(** [is_var_arg
fty
] returns [true] if [
fty
] is a varargs function type, [false]
658
(** [return_type
fty
] gets the return type of the function type [
fty
].
662
(** [param_types
fty
] gets the parameter types of the function type [
fty
].
/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 33 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026