Home
last modified time | relevance | path

Searched refs:set_condition (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/objects/
Dobject-macros.h83 set_condition) \ argument
90 DCHECK(set_condition); \
101 set_condition) \ argument
108 DCHECK(set_condition); \
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml1111 external set_condition : llvalue -> llvalue -> unit
Dllvm.mli1875 (** [set_condition v c] sets the condition of the branch instruction [v] to the value [c].
1877 val set_condition : llvalue -> llvalue -> unit val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml1100 external set_condition : llvalue -> llvalue -> unit
Dllvm.mli1891 (** [set_condition v c] sets the condition of the branch instruction [v] to the value [c].
1893 val set_condition : llvalue -> llvalue -> unit val
/external/v8/src/heap/
Dfactory.cc3676 new_break_point->set_condition(*condition); in NewBreakPoint()