Home
last modified time | relevance | path

Searched refs:getCoerceAndExpandType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp63 getCoerceAndExpandType()->print(OS); in dump()
H A DCGCall.cpp3306 auto coercionType = ArgI.getCoerceAndExpandType(); in EmitFunctionProlog()
3907 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitFunctionEpilog()
5383 auto coercionType = ArgInfo.getCoerceAndExpandType(); in EmitCall()
5776 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h358 llvm::StructType *getCoerceAndExpandType() const { in getCoerceAndExpandType() function