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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp293 static SVal addValue(ProgramStateRef state, SVal x, SVal y, function
336 offset = addValue(state,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp88 Die.addValue(DIEValueAllocator, Attribute,
101 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr,
104 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr,
372 D.addValue(DIEValueAllocator, *StmtListValue);
1253 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index));
1285 Die.addValue(DIEValueAllocator, (dwarf::Attribute)0, Form, DIEExpr(Expr));
1290 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr,
1325 Die.addValue(DIEValueAllocator, (dwarf::Attribute)0, dwarf::DW_FORM_udata,
H A DDwarfUnit.cpp225 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag_present,
228 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag,
238 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
250 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
264 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_string,
288 Die.addValue(DIEValueAllocator, Attribute, IxForm,
296 return Die.addValue(DIEValueAllocator, Attribute, Form, DIELabel(Label));
362 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_data4,
377 Die.addValue(DIEValueAllocator, dwarf::DW_AT_signature,
390 Die.addValue(DIEValueAllocato
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseMultiSet.h159 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { function in class:llvm::SparseMultiSet
423 unsigned NodeIdx = addValue(Val, SMSNode::INVALID, SMSNode::INVALID);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1535 template <class T> void addValue(const T &V) { function in class:llvm::list_storage
1615 template <class T> void addValue(const T &V) { Storage.push_back(V); } function in class:llvm::list_storage
1641 list_storage<DataType, StorageClass>::addValue(Val);
1739 template <class T> void addValue(const T &V) {
1766 template <class T> void addValue(const T &V) { Bits |= Bit(V); }
1796 this->addValue(Val);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h686 value_iterator addValue(BumpPtrAllocator &Alloc, const DIEValue &V) { function in class:llvm::DIEValueList
691 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, function in class:llvm::DIEValueList
693 return addValue(Alloc, DIEValue(Attribute, Form, std::forward<T>(Value)));
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp710 NewReg->addValue(*Def->getValue(Field));
719 NewReg->addValue(*DefRV);
724 NewReg->addValue(RV);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp152 CurRec->addValue(RV);
1382 ParseRec->addValue(RecordVal(LHS, InEltType, false));
1649 ParseRec->addValue(RecordVal(A, Start->getType(), false));
1650 ParseRec->addValue(RecordVal(B, ListType->getElementType(), false));
H A DRecord.cpp1662 NewRec->addValue(Val);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1751 IPMConversion(unsigned xorValue, int64_t addValue, unsigned bit) argument
1752 : XORValue(xorValue), AddValue(addValue), Bit(bit) {}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1545 void addValue(const RecordVal &RV) { function in class:llvm::final::final::Record

Completed in 240 milliseconds