Home
last modified time | relevance | path

Searched refs:REG_ATOI (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h82 #define REG_ATOI 255 /* convert name to number (!) */ macro
Dregerror.c92 if (errcode == REG_ATOI) in llvm_regerror()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h82 #define REG_ATOI 255 /* convert name to number (!) */ macro
Dregerror.c92 if (errcode == REG_ATOI) in llvm_regerror()
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp292 s = boost::regerrorA(code | boost::REG_ATOI, &re, buf, 100); in test_deprecated()
374 s = boost::regerrorW(code | boost::REG_ATOI, &re, buf, 100); in test_deprecated()
/third_party/boost/boost/
Dregex.h50 using boost::REG_ATOI;
/third_party/boost/libs/regex/src/
Dposix_api.cpp166 if(code == REG_ATOI) in regerrorA()
Dwide_posix_api.cpp181 if(code == REG_ATOI) in regerrorW()
/third_party/boost/boost/regex/v4/
Dcregex.hpp116 REG_ATOI = 255, /* convert name to number (!) */ enumerator