HomeSort by: relevance | last modified time | path
    Searched defs:addValue (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 void addValue(Value *V) {
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAttribute.cpp 44 this->addValue(value);
77 void LDAPAttribute::addValue(const string& value){
78 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::addValue()" << endl);
82 int LDAPAttribute::addValue(const BerValue *value){
83 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::addValue()" << endl);
85 this->addValue(string(value->bv_val, value->bv_len));
96 this->addValue(*i);
107 if( this->addValue(*i) ){
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 293 static SVal addValue(ProgramStateRef state, SVal x, SVal y,
336 offset = addValue(state,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SparseMultiSet.h 159 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) {
423 unsigned NodeIdx = addValue(Val, SMSNode::INVALID, SMSNode::INVALID);
  /src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
ELFObjHandler.cpp 144 size_t addValue(uint64_t Tag, uint64_t Value) {
231 DynTab.Content.addValue(DT_NEEDED, DynStr.Content.getOffset(Lib));
233 DynTab.Content.addValue(DT_SONAME,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 713 value_iterator addValue(BumpPtrAllocator &Alloc, const DIEValue &V) {
718 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute,
720 return addValue(Alloc, DIEValue(Attribute, Form, std::forward<T>(Value)));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 1542 template <class T> void addValue(const T &V) {
1622 template <class T> void addValue(const T &V) { Storage.push_back(V); }
1648 list_storage<DataType, StorageClass>::addValue(Val);
1746 template <class T> void addValue(const T &V) {
1773 template <class T> void addValue(const T &V) { Bits |= Bit(V); }
1803 this->addValue(Val);
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 1608 void addValue(const RecordVal &RV) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 5044 addValue(E, E->getMember(), IsArrow ? Member::Arrow : Member::Dot);
5051 addValue(E, E->getDeclName(), Member::Colons);
5109 void addValue(Expr *E, DeclarationName Name,

Completed in 32 milliseconds