Searched refs:makeIntegerLiteral (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 103 IntegerLiteral *makeIntegerLiteral(uint64_t Value, QualType Ty); 219 IntegerLiteral *ASTMaker::makeIntegerLiteral(uint64_t Value, QualType Ty) { in makeIntegerLiteral() function in ASTMaker 491 Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType), in create_call_once() 551 UnaryOperator::Create(C, M.makeIntegerLiteral(0, C.LongTy), UO_Not, in create_dispatch_once()
|