Home
last modified time | relevance | path

Searched refs:PredicatePtrTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp486 const PointerType *PredicatePtrTy = PredicateQPtrTy->getAs<PointerType>(); in create_dispatch_once() local
487 if (!PredicatePtrTy) in create_dispatch_once()
489 QualType PredicateTy = PredicatePtrTy->getPointeeType(); in create_dispatch_once()