Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DBodyFarm.cpp72 Expr *makeIntegralCast(const Expr *Arg, QualType Ty);
191 Expr *ASTMaker::makeIntegralCast(const Expr *Arg, QualType Ty) { in makeIntegralCast() function in ASTMaker
491 Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType), in create_call_once()
561 M.makeIntegralCast(DoneValue, PredicateTy), in create_dispatch_once()
678 : M.makeIntegralCast(BoolVal, ResultTy); in create_OSAtomicCompareAndSwap()
685 : M.makeIntegralCast(BoolVal, ResultTy); in create_OSAtomicCompareAndSwap()