Searched refs:set_condition (Results 1 – 6 of 6) sorted by relevance
169 set_condition) \ argument176 DCHECK(set_condition); \188 set_condition) \ argument200 DCHECK(set_condition); \212 get_condition, set_condition) \ argument224 DCHECK(set_condition); \238 set_condition) \ argument246 DCHECK(set_condition); \258 get_condition, set_condition) \ argument266 DCHECK(set_condition); \
1111 external set_condition : llvalue -> llvalue -> unit
1875 (** [set_condition v c] sets the condition of the branch instruction [v] to the value [c].1877 val set_condition : llvalue -> llvalue -> unit val
1100 external set_condition : llvalue -> llvalue -> unit
1891 (** [set_condition v c] sets the condition of the branch instruction [v] to the value [c].1893 val set_condition : llvalue -> llvalue -> unit val
2912 new_break_point->set_condition(*condition); in NewBreakPoint()