Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp3983 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall() local
3986 if (isPPC_64Builtin(BuiltinID) && !IsTarget64Bit) in CheckPPCBuiltinFunctionCall()