OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retTy
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/ABITest/
TypeGen.py
404
retTy
= self.typeGen.get(retIndex)
406
retTy
= None
409
return FunctionType(N,
retTy
, args)
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
1245
const DataLayout &DL, Type *
retTy
, const ArgListTy &Args,
1258
if (
retTy
->getTypeID() == Type::VoidTyID) {
1262
if (
retTy
->isFloatingPointTy() || (
retTy
->isIntegerTy() && !
retTy
->isIntegerTy(128))) {
1264
if (auto *ITy = dyn_cast<IntegerType>(
retTy
)) {
1267
assert(
retTy
->isFloatingPointTy() &&
1269
size =
retTy
->getPrimitiveSizeInBits();
1278
} else if (isa<PointerType>(
retTy
)) {
1280
} else if (
retTy
->isAggregateType() || retTy->isVectorTy() |
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
1162
llvm::Type *
retTy
= ConvertType(getterMethod->getReturnType());
1163
uint64_t retTySize = CGM.getDataLayout().getTypeSizeInBits(
retTy
);
CGObjCMac.cpp
4155
auto
retTy
= OMD->getReturnType();
4157
if (!
retTy
->isVoidType()) {
4158
CGF.EmitNullInitialization(CGF.ReturnValue,
retTy
);
Completed in 29 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026