HomeSort by relevance Sort by last modified time
    Searched defs:ValueStr (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 333 StringRef ValueStr;
335 std::tie(ValueStr, RemainingExpr) = parseNumberString(Expr);
337 if (ValueStr.empty() || !isdigit(ValueStr[0]))
342 ValueStr.getAsInteger(0, Value);
  /external/llvm/include/llvm/Support/
CommandLine.h 196 const char *ValueStr; // String describing what the value of this option is
226 void setValueStr(const char *S) { ValueStr = S; }
242 ArgStr(""), HelpStr(""), ValueStr(""), Category(&GeneralCategory) {
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 494 const std::string& ValueStr() const { return value; }
814 const std::string& ValueStr() const { return value; } ///< Return the value of this attribute.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 560 value ValueStr = caml_copy_string(ValueCStr);
563 return ValueStr;
    [all...]

Completed in 203 milliseconds