OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FuncT
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SizeOpts.h
51
template<typename AdapterT, typename
FuncT
, typename BFIT>
52
bool shouldFuncOptimizeForSizeImpl(const
FuncT
*F, ProfileSummaryInfo *PSI,
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
RegionInfo.h
76
//
FuncT
86
using
FuncT
= Function;
257
using
FuncT
= typename Tr::
FuncT
;
679
using
FuncT
= typename Tr::
FuncT
;
784
void scanForRegions(
FuncT
&F, BBtoBBMap *ShortCut);
796
void calculate(
FuncT
&F);
RegionInfoImpl.h
724
void RegionInfoBase<Tr>::scanForRegions(
FuncT
&F, BBtoBBMap *ShortCut) {
725
using FuncPtrT = std::add_pointer_t<
FuncT
>;
910
void RegionInfoBase<Tr>::calculate(
FuncT
&F) {
911
using FuncPtrT = std::add_pointer_t<
FuncT
>;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegionInfo.h
31
using
FuncT
= MachineFunction;
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp
244
template <typename
FuncT
> void traverse(Value *V,
FuncT
F);
288
template <typename
FuncT
>
289
void Simplifier::Context::traverse(Value *V,
FuncT
F) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
6635
const FunctionType *
FuncT
= nullptr;
6641
FuncT
= PT->getPointeeType()->getAs<FunctionType>();
6642
if (!
FuncT
)
6647
FuncT
= BPT->getPointeeType()->castAs<FunctionType>();
6666
const auto *Proto = dyn_cast_or_null<FunctionProtoType>(
FuncT
);
6728
if (!
FuncT
->getReturnType()->isVoidType() &&
6729
!
FuncT
->getReturnType()->getAs<AutoType>() &&
6730
!
FuncT
->getReturnType()->isInstantiationDependentType())
6742
if (CheckCallReturnType(
FuncT
->getReturnType(), Fn->getBeginLoc(), TheCall,
6747
TheCall->setType(
FuncT
->getCallResultType(Context))
[
all
...]
Completed in 36 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026