Searched defs:PtrT (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | InterpBuiltin.cpp | 622 PrimType PtrT = interp__builtin_addressof() local |
H A D | ByteCodeExprGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprObjC.cpp | 845 const PointerType *PtrT = T->getAs<PointerType>(); BuildObjCArrayLiteral() local |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExpr.cpp | 4000 const auto *PtrT = VarDef->getType()->getAs<PointerType>(); IsPreserveAIArrayBase() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | ValueTracking.cpp | 2662 if (auto *PtrT = dyn_cast<PointerType>(I->getType())) isKnownNonZeroFromOperator() local |