Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h259 static ArgType PtrTo(const ArgType& A) { in PtrTo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DFormatString.h305 static ArgType PtrTo(const ArgType& A) { in PtrTo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DFormatString.h316 static ArgType PtrTo(const ArgType& A) { in PtrTo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DFormatString.h318 static ArgType PtrTo(const ArgType& A) { in PtrTo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DFormatString.h316 static ArgType PtrTo(const ArgType& A) { in PtrTo() function
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go1315 func PtrTo(t Type) Type { return PointerTo(t) } func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1458 func (t *Type) PtrTo() *Type { func