HomeSort by relevance Sort by last modified time
    Searched refs:CStr (Results 1 - 9 of 9) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 198 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) {
200 std::string::size_type wpos = CStr.find_first_of(" \t");
201 std::string::size_type start = CStr.find_first_not_of(" \t");
202 std::string Tok = CStr.substr(start, wpos - start);
204 std::string Name = CStr.substr(wpos+1);
207 PrintFatalError("Illegal format for @earlyclobber constraint: '" + CStr + "'");
220 std::string::size_type pos = CStr.find_first_of('=');
222 start = CStr.find_first_not_of(" \t");
223 std::string Name = CStr.substr(start, pos - start);
228 PrintFatalError("Illegal format for tied-to constraint: '" + CStr + "'")
    [all...]
  /external/lldb/include/lldb/Expression/
IRForTarget.h 321 /// @param[in] CStr
330 llvm::GlobalVariable *CStr);
  /external/clang/tools/c-index-test/
c-index-test.c 289 static void PrintCString(const char *CStr) {
290 if (CStr != NULL && CStr[0] != '\0') {
291 for ( ; *CStr; ++CStr) {
292 const char C = *CStr;
305 static void PrintCStringWithPrefix(const char *Prefix, const char *CStr) {
307 PrintCString(CStr);
1136 const char *cstr = clang_getCString(USR); local
1797 const char *cstr; local
2773 const char *cstr; local
2832 const char *cstr = clang_getCString(str); local
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 735 const char* xmlcstr = printer.CStr();
1008 const char* cstr = Attribute( name ); local
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 735 const char* xmlcstr = printer.CStr();
1008 const char* cstr = Attribute( name ); local
    [all...]
  /external/tinyxml2/
tinyxml2.h 578 const char* xmlcstr = printer.CStr();
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 588 milliseconds