Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp2027 QualType NoProtoType = in EmitFunctionDeclLValue() local
2029 NoProtoType = CGF.getContext().getPointerType(NoProtoType); in EmitFunctionDeclLValue()
2030 V = CGF.Builder.CreateBitCast(V, CGF.ConvertType(NoProtoType)); in EmitFunctionDeclLValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp2568 QualType NoProtoType = in EmitFunctionDeclPointer() local
2570 NoProtoType = CGM.getContext().getPointerType(NoProtoType); in EmitFunctionDeclPointer()
2572 CGM.getTypes().ConvertType(NoProtoType)); in EmitFunctionDeclPointer()