Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp1478 bool IsTarget64Bit = Context.getTargetInfo() in CheckPPCBuiltinFunctionCall() local
1487 if (Is64BitBltin && !IsTarget64Bit) in CheckPPCBuiltinFunctionCall()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp3234 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall() local
3240 if (Is64BitBltin && !IsTarget64Bit) in CheckPPCBuiltinFunctionCall()