Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp64 getCoerceAndExpandType()->print(OS); in dump()
H A DCGCall.cpp3312 auto coercionType = ArgI.getCoerceAndExpandType(); in EmitFunctionProlog()
3916 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitFunctionEpilog()
5435 auto coercionType = ArgInfo.getCoerceAndExpandType(); in EmitCall()
5874 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitCall()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h358 llvm::StructType *getCoerceAndExpandType() const { in getCoerceAndExpandType() function