Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.h197 bool validatePointerAuthKey(const llvm::APSInt &value) const override;
H A DAArch64.cpp1505 bool AArch64TargetInfo::validatePointerAuthKey( in validatePointerAuthKey() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp939 bool TargetInfo::validatePointerAuthKey(const llvm::APSInt &value) const { in validatePointerAuthKey() function in TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1629 virtual bool validatePointerAuthKey(const llvm::APSInt &value) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1527 if (!Context.getTargetInfo().validatePointerAuthKey(*KeyValue)) { in checkConstantPointerAuthKey()