Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DBodyFarm.cpp515 const PointerType *PredicatePtrTy = PredicateQPtrTy->getAs<PointerType>(); in create_dispatch_once() local
516 if (!PredicatePtrTy) in create_dispatch_once()
518 QualType PredicateTy = PredicatePtrTy->getPointeeType(); in create_dispatch_once()