Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4590 bool IsX64 = TT.getArch() == llvm::Triple::x86_64; in checkVAStartABI() local
4595 if (IsX64 || IsAArch64) { in checkVAStartABI()