OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetAI
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp
1466
const ABIArgInfo &
RetAI
= FI.getReturnInfo();
1468
if (
RetAI
.getKind() == ABIArgInfo::Indirect) {
1469
SwapThisWithSRet =
RetAI
.isSRetAfterThis();
1587
const ABIArgInfo &
retAI
= FI.getReturnInfo();
1588
switch (
retAI
.getKind()) {
1595
resultType =
retAI
.getCoerceToType();
1599
if (
retAI
.getInAllocaSRet()) {
1616
resultType =
retAI
.getUnpaddedCoerceAndExpandType();
2222
const ABIArgInfo &
RetAI
= FI.getReturnInfo();
2246
if (!RetTy->isVoidType() &&
RetAI
.getKind() != ABIArgInfo::Indirect &
[
all
...]
CGVTables.cpp
406
const ABIArgInfo &
RetAI
= CurFnInfo->getReturnInfo();
407
int ThisArgNo =
RetAI
.isIndirect() && !
RetAI
.isSRetAfterThis() ? 1 : 0;
CGStmt.cpp
2391
const ABIArgInfo &
RetAI
= CurFnInfo->getReturnInfo();
2392
if (
RetAI
.isDirect() ||
RetAI
.isExtend()) {
Completed in 75 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026