Searched refs:is_conditional (Results 1 – 4 of 4) sorted by relevance
155 if request.is_conditional():701 def is_conditional(self): member in ArchivedHttpRequest
1113 external is_conditional : llvalue -> bool = "llvm_is_conditional"1118 else if is_conditional llv then
1867 (** [is_conditional v] returns true if the branch instruction [v] is conditional.1869 val is_conditional : llvalue -> bool val
1189 insist (is_conditional br = false) ;1203 insist (is_conditional br = true) ;