Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuthInfo.h28 unsigned AuthenticatesNullValues : 1; variable
38 bool IsIsaPointer, bool AuthenticatesNullValues, in CGPointerAuthInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h69 unsigned AuthenticatesNullValues : 1; variable
104 IsIsaPointer, AuthenticatesNullValues) {} in PointerAuthSchema() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp305 bool AuthenticatesNullValues) { in createPtrAuthQualifiedType()