Home
last modified time | relevance | path

Searched defs:checkPointerAuthEnabled (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1492 bool Sema::checkPointerAuthEnabled(SourceLocation Loc, SourceRange Range) { in checkPointerAuthEnabled() function in Sema
1500 static bool checkPointerAuthEnabled(Sema &S, Expr *E) { in checkPointerAuthEnabled() function