Home
last modified time | relevance | path

Searched defs:intptr_t (Results 1 – 25 of 80) sorted by relevance

1234

/external/rust/crates/nix/src/sys/
Devent.rs220 fflags:FilterFlag, data: intptr_t, udata: intptr_t) -> KEvent { in new()
247 pub fn data(&self) -> intptr_t { in data()
251 pub fn udata(&self) -> intptr_t { in udata()
303 udata: intptr_t) { in ev_set()
/external/llvm-project/clang/test/SemaCUDA/
Damdgpu-size_t.cu5 typedef __int64 intptr_t; typedef
/external/clang/test/CodeGen/
D2008-12-23-AsmIntPointerTie.c4 typedef long intptr_t; typedef
Dcaptured-statements.c7 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/llvm-project/clang/test/CodeGen/
D2008-12-23-AsmIntPointerTie.c4 typedef long intptr_t; typedef
Dcaptured-statements.c7 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/clang/test/Headers/Inputs/include/
Dstdint.h13 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/llvm-project/clang/test/Headers/Inputs/include/
Dstdint.h13 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/llvm-project/clang/test/SemaCXX/
Damdgpu-sizeof-alignof.cpp5 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/llvm-project/clang/test/Analysis/
Dnumber-object-conversion.c30 typedef long intptr_t; typedef
Dstack-frame-context-revision.cpp9 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/clang/test/Sema/
Dstatic-init.c3 typedef __typeof((int*) 0 - (int*) 0) intptr_t; typedef
/external/llvm-project/clang/test/Sema/
Dstatic-init.c3 typedef __typeof((int*) 0 - (int*) 0) intptr_t; typedef
/external/clang/test/OpenMP/
Dparallel_proc_bind_codegen.cpp8 typedef __INTPTR_TYPE__ intptr_t; typedef
Dparallel_num_threads_codegen.cpp8 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/llvm-project/clang/test/OpenMP/
Dparallel_proc_bind_codegen.cpp13 typedef __INTPTR_TYPE__ intptr_t; typedef
Dparallel_num_threads_codegen.cpp13 typedef __INTPTR_TYPE__ intptr_t; typedef
Ddistribute_parallel_for_proc_bind_codegen.cpp15 typedef __INTPTR_TYPE__ intptr_t; typedef
Dtarget_teams_distribute_parallel_for_simd_proc_bind_codegen.cpp16 typedef __INTPTR_TYPE__ intptr_t; typedef
Dtarget_teams_distribute_parallel_for_proc_bind_codegen.cpp16 typedef __INTPTR_TYPE__ intptr_t; typedef
Dteams_distribute_parallel_for_simd_proc_bind_codegen.cpp15 typedef __INTPTR_TYPE__ intptr_t; typedef
Dteams_distribute_parallel_for_proc_bind_codegen.cpp15 typedef __INTPTR_TYPE__ intptr_t; typedef
Ddistribute_parallel_for_simd_proc_bind_codegen.cpp15 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/rust/crates/libc/src/windows/
Dmod.rs18 pub type intptr_t = isize; typedef
400 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execl()
402 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl()
404 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle()
406 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecle()
408 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp()
410 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclp()
412 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe()
414 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclpe()
416 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t; in execv()
[all …]
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/
Dstdint.h19 typedef int * intptr_t; typedef

1234