Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6417 FunctionProtoType::ExtProtoInfo EPI2 = FPT2->getExtProtoInfo(); in FindCompositePointerType() local
6421 EPI1.ExtInfo.getNoReturn() && EPI2.ExtInfo.getNoReturn(); in FindCompositePointerType()
6423 EPI2.ExtInfo = EPI2.ExtInfo.withNoReturn(Noreturn); in FindCompositePointerType()
6426 EPI1.CFIUncheckedCallee || EPI2.CFIUncheckedCallee; in FindCompositePointerType()
6428 EPI2.CFIUncheckedCallee = CFIUncheckedCallee; in FindCompositePointerType()
6432 EPI1.ExceptionSpec = EPI2.ExceptionSpec = Context.mergeExceptionSpecs( in FindCompositePointerType()
6433 EPI1.ExceptionSpec, EPI2.ExceptionSpec, ExceptionTypeStorage, in FindCompositePointerType()
6439 FPT2->getParamTypes(), EPI2); in FindCompositePointerType()