HomeSort by relevance Sort by last modified time
    Searched defs:IntPredicate (Results 1 - 6 of 6) sorted by null

  /external/llvm/bindings/python/llvm/
enumerations.py 28 'IntPredicate',
176 IntPredicate = [
core.py 122 class IntPredicate(LLVMEnumeration):
123 """Represents an individual IntPredicate enumeration."""
128 super(IntPredicate, self).__init__(name, value)
599 (IntPredicate, enumerations.IntPredicate),
  /libcore/ojluni/src/main/java/java/util/function/
IntPredicate.java 41 public interface IntPredicate {
68 default IntPredicate and(IntPredicate other) {
80 default IntPredicate negate() {
100 default IntPredicate or(IntPredicate other) {
  /external/llvm/bindings/go/llvm/
ir.go 67 IntPredicate C.LLVMIntPredicate
299 // llvm.IntPredicate
303 IntEQ IntPredicate = C.LLVMIntEQ
304 IntNE IntPredicate = C.LLVMIntNE
305 IntUGT IntPredicate = C.LLVMIntUGT
306 IntUGE IntPredicate = C.LLVMIntUGE
307 IntULT IntPredicate = C.LLVMIntULT
308 IntULE IntPredicate = C.LLVMIntULE
309 IntSGT IntPredicate = C.LLVMIntSGT
310 IntSGE IntPredicate = C.LLVMIntSG
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 829 milliseconds