Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1567 auto AllowsPointer = [](PointerAuthOpKind OpKind) { in checkPointerAuthValue() local
1577 if (AllowsPointer(OpKind) && Arg->getType()->isPointerType()) { in checkPointerAuthValue()
1579 } else if (AllowsPointer(OpKind) && Arg->getType()->isNullPtrType()) { in checkPointerAuthValue()
1592 << unsigned(AllowsInteger(OpKind) ? (AllowsPointer(OpKind) ? 2 : 1) : 0) in checkPointerAuthValue()