Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp116 bool add(llvm::Constant *C, CharUnits Offset, bool AllowOverwrite);
119 bool addBits(llvm::APInt Bits, uint64_t OffsetInBits, bool AllowOverwrite);
144 bool AllowOverwrite) { in add() argument
171 assert((FirstElemToReplace == LastElemToReplace || AllowOverwrite) && in add()
182 bool AllowOverwrite) { in addBits() argument
221 OffsetInChars, AllowOverwrite); in addBits()
261 assert((!(CI->getValue() & UpdateMask) || AllowOverwrite) && in addBits()
580 llvm::Constant *InitExpr, bool AllowOverwrite = false);
583 bool AllowOverwrite = false);
586 llvm::ConstantInt *InitExpr, bool AllowOverwrite = false);
[all …]