HomeSort by relevance Sort by last modified time
    Searched refs:__SIZE_TYPE__ (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/Modules/Inputs/System/usr/include/
stdlib.h 1 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/Headers/Inputs/include/
stdlib.h 2 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/SemaCXX/
builtin-exception-spec.cpp 6 void *malloc(__SIZE_TYPE__);
no-exceptions.cpp 5 typedef __SIZE_TYPE__ size_t;
address-space-newdelete.cpp 3 void* operator new (__SIZE_TYPE__ size, void* ptr);
4 void* operator new[](__SIZE_TYPE__ size, void* ptr);
eval-sizeof-dependent-type.cpp 3 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/Modules/Inputs/StdDef/
size_t.h 3 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/CodeGen/
merge-attrs.c 3 void *malloc(__SIZE_TYPE__ size) __attribute__ ((__nothrow__));
9 void *malloc(__SIZE_TYPE__ size) __attribute__ ((__nothrow__));
builtins-wasm.c 6 __SIZE_TYPE__ f1(void) {
2004-02-13-Memset.c 3 typedef __SIZE_TYPE__ size_t;
ms-mm-align.c 7 typedef __SIZE_TYPE__ size_t;
stack-protector.c 12 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/SemaCXX/Inputs/
malloc.h 2 extern void *malloc (__SIZE_TYPE__ __size) throw () __attribute__ ((__malloc__)) ;
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2-noexceptions.cpp 6 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20-0x.cpp 2 typedef __SIZE_TYPE__ size_t;
  /external/clang/test/CodeGenCXX/
debug-info-codeview-display-name.cpp 63 void *operator new(__SIZE_TYPE__);
64 void *operator new[](__SIZE_TYPE__);
71 void *OverloadedNewDelete::operator new(__SIZE_TYPE__ s) { return 0; }
72 void *OverloadedNewDelete::operator new[](__SIZE_TYPE__ s) { return 0; }
  /external/clang/test/Sema/
memset-invalid-1.c 4 typedef __SIZE_TYPE__ size_t;
implicit-builtin-decl.c 10 void *alloca(__SIZE_TYPE__); // redeclaration okay
12 int *calloc(__SIZE_TYPE__, __SIZE_TYPE__); // expected-warning{{incompatible redeclaration of library function 'calloc'}} \
  /external/clang/test/Layout/
ms-x86-empty-virtual-base.cpp 8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
9 struct __declspec(align(8)) B1 { B1() {printf("B1 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
10 struct __declspec(align(8)) B2 { B2() {printf("B2 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
11 struct __declspec(align(8)) B3 { B3() {printf("B3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
12 struct __declspec(align(8)) B4 { B4() {printf("B4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
14 struct C0 { int a; C0() : a(0xf00000C0) {printf("C0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
15 struct C1 { int a; C1() : a(0xf00000C1) {printf("C1 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
16 struct C2 { int a; C2() : a(0xf00000C2) {printf("C2 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
18 struct C4 { int a; C4() : a(0xf00000C4) {printf("C4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }
    [all...]
  /external/clang/test/CXX/drs/
dr1748.cpp 8 // FIXME: __SIZE_TYPE__ expands to 'long long' on some targets.
9 __extension__ typedef __SIZE_TYPE__ size_t;
dr412.cpp 10 // FIXME: __SIZE_TYPE__ expands to 'long long' on some targets.
11 __extension__ typedef __SIZE_TYPE__ size_t;
  /external/syslinux/gpxe/src/arch/i386/include/bits/
stdint.h 6 typedef __SIZE_TYPE__ size_t;
  /external/syslinux/gpxe/src/arch/x86_64/include/bits/
stdint.h 4 typedef __SIZE_TYPE__ size_t;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/cuda_wrappers/
new 37 __device__ inline void *operator new(__SIZE_TYPE__ size) {
43 __device__ inline void *operator new(__SIZE_TYPE__ size,
48 __device__ inline void *operator new[](__SIZE_TYPE__ size) {
51 __device__ inline void *operator new[](__SIZE_TYPE__ size,
76 __device__ void operator delete(void *ptr, __SIZE_TYPE__ size) CUDA_NOEXCEPT {
79 __device__ void operator delete[](void *ptr, __SIZE_TYPE__ size) CUDA_NOEXCEPT {
85 __device__ inline void *operator new(__SIZE_TYPE__, void *__ptr) CUDA_NOEXCEPT {
88 __device__ inline void *operator new[](__SIZE_TYPE__, void *__ptr) CUDA_NOEXCEPT {
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/cuda_wrappers/
new 37 __device__ inline void *operator new(__SIZE_TYPE__ size) {
43 __device__ inline void *operator new(__SIZE_TYPE__ size,
48 __device__ inline void *operator new[](__SIZE_TYPE__ size) {
51 __device__ inline void *operator new[](__SIZE_TYPE__ size,
76 __device__ void operator delete(void *ptr, __SIZE_TYPE__ size) CUDA_NOEXCEPT {
79 __device__ void operator delete[](void *ptr, __SIZE_TYPE__ size) CUDA_NOEXCEPT {
85 __device__ inline void *operator new(__SIZE_TYPE__, void *__ptr) CUDA_NOEXCEPT {
88 __device__ inline void *operator new[](__SIZE_TYPE__, void *__ptr) CUDA_NOEXCEPT {

Completed in 861 milliseconds

1 2 3 4 5 6 7 8