Searched refs:makeIntegralCast (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 73 Expr *makeIntegralCast(const Expr *Arg, QualType Ty); 192 Expr *ASTMaker::makeIntegralCast(const Expr *Arg, QualType Ty) { in makeIntegralCast() function in ASTMaker 492 Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType), in create_call_once() 562 M.makeIntegralCast(DoneValue, PredicateTy), in create_dispatch_once() 679 : M.makeIntegralCast(BoolVal, ResultTy); in create_OSAtomicCompareAndSwap() 686 : M.makeIntegralCast(BoolVal, ResultTy); in create_OSAtomicCompareAndSwap()
|