Searched refs:makeIntegerLiteral (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp99 IntegerLiteral *makeIntegerLiteral(uint64_t Value, QualType Ty);
206 IntegerLiteral *ASTMaker::makeIntegerLiteral(uint64_t Value, QualType Ty) { function in class:ASTMaker
462 Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType),
521 UnaryOperator::Create(C, M.makeIntegerLiteral(0, C.LongTy), UO_Not,

Completed in 70 milliseconds