Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGPointerAuthInfo.h28 unsigned AuthenticatesNullValues : 1; variable
38 bool IsIsaPointer, bool AuthenticatesNullValues, in CGPointerAuthInfo()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDPointerAuthOptions.h69 unsigned AuthenticatesNullValues : 1; variable
104 IsIsaPointer, AuthenticatesNullValues) {} in PointerAuthSchema() argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDIBuilder.cpp305 bool AuthenticatesNullValues) { in createPtrAuthQualifiedType()