Home
last modified time | relevance | path

Searched refs:FnRetTy (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/syn/tests/common/
Deq.rs47 use rustc_ast::ast::FnRetTy;
488 spanless_eq_enum!(FnRetTy; Default(0) Ty(0));
/external/clang/lib/CodeGen/
DCodeGenFunction.h155 QualType FnRetTy; variable
1091 OldReturnValue(CGF.ReturnValue), OldFnRetTy(CGF.FnRetTy), in InlinedInheritingConstructorScope()
1103 CGF.FnRetTy = QualType(); in InlinedInheritingConstructorScope()
1116 CGF.FnRetTy = OldFnRetTy; in ~InlinedInheritingConstructorScope()
DCGStmt.cpp1033 } else if (FnRetTy->isReferenceType()) { in EmitReturnStmt()
1941 LValue ReturnSlot = MakeAddrLValue(ReturnValue, FnRetTy); in EmitAsmStmt()
DCodeGenFunction.cpp671 FnRetTy = RetTy; in StartFunction()
DCGClass.cpp2229 FnRetTy = RetType; in EmitInlinedInheritingCXXConstructorCall()