OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParamTys
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IntrinsicLowering.cpp
37
std::vector<Type *>
ParamTys
;
39
ParamTys
.push_back((*I)->getType());
41
M->getOrInsertFunction(NewFn, FunctionType::get(RetTy,
ParamTys
, false));
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h
121
SmallVector<Type *, 4>
ParamTys
;
153
const SmallVectorImpl<Type *> &getArgTypes() const { return
ParamTys
; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
5215
SmallVector<QualType, 16>
ParamTys
;
5216
ParamTys
.reserve(FTI.NumParams);
5305
ParamTys
.push_back(ParamTy);
5310
checkExtParameterInfos(S,
ParamTys
, EPI,
5375
T = Context.getFunctionType(T,
ParamTys
, EPI);
Completed in 24 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026