Home
last modified time | relevance | path

Searched defs:AuthenticatesNullValues (Results 1 – 4 of 4) 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()
H A DCGDebugInfo.cpp1183 bool AuthenticatesNullValues = in CreateQualifiedType() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h97 unsigned AuthenticatesNullValues : 1; variable
132 IsIsaPointer, AuthenticatesNullValues) {} in PointerAuthSchema() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp336 bool AuthenticatesNullValues) { in createPtrAuthQualifiedType()