Home
last modified time | relevance | path

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

/external/javapoet/src/main/java/com/squareup/javapoet/
DUtil.java80 static void requireExactlyOneOf(Set<Modifier> modifiers, Modifier... mutuallyExclusive) { in requireExactlyOneOf() argument
82 for (Modifier modifier : mutuallyExclusive) { in requireExactlyOneOf()
86 modifiers, Arrays.toString(mutuallyExclusive)); in requireExactlyOneOf()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp1070 bool mutuallyExclusive(Record *PredDef, ArrayRef<PredCheck> Term);
1088 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() function in PredTransitions
1210 if (mutuallyExclusive(PredDef, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp966 bool mutuallyExclusive(Record *PredDef, ArrayRef<PredCheck> Term);
983 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() function in PredTransitions
1123 if (mutuallyExclusive(PredDef, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()