Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp71 Expr *makeIntegralCast(const Expr *Arg, QualType Ty);
176 Expr *ASTMaker::makeIntegralCast(const Expr *Arg, QualType Ty) { in makeIntegralCast() function in ASTMaker
460 Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType), in create_call_once()
531 M.makeIntegralCast(DoneValue, PredicateTy), in create_dispatch_once()
649 : M.makeIntegralCast(BoolVal, ResultTy); in create_OSAtomicCompareAndSwap()
656 : M.makeIntegralCast(BoolVal, ResultTy); in create_OSAtomicCompareAndSwap()