Home
last modified time | relevance | path

Searched refs:typenames (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dshow-parse.c240 } 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/
Dftp.h32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dftp.h32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/third_party/musl/ndk_musl_include/arpa/
Dftp.h32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dftp.h32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dftp.h32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/third_party/grpc/third_party/upb/third_party/lunit/
Dlunit.lua76 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/
DPathOpsBench.cpp157 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/
Dboost_no_ded_typename.ipp9 // TITLE: deduced typenames
/third_party/nghttp2/doc/_exts/sphinxcontrib/
Drubydomain.py69 typerolename='obj', typenames=('paramtype', 'type')),
72 typerolename='obj', typenames=('vartype',)),
/third_party/boost/libs/typeof/doc/
Dtypeof.qbk449 [[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/
Droot_finding_algorithms.cpp129 std::vector<std::string> typenames; // Full computer generated type name. variable
/third_party/boost/libs/histogram/doc/
Dhistory.qbk22 * Removed some internal typenames from templates
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst994 * show-parse: remove string_ctype from typenames