Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp516 const PointerType *PredicatePtrTy = PredicateQPtrTy->getAs<PointerType>(); in create_dispatch_once() local
517 if (!PredicatePtrTy) in create_dispatch_once()
519 QualType PredicateTy = PredicatePtrTy->getPointeeType(); in create_dispatch_once()