Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp104 IntegerLiteral *makeIntegerLiteral(uint64_t Value, QualType Ty);
220 IntegerLiteral *ASTMaker::makeIntegerLiteral(uint64_t Value, QualType Ty) { in makeIntegerLiteral() function in ASTMaker
492 Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType), in create_call_once()
552 UnaryOperator::Create(C, M.makeIntegerLiteral(0, C.LongTy), UO_Not, in create_dispatch_once()