OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paramTy
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
831
std::vector<Type *>
paramTy
;
836
paramTy
.push_back(value->getType());
843
paramTy
.push_back(output->getType());
845
paramTy
.push_back(PointerType::getUnqual(output->getType()));
850
for (Type *i :
paramTy
)
857
StructTy = StructType::get(M->getContext(),
paramTy
);
858
paramTy
.clear();
859
paramTy
.push_back(PointerType::getUnqual(StructTy));
862
FunctionType::get(RetTy,
paramTy
,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp
1510
for (auto
paramTy
: FnTy->params()) {
1512
if (
paramTy
!= FnArgs[ArgIdx]->getType())
1514
Builder.CreateBitOrPointerCast(FnArgs[ArgIdx],
paramTy
));
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
2554
QualType
paramTy
=
2561
QualType modifiedTy =
paramTy
;
2564
paramTy
= Context.getAttributedType(attr::TypeNullable,
2574
paramTy
,
SemaExprObjC.cpp
1732
QualType
paramTy
; // ignored
1733
result = checkUnknownAnyArg(SelLoc, Args[i],
paramTy
);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
9567
QualType
paramTy
= proto->getParamType(i);
9571
if (const auto *Enum =
paramTy
->getAs<EnumType>()) {
9572
paramTy
= Enum->getDecl()->getIntegerType();
9573
if (
paramTy
.isNull())
9577
if (
paramTy
->isPromotableIntegerType() ||
9578
getCanonicalType(
paramTy
).getUnqualifiedType() == FloatTy)
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026