Searched refs:REG_ITOA (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regerror.c | 88 int target = errcode &~ REG_ITOA; in llvm_regerror() 99 if (errcode®_ITOA) { in llvm_regerror()
|
D | regex_impl.h | 83 #define REG_ITOA 0400 /* convert number to name (!) */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regerror.c | 88 int target = errcode &~ REG_ITOA; in llvm_regerror() 99 if (errcode®_ITOA) { in llvm_regerror()
|
D | regex_impl.h | 83 #define REG_ITOA 0400 /* convert number to name (!) */ macro
|
/third_party/boost/libs/regex/test/regress/ |
D | test_deprecated.cpp | 287 s = boost::regerrorA(code | boost::REG_ITOA, &re, 0, 0); in test_deprecated() 290 s = boost::regerrorA(code | boost::REG_ITOA, &re, buf, 100); in test_deprecated() 369 s = boost::regerrorW(code | boost::REG_ITOA, &re, 0, 0); in test_deprecated() 372 s = boost::regerrorW(code | boost::REG_ITOA, &re, buf, 100); in test_deprecated()
|
/third_party/boost/libs/regex/src/ |
D | posix_api.cpp | 154 if(code & REG_ITOA) in regerrorA() 156 code &= ~REG_ITOA; in regerrorA()
|
D | wide_posix_api.cpp | 164 if(code & REG_ITOA) in regerrorW() 166 code &= ~REG_ITOA; in regerrorW()
|
/third_party/boost/boost/ |
D | regex.h | 51 using boost::REG_ITOA;
|
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 117 REG_ITOA = 0400 /* convert number to name (!) */ enumerator
|
/third_party/boost/libs/regex/doc/ |
D | posix_api.qbk | 112 If the error code is OR'ed with REG_ITOA then the message that results is the
|