Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp8468 ABIArgInfo classifyReturnType(QualType Ty, bool &LargeRet) const { in classifyReturnType()
8479 LargeRet = true; in classifyReturnType()
8523 bool LargeRet = false; in computeInfo() local
8525 FI.getReturnInfo() = classifyReturnType(FI.getReturnType(), LargeRet); in computeInfo()
8537 else if (LargeRet) in computeInfo()
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp594 TEST(MemorySanitizer, LargeRet) { in TEST() argument