Home
last modified time | relevance | path

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

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