HomeSort by: relevance | last modified time | path
    Searched refs:typeinfo (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/xlint/common/
inittyp.c 52 #define typeinfo(name, signed_type, unsigned_type, size_in_bits, rv, c) \ macro
72 #define typeinfo(name, signed_type, unsigned_type, size_in_bits, rank, c) \ macro
82 typeinfo(NULL, NO_TSPEC, NO_TSPEC, 0, 0, ' '),
83 typeinfo("signed", SIGNED, UNSIGN, 0, 0, ' '),
84 typeinfo("unsigned", SIGNED, UNSIGN, 0, 0, ' '),
85 typeinfo("_Bool", BOOL, BOOL, CHAR_SIZE, 1, 'u'),
86 typeinfo("char", SCHAR, UCHAR, CHAR_SIZE, 2,
88 typeinfo("signed char", SCHAR, UCHAR, CHAR_SIZE, 2, 's'),
89 typeinfo("unsigned char", SCHAR, UCHAR, CHAR_SIZE, 2, 'u'),
90 typeinfo("short", SHORT, USHORT, SHORT_SIZE, 3, 's')
126 #undef typeinfo macro
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
bad_cast.cc 24 #include <typeinfo>
bad_typeid.cc 24 #include <typeinfo>
eh_type.cc 26 #include <typeinfo>
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
bad_cast.cc 24 #include <typeinfo>
bad_typeid.cc 24 #include <typeinfo>
eh_type.cc 26 #include <typeinfo>
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
typeid.cc 18 #include <typeinfo>
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
typeid.cc 18 #include <typeinfo>
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_win.cc 21 #include <typeinfo>
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
ios_failure.cc 34 #include <typeinfo>
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/include/
Makefile 18 INCS= compare cxxabi.h exception initializer_list new typeinfo
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
ios_failure.cc 34 #include <typeinfo>
  /src/external/gpl3/gcc/lib/libstdc++-v3/include/
Makefile 18 INCS= compare cxxabi.h exception initializer_list new typeinfo
  /src/external/apache2/llvm/dist/clang/INPUTS/
all-std-headers.cpp 50 #include <typeinfo>
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_type_hash_win.cpp 20 #include <typeinfo>
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_type_hash_win.cpp 20 #include <typeinfo>
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/precompiled/
stdc++.h 59 #include <typeinfo>
164 #include <typeinfo>
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/precompiled/
stdc++.h 93 #include <typeinfo>
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
functexcept.cc 28 #include <typeinfo>
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
functexcept.cc 28 #include <typeinfo>
  /src/external/bsd/libc++/lib/
Makefile 23 # typeinfo.cc: prefer libcxxrt's version
27 stdexcept.cc terminate.cc typeinfo.cc libelftc_dem_gnu3.c
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/
typeinfo.d 4 * Interface to C++ <typeinfo>
12 module core.stdcpp.typeinfo;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 348 struct typeinfo struct
367 typeinfo info;
404 typeinfo rettype;
801 handle_pointer (typeinfo *typedata)
827 match_basetype (typeinfo *typedata)
898 match_bracketed_pair (typeinfo *typedata, char open, char close,
958 match_const_restriction (typeinfo *typedata)
1016 match_type (typeinfo *typedata, int voidok)
1320 typeinfo *argtype = &argentry->info;
1496 complete_vector_type (typeinfo *typeptr, char *buf, int *bufi
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 348 struct typeinfo struct
367 typeinfo info;
404 typeinfo rettype;
801 handle_pointer (typeinfo *typedata)
827 match_basetype (typeinfo *typedata)
898 match_bracketed_pair (typeinfo *typedata, char open, char close,
958 match_const_restriction (typeinfo *typedata)
1016 match_type (typeinfo *typedata, int voidok)
1320 typeinfo *argtype = &argentry->info;
1496 complete_vector_type (typeinfo *typeptr, char *buf, int *bufi
    [all...]

Completed in 63 milliseconds

1 2 3 4 5