Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaSystemZ.h24 bool CheckSystemZBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaSystemZ.cpp24 bool SemaSystemZ::CheckSystemZBuiltinFunctionCall(unsigned BuiltinID, in CheckSystemZBuiltinFunctionCall() function in clang::SemaSystemZ
HDSemaChecking.cpp1894 return SystemZ().CheckSystemZBuiltinFunctionCall(BuiltinID, TheCall); in CheckTSBuiltinFunctionCall()