HomeSort by relevance Sort by last modified time
    Searched full:__size_type__ (Results 126 - 150 of 190) sorted by null

1 2 3 4 56 7 8

  /external/clang/test/CodeGenCXX/
dllexport-members.cpp 15 extern "C" void* malloc(__SIZE_TYPE__ size);
    [all...]
dllexport.cpp 268 void* alloc(__SIZE_TYPE__ n);
269 __declspec(dllexport) void* operator new(__SIZE_TYPE__ n) { return alloc(n); }
    [all...]
mangle.cpp 843 template void f1<A>(__SIZE_TYPE__);
dllimport.cpp 308 __declspec(dllimport) void* operator new(__SIZE_TYPE__ n);
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-expr-4.cpp 104 void *operator new[](__SIZE_TYPE__) __attribute__((unavailable)); // expected-note{{explicitly made unavailable}}
  /external/elfutils/src/tests/
run-readelf-macro.sh 116 #define __SIZE_TYPE__ long unsigned int, line 1 (indirect)
run-readelf-zdebug.sh 143 #define __SIZE_TYPE__ long unsigned int, line 1 (indirect)
  /external/clang/test/CXX/drs/
dr2xx.cpp 6 // PR13819 -- __SIZE_TYPE__ is incompatible.
7 typedef __SIZE_TYPE__ size_t; // expected-error 0-1 {{extension}}
dr4xx.cpp 6 // FIXME: __SIZE_TYPE__ expands to 'long long' on some targets.
7 __extension__ typedef __SIZE_TYPE__ size_t;
dr5xx.cpp 9 __extension__ typedef __SIZE_TYPE__ size_t;
  /external/e2fsprogs/intl/
plural.c 436 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
437 # define YYSIZE_T __SIZE_TYPE__
    [all...]
  /external/clang/test/FixIt/
format.m 89 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/Index/
load-stmts.cpp 77 void *operator new(__SIZE_TYPE__, void*) throw();
  /external/bison/data/
yacc.c 424 # ifdef __SIZE_TYPE__
425 # define YYSIZE_T __SIZE_TYPE__
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
parse-events-bison.c 225 # ifdef __SIZE_TYPE__
226 # define YYSIZE_T __SIZE_TYPE__
    [all...]
pmu-bison.c 193 # ifdef __SIZE_TYPE__
194 # define YYSIZE_T __SIZE_TYPE__
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 685 DefineType("__SIZE_TYPE__", TI.getSizeType(), Builder);
    [all...]
  /external/clang/test/SemaCXX/
dllimport.cpp 289 __declspec(dllimport) void* operator new(__SIZE_TYPE__ n);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 186 typedef __SIZE_TYPE__ size_t;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 186 typedef __SIZE_TYPE__ size_t;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 186 typedef __SIZE_TYPE__ size_t;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 186 typedef __SIZE_TYPE__ size_t;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 186 typedef __SIZE_TYPE__ size_t;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 186 typedef __SIZE_TYPE__ size_t;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 155 typedef __SIZE_TYPE__ size_t;
    [all...]

Completed in 1111 milliseconds

1 2 3 4 56 7 8