Searched refs:mutuallyExclusive (Results 1 – 3 of 3) sorted by relevance
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | Util.java | 80 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/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 966 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()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 1346 bool mutuallyExclusive(Record *PredDef, ArrayRef<Record *> Preds, 1365 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() function in PredTransitions 1488 if (mutuallyExclusive(PredDef, AllPreds, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()
|