Searched refs:Int (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/external/clang/test/ASTMerge/Inputs/
H A Dfunction2.c1 typedef int Int; typedef
2 void f0(Int);
3 void f1(Int, double);
/external/clang/test/CXX/basic/basic.start/basic.start.main/
H A Dp2a.cpp3 typedef int Int; typedef
7 Int main(Int argc, Carp argv[]) {
H A Dp2b.cpp3 typedef int Int; typedef
7 Int main(Int argc, Carp argv[], Char *env[]) {
/external/valgrind/main/coregrind/
H A Dpub_core_libcfile.h43 extern Int VG_(safe_fd) ( Int oldfd );
44 extern Int reopen_output_fd(Bool xml);
45 extern Int VG_(fcntl) ( Int fd, Int cmd, Addr arg );
48 extern Bool VG_(resolve_filename) ( Int fd, HChar* buf, Int n_buf );
51 extern Long VG_(fsize) ( Int fd );
60 extern Int VG
[all...]
H A Dpub_core_libcsignal.h46 extern Int VG_(sigfillset) ( vki_sigset_t* set );
47 extern Int VG_(sigemptyset) ( vki_sigset_t* set );
54 extern Int VG_(sigaddset) ( vki_sigset_t* set, Int signum );
55 extern Int VG_(sigdelset) ( vki_sigset_t* set, Int signum );
56 extern Int VG_(sigismember) ( const vki_sigset_t* set, Int signum );
66 extern Int VG_(sigaction) ( Int signu
[all...]
H A Dpub_core_commandline.h40 extern void VG_(split_up_argv)( Int argc, HChar** argv );
H A Dpub_core_demangle.h44 Char* orig, Char* result, Int result_size );
60 /*OUT*/HChar* so, Int soLen,
61 /*OUT*/HChar* fn, Int fnLen,
63 /*OUT*/Int* eclassTag,
64 /*OUT*/Int* eclassPrio );
H A Dpub_core_debuglog.h59 void VG_(debugLog_startup) ( Int level, HChar* who );
70 Int VG_(debugLog_getLevel) ( void );
76 void VG_(debugLog) ( Int level, const HChar* modulename,
H A Dpub_core_clientstate.h57 extern Int VG_(cl_exec_fd);
68 extern Int VG_(cl_cmdline_fd);
79 extern Int VG_(fd_soft_limit);
80 extern Int VG_(fd_hard_limit);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_readstabs.h45 UChar* stabC, Int stab_sz,
46 UChar* stabstr, Int stabstr_sz );
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h71 extern SysRes VG_(mknod) ( const Char* pathname, Int mode, UWord dev );
72 extern SysRes VG_(open) ( const Char* pathname, Int flags, Int mode );
75 extern Int VG_(fd_open) (const Char* pathname, Int flags, Int mode);
76 extern void VG_(close) ( Int fd );
77 extern Int VG_(read) ( Int fd, void* buf, Int coun
[all...]
H A Dpub_tool_libcproc.h55 extern Int VG_(waitpid)( Int pid, Int *status, Int options );
56 extern Int VG_(system) ( Char* cmd );
57 extern Int VG_(fork) ( void);
64 extern Int VG_(getrlimit) ( Int resource, struct vki_rlimit *rlim );
65 extern Int VG_(setrlimit) ( Int resourc
[all...]
H A Dpub_tool_libcsignal.h40 extern Int VG_(sigprocmask) ( Int how, const vki_sigset_t* set,
H A Dpub_tool_aspacehl.h38 extern Addr* VG_(get_segment_starts) ( /*OUT*/Int* n_acquired );
H A Dpub_tool_signals.h41 extern void VG_(set_fault_catcher)(void (*catcher)(Int sig, Addr addr));
H A Dpub_tool_clientstate.h59 extern Int VG_(args_for_valgrind_noexecpass);
/external/valgrind/main/coregrind/m_ume/
H A Dpriv_ume.h38 extern Bool VG_(match_ELF) ( Char *hdr, Int len );
39 extern Int VG_(load_ELF) ( Int fd, const HChar *name, ExeInfo *info );
41 extern Bool VG_(match_macho) ( Char *hdr, Int len );
42 extern Int VG_(load_macho) ( Int fd, const HChar *name, ExeInfo *info );
47 extern Bool VG_(match_script) ( Char *hdr, Int len );
48 extern Int VG_(load_script) ( Int fd, const HChar *name, ExeInfo *info );
/external/valgrind/main/coregrind/m_aspacemgr/
H A Dpriv_aspacemgr.h67 extern void ML_(am_exit) ( Int status );
74 Int line,
84 extern Int ML_(am_getpid)( void );
108 extern SysRes ML_(am_open) ( const Char* pathname, Int flags, Int mode );
109 extern void ML_(am_close) ( Int fd );
110 extern Int ML_(am_read) ( Int fd, void* buf, Int count);
111 extern Int ML
[all...]
/external/valgrind/main/VEX/priv/
H A Dir_opt.h48 IRExpr* (*specHelper) (HChar*, IRExpr**, IRStmt**, Int),
49 Bool (*preciseMemExnsFn)(Int,Int),
H A Dmain_globals.c53 void (*vex_log_bytes) ( HChar*, Int nbytes ) = NULL;
56 Int vex_debuglevel = 0;
59 Int vex_traceflags = 0;
H A Dmain_globals.h54 extern void (*vex_log_bytes) ( HChar*, Int nbytes );
57 extern Int vex_debuglevel;
60 extern Int vex_traceflags;
/external/valgrind/main/callgrind/
H A Dcosts.h23 Int size;
24 Int used;
31 ULong* CLG_(get_costarray)(Int size);
/external/llvm/unittests/Support/
H A DIntegersSubsetTest.cpp22 class Int : public APInt { class in namespace:__anon9271
24 Int() {} function in class:__anon9271::Int
25 Int(uint64_t V) : APInt(64, V) {} function in class:__anon9271::Int
26 Int(const APInt& Src) : APInt(Src) {} function in class:__anon9271::Int
33 typedef IntRange<Int> Range;
34 typedef IntegersSubsetGeneric<Int> Subset;
35 typedef IntegersSubsetMapping<unsigned,Subset,Int> Mapping;
47 Ranges.push_back(Range(Int(i*10), Int(i*10 + 8)));
52 EXPECT_EQ(TheSubset.getItem(i).getLow(), Int(
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex.h168 Int ppc_cache_line_szB;
241 Int guest_stack_redzone_size;
294 Int iropt_verbosity;
297 Int iropt_level;
305 Int iropt_unroll_thresh;
309 Int guest_max_insns;
315 Int guest_chase_thresh;
344 static inline void* LibVEX_Alloc ( Int nbytes )
352 Int ALIGN;
383 Int total_size
[all...]
/external/clang/test/Index/
H A Dannotate-tokens.c12 typedef int Int; typedef
15 (void)__builtin_va_arg(va, Int);
16 (void)__builtin_types_compatible_p(Int, Int);
86 // CHECK: Identifier: "Int" [15:30 - 15:33] TypeRef=Int:12:13
88 // CHECK: Identifier: "Int" [16:38 - 16:41] TypeRef=Int:12:13
90 // CHECK: Identifier: "Int" [16:43 - 16:46] TypeRef=Int
[all...]

Completed in 201 milliseconds

1234567891011>>