Home
last modified time | relevance | path

Searched refs:LargeRet (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp8343 ABIArgInfo classifyReturnType(QualType Ty, bool &LargeRet) const { in classifyReturnType()
8353 LargeRet = true; in classifyReturnType()
8393 bool LargeRet = false; in computeInfo() local
8395 FI.getReturnInfo() = classifyReturnType(FI.getReturnType(), LargeRet); in computeInfo()
8407 else if (LargeRet) in computeInfo()
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp594 TEST(MemorySanitizer, LargeRet) { in TEST() argument