Searched refs:Bool (Results 26 - 50 of 412) sorted by relevance

1234567891011>>

/external/valgrind/main/coregrind/
H A Dm_seqmatch.c42 Bool VG_(generic_match) (
43 Bool matchAll,
46 Bool (*pIsStar)(void*),
47 Bool (*pIsQuery)(void*),
48 Bool (*pattEQinp)(void*,void*)
66 Bool havePatt, haveInput;
164 static Bool charIsStar ( void* pV ) { return *(Char*)pV == '*'; }
165 static Bool charIsQuery ( void* pV ) { return *(Char*)pV == '?'; }
166 static Bool char_p_EQ_i ( void* pV, void* cV ) {
172 Bool VG
[all...]
H A Dpub_core_libcfile.h44 extern Int reopen_output_fd(Bool xml);
48 extern Bool VG_(resolve_filename) ( Int fd, HChar* buf, Int n_buf );
54 extern Bool VG_(is_dir) ( const HChar* f );
75 extern Int VG_(access) ( const HChar* path, Bool irusr, Bool iwusr,
76 Bool ixusr );
79 extern Int VG_(check_executable)(/*OUT*/Bool* is_setuid,
80 const HChar* f, Bool allow_setuid);
100 extern Bool VG_(record_startup_wd) ( void );
H A Dm_options.c47 Bool VG_(clo_error_limit) = True;
54 Bool VG_(clo_vgdb_shadow_registers) = False;
56 Bool VG_(clo_db_attach) = False;
61 Bool VG_(clo_stats) = False;
62 Bool VG_(clo_xml) = False;
64 Bool VG_(clo_demangle) = True;
65 Bool VG_(clo_trace_children) = False;
68 Bool VG_(clo_child_silent_after_fork) = False;
71 Bool VG_(clo_time_stamp) = False;
80 Bool VG
[all...]
H A Dpub_core_aspacemgr.h76 extern NSegment const* VG_(am_next_nsegment) ( NSegment* here, Bool fwds );
85 // extern Bool VG_(am_is_valid_for_client)
92 extern Bool VG_(am_is_valid_for_client_or_free_or_resvn)
118 Bool is False if a discrepancy was found. */
120 extern Bool VG_(am_do_sync_check) ( const HChar* fn,
145 ( MapRequest* req, Bool forClient, /*OUT*/Bool* ok );
152 ( Addr start, SizeT len, /*OUT*/Bool* ok );
155 The segment array is updated accordingly. If the returned Bool is
158 extern Bool VG
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dregcache.h64 void supply_register (int n, const void *buf, Bool *mod);
69 void supply_register_from_string (int n, const char *buf, Bool *mod);
72 void supply_register_by_name (const char *name, const void *buf, Bool *mod);
/external/valgrind/main/drd/
H A Ddrd_malloc_wrappers.h30 #include "pub_tool_basics.h" /* Bool */
41 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);
42 Bool DRD_(heap_addrinfo)(Addr const a,
H A Ddrd_load_store.h39 Bool DRD_(get_check_stack_accesses)(void);
40 void DRD_(set_check_stack_accesses)(const Bool c);
41 Bool DRD_(get_first_race_only)(void);
42 void DRD_(set_first_race_only)(const Bool fro);
H A Ddrd_mutex.h38 void DRD_(mutex_set_trace)(const Bool trace_mutex);
45 const Bool trylock);
46 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock,
47 const Bool post_cond_wait);
52 Bool DRD_(mutex_is_locked_by)(const Addr mutex, const DrdThreadId tid);
/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h44 extern Bool VG_(get_filename) ( Addr a, Char* filename, Int n_filename );
45 extern Bool VG_(get_fnname) ( Addr a, Char* fnname, Int n_fnname );
46 extern Bool VG_(get_linenum) ( Addr a, UInt* linenum );
47 extern Bool VG_(get_fnname_w_offset)
61 extern Bool VG_(get_filename_linenum)
65 /*OUT*/Bool* dirname_available,
75 extern Bool VG_(get_fnname_if_entry) ( Addr a, Char* fnname, Int n_fnname );
94 extern Bool VG_(get_datasym_and_offset)( Addr data_addr,
111 Bool VG_(get_data_description)(
119 extern Bool VG
[all...]
H A Dpub_tool_sparsewa.h60 // overwritten. Returned Bool is True iff a previous binding existed.
61 Bool VG_(addToSWA) ( SparseWA* swa, UWord key, UWord val );
66 // easier to migrate from WordFM. Returned Bool is True iff
68 Bool VG_(delFromSWA) ( SparseWA* swa,
75 // Bool is True iff a binding for 'key' actually existed.
76 Bool VG_(lookupSWA) ( SparseWA* swa,
85 // called. Returned Bool is False iff there are no more pairs
87 Bool VG_(nextIterSWA)( SparseWA* swa,
H A Dpub_tool_wordfm.h92 Bool VG_(addToFM) ( WordFM* fm, UWord k, UWord v );
95 Bool VG_(delFromFM) ( WordFM* fm,
99 Bool VG_(lookupFM) ( WordFM* fm,
118 Bool VG_(findBoundsFM)( WordFM* fm,
133 //Bool VG_(isEmptyFM)( WordFM* fm );
146 Bool VG_(nextIterFM) ( WordFM* fm,
191 Bool VG_(delFromBag)( WordBag*, UWord );
194 Bool VG_(isEmptyBag)( WordBag* );
197 Bool VG_(isSingletonTotalBag)( WordBag* );
208 Bool VG
[all...]
H A Dpub_tool_errormgr.h85 extern Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind,
87 ExeContext* where, Bool print_error,
88 Bool allow_GDB_attach, Bool count_error );
97 extern Bool VG_(get_line) ( Int fd, Char** bufpp, SizeT* nBufp, Int* lineno );
/external/valgrind/main/cachegrind/
H A Dcg-ppc32.c41 Bool all_caches_clo_defined)
H A Dcg-ppc64.c41 Bool all_caches_clo_defined)
H A Dcg-s390x.c43 Bool all_caches_clo_defined)
/external/valgrind/main/helgrind/
H A Dhg_basics.c73 Bool HG_(clo_track_lockorders) = True;
75 Bool HG_(clo_cmp_race_err_addrs) = False;
83 Bool HG_(clo_free_is_write) = False;
87 Bool HG_(clo_check_stack_refs) = True;
H A Dhg_lock_n_thread.h94 Bool announced;
140 Bool heldW;
165 Bool HG_(is_sane_Thread) ( Thread* thr );
166 Bool HG_(is_sane_LockP) ( Lock* lock );
167 Bool HG_(is_sane_LockN) ( Lock* lock );
168 Bool HG_(is_sane_LockNorP) ( Lock* lock );
H A Dhg_errors.h38 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 );
42 Bool HG_(recognised_suppression) ( Char* name, Supp *su );
43 Bool HG_(read_extra_suppression_info) ( Int fd, Char** bufpp, SizeT* nBufp,
45 Bool HG_(error_matches_suppression) ( Error* err, Supp* su );
47 Bool HG_(get_extra_suppression_info) ( Error* err,
52 Addr data_addr, Int szB, Bool isWrite,
84 Bool HG_(mm_find_containing_block)( /*OUT*/ExeContext** where,
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXinerama.h16 Bool SDL_NAME(XineramaQueryExtension) (
28 Bool SDL_NAME(XineramaIsActive)(Display *dpy);
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_defs.h51 Bool put_IP,
52 Bool (*resteerOkFn) ( void*, Addr64 ),
53 Bool resteerCisOk,
61 Bool host_bigendian );
80 Bool guest_ppc32_state_requires_precise_mem_exns ( Int, Int );
83 Bool guest_ppc64_state_requires_precise_mem_exns ( Int, Int );
H A Dhost_generic_regs.h113 static inline HReg mkHReg ( UInt regno, HRegClass rc, Bool virtual ) {
133 static inline Bool hregIsVirtual ( HReg r ) {
253 Bool (*isMove) (HInstr*, HReg*, HReg*),
256 void (*getRegUsage) (HRegUsage*, HInstr*, Bool),
259 void (*mapRegs) (HRegRemap*, HInstr*, Bool),
263 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ),
264 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ),
269 void (*ppInstr) ( HInstr*, Bool ),
273 Bool mode64
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.h46 Bool rr, Bool ww, Bool xx, ULong di_handle );
48 Bool rr, Bool ww, Bool xx, ULong di_handle );
/external/clang/test/Sema/
H A Dcast.c19 typedef _Bool Bool; typedef
31 void testBool(Bool v) {
32 (void) (Bool) v;
46 (void) (Bool) v;
60 (void) (Bool) v;
74 (void) (Bool) v;
86 (void) (Bool) v;
98 (void) (Bool) v;
110 (void) (Bool) v;
122 (void) (Bool)
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_tytypes.h75 Bool valueKnown; /* atoms w/ unknown value are possible */
88 Bool isStruct;
91 Bool knownL;
92 Bool knownU;
104 Bool isPtr;
114 Bool complete;
115 Bool isStruct;
133 Bool isFake; /* True == introduced by the reader */
141 Bool ML_(TyEnt__is_type)( TyEnt* );
H A Dpriv_storage.h77 Bool isText;
78 Bool isIFunc; /* symbol is an indirect function? */
436 Bool have_rx_map; /* did we see a r?x mapping yet for the file? */
437 Bool have_rw_map; /* did we see a rw? mapping yet for the file? */
448 Bool have_ro_map; /* did we see a r-- mapping yet for the file? */
474 Bool mark; /* marked for deletion? */
492 Bool trace_symtab; /* symbols, our style */
493 Bool trace_cfi; /* dwarf frame unwind, our style */
494 Bool ddump_syms; /* mimic /usr/bin/readelf --syms */
495 Bool ddump_lin
[all...]

Completed in 1313 milliseconds

1234567891011>>