/third_party/ltp/tools/sparse/sparse-src/ |
D | show-parse.c | 240 } typenames[] = { variable 277 for (i = 0; i < ARRAY_SIZE(typenames); i++) in builtin_typename() 278 if (typenames[i].sym == sym) in builtin_typename() 279 return typenames[i].name; in builtin_typename() 287 for (i = 0; i < ARRAY_SIZE(typenames); i++) in builtin_type_suffix() 288 if (typenames[i].sym == sym) in builtin_type_suffix() 289 return typenames[i].suffix; in builtin_type_suffix() 297 for (i = 0; i < ARRAY_SIZE(typenames); i++) in builtin_ctypename() 298 if (&typenames[i].sym->ctype == ctype) in builtin_ctypename() 299 return typenames[i].name; in builtin_ctypename()
|
/third_party/musl/include/arpa/ |
D | ftp.h | 32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | ftp.h | 32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/third_party/musl/ndk_musl_include/arpa/ |
D | ftp.h | 32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | ftp.h | 32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | ftp.h | 32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/third_party/grpc/third_party/upb/third_party/lunit/ |
D | lunit.lua | 76 local typenames = { "nil", "boolean", "number", "string", "table", "function", "thread", "userdata"… function 139 for _, typename in ipairs(typenames) do 340 for _, typename in ipairs(typenames) do 355 for _, typename in ipairs(typenames) do
|
/third_party/skia/bench/ |
D | PathOpsBench.cpp | 157 const char* typenames[] = { "path", "snapshot", "detach", "arrays" }; in PathBuilderBench() local 159 fName.printf("makepath_%s_%s", typenames[(int)mt], reserve ? "reserve" : "noreserve"); in PathBuilderBench()
|
/third_party/boost/libs/config/test/ |
D | boost_no_ded_typename.ipp | 9 // TITLE: deduced typenames
|
/third_party/nghttp2/doc/_exts/sphinxcontrib/ |
D | rubydomain.py | 69 typerolename='obj', typenames=('paramtype', 'type')), 72 typerolename='obj', typenames=('vartype',)),
|
/third_party/boost/libs/typeof/doc/ |
D | typeof.qbk | 449 [[n][the number of template arguments. Only valid if all template arguments are typenames]] 507 [[n][the number of template arguments. Only valid if all template arguments are typenames]] 823 For simple template classes containing only typenames, you can rely solely on the compiler error.
|
/third_party/boost/libs/math/example/ |
D | root_finding_algorithms.cpp | 129 std::vector<std::string> typenames; // Full computer generated type name. variable
|
/third_party/boost/libs/histogram/doc/ |
D | history.qbk | 22 * Removed some internal typenames from templates
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 994 * show-parse: remove string_ctype from typenames
|