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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp252 static SVal addValue(ProgramStateRef state, SVal x, SVal y, function
295 offset = addValue(state,
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp133 Die->addValue(Attribute, dwarf::DW_FORM_flag_present, DIEIntegerOne);
135 Die->addValue(Attribute, dwarf::DW_FORM_flag, DIEIntegerOne);
146 Die->addValue(Attribute, *Form, Value);
160 Die->addValue(Attribute, *Form, Value);
192 Die->addValue(Attribute, Form, Str);
207 Die->addValue(Attribute, dwarf::DW_FORM_strp, Value);
214 Die->addValue((dwarf::Attribute)0, Form, Value);
222 Die->addValue(Attribute, Form, Value);
261 Die->addValue(Attribute, dwarf::DW_FORM_addr, Value);
264 Die->addValue(Attribut
[all...]
H A DDIE.h158 /// addValue - Add a value and attributes to a DIE.
160 void addValue(dwarf::Attribute Attribute, dwarf::Form Form, function in class:llvm::DIE
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DSparseMultiSet.h153 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { function in class:llvm::SparseMultiSet
427 unsigned NodeIdx = addValue(Val, SMSNode::INVALID, SMSNode::INVALID);
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h1296 void addValue(const T &V) { function in class:llvm::cl::list_storage
1312 void addValue(const T &V) { std::vector<DataType>::push_back(V); } function in class:llvm::cl::list_storage
1337 list_storage<DataType, Storage>::addValue(Val);
1473 void addValue(const T &V) {
1505 void addValue(const T &V) {
1539 this->addValue(Val);
/freebsd-10.3-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp75 CurRec->addValue(RV);
347 IterRec->addValue(RecordVal(IterVar->getName(), IVal->getType(), false));
1999 CurRec->addValue(*RV);
2424 CurRec->addValue(*RV);
H A DRecord.cpp1668 addValue(DN);
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp635 NewReg->addValue(*Def->getValue(Field));
644 NewReg->addValue(*DefRV);
649 NewReg->addValue(RV);
/freebsd-10.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp34 IPMConversion(unsigned xorValue, int64_t addValue, unsigned bit) argument
35 : XORValue(xorValue), AddValue(addValue), Bit(bit) {}
/freebsd-10.3-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1488 void addValue(const RecordVal &RV) { function in class:llvm::Record

Completed in 213 milliseconds