Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h1154 void set_condition(Expression* e) { condition_ = e; } in set_condition() function
2397 void set_condition(Expression* e) { condition_ = e; } in set_condition() function
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml1087 external set_condition : llvalue -> llvalue -> unit
Dllvm.mli1845 (** [set_condition v c] sets the condition of the branch instruction [v] to the value [c].
1847 val set_condition : llvalue -> llvalue -> unit val