Searched refs:DetermineNoUndef (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2175 static bool DetermineNoUndef(QualType QTy, CodeGenTypes &Types, in DetermineNoUndef() function 2211 return DetermineNoUndef(Complex->getElementType(), Types, DL, AI, false); in DetermineNoUndef() 2215 return DetermineNoUndef(Vector->getElementType(), Types, DL, AI, false); in DetermineNoUndef() 2217 return DetermineNoUndef(Matrix->getElementType(), Types, DL, AI, false); in DetermineNoUndef() 2219 return DetermineNoUndef(Array->getElementType(), Types, DL, AI, false); in DetermineNoUndef() 2554 DetermineNoUndef(RetTy, getTypes(), DL, RetAI)) in ConstructAttributeList() 2692 DetermineNoUndef(ParamType, getTypes(), DL, AI)) { in ConstructAttributeList()
|