Home
last modified time | relevance | path

Searched defs:isPtrType (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/tools/syscalls/tools/
H A Dutil.lua121 function util.isPtrType(type, abi) function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPrimType.h51 inline constexpr bool isPtrType(PrimType T) { in isPtrType() function