Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaSPIRV.h24 bool CheckSPIRVBuiltinFunctionCall(const TargetInfo &TI, unsigned BuiltinID,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSPIRV.cpp140 bool SemaSPIRV::CheckSPIRVBuiltinFunctionCall(const TargetInfo &TI, in CheckSPIRVBuiltinFunctionCall() function in clang::SemaSPIRV
H A DSemaChecking.cpp2079 return SPIRV().CheckSPIRVBuiltinFunctionCall(TI, BuiltinID, TheCall); in CheckTSBuiltinFunctionCall()