Searched defs:set_condition (Results 1 - 2 of 2) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
H A 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 var
/external/v8/src/ast/
H A Dast.h1045 void set_condition(Expression* e) { condition_ = e; } function in class:v8::internal::final
2355 void set_condition(Expression* e) { condition_ = e; } function in class:v8::internal::final

Completed in 116 milliseconds