Home
last modified time | relevance | path

Searched refs:Conflict (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sys/contrib/device-tree/src/arm/gemini/
H A Dgemini-wbd111.dts36 /* Conflict with ICE */
46 /* Conflict with TVC and extended parallel flash */
52 /* Conflict with TVC and extended parallel flash */
58 /* Conflict with TVC and extended parallel flash */
64 /* Conflict with TVC and extended parallel flash */
H A Dgemini-wbd222.dts35 /* Conflict with ICE */
45 /* Conflict with TVC and extended parallel flash */
51 /* Conflict with TVC and extended parallel flash */
57 /* Conflict with TVC and extended parallel flash */
63 /* Conflict with TVC and extended parallel flash */
H A Dgemini-nas4220b.dts35 /* Conflict with TVC */
43 /* Conflict with TVC */
52 /* Conflict with TVC */
58 /* Conflict with TVC */
H A Dgemini-rut1xx.dts35 /* Conflict with TVC */
45 /* Conflict with ICE */
52 /* Conflict with NAND CE0 */
H A Dgemini-sl93512r.dts48 /* Conflict with NAND flash */
57 /* Conflict with LCD (no problem) */
64 /* Conflict with NAND flash CE0 (no problem) */
H A Dgemini-sq201.dts35 /* Conflict with NAND flash */
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-sama5d27_som1_ek.dts120 status = "disabled"; /* Conflict with leds. */
159 status = "disabled"; /* Conflict with isc. */
178 status = "disabled"; /* Conflict with isc. */
185 status = "disabled"; /* Conflict with isc. */
197 status = "disabled"; /* Conflict with spi6 and i2c6. */
204 status = "okay"; /* Conflict with uart5 and i2c6. */
211 status = "disabled"; /* Conflict with uart5 and spi6. */
498 status = "okay"; /* Conflict with pwm0. */
H A Dat91-sam9x60ek.dts54 status = "okay"; /* Conflict with pwm0. */
117 status = "disabled"; /* Conflict with dbgu. */
137 status = "okay"; /* Conflict with can0. */
282 status = "disabled"; /* Conflict with QSPI. */
553 status = "disabled"; /* Conflict with leds. */
571 status = "disabled"; /* Conflict with flx4. */
577 status = "okay"; /* Conflict with i2s. */
H A Dat91-sama7g5ek.dts66 status = "okay"; /* Conflict with pwm. */
460 status = "okay"; /* Conflict with pdmc0. */
480 status = "disabled"; /* Conflict with gmac1. */
757 status = "disabled"; /* Conflict with leds. */
H A Dlan966x-pcb8291.dts83 status = "disabled"; /* Conflict with switch */
H A Dat91-sam9x60_curiosity.dts113 status = "disabled"; /* Conflict with dbgu. */
125 status = "okay"; /* Conflict with can0. */
H A Dat91-sama5d2_icp.dts162 status = "okay"; /* Conflict w/ qspi1. */
665 status = "disabled"; /* Conflict with wilc_pwrseq, flx2 */
H A Dsama5d3xmb_cmp.dtsi247 /* Conflict with LCD pins */
H A Dat91-sama5d3_xplained.dts402 label = "d3"; /* Conflict with EBI CS0, USART2 CTS. */
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp169 auto Conflict = Map.find(Reg); in canBundle() local
170 if (Conflict == Map.end()) in canBundle()
177 if ((Conflict->second.second & Mask).any()) in canBundle()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h488 struct Conflict { struct
497 std::vector<Conflict> Conflicts; argument
854 llvm::function_ref<void(ArrayRef<Module *> Path, Module *Conflict,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1431 Module::Conflict Conflict; in resolveConflicts() local
1432 Conflict.Other = OtherMod; in resolveConflicts()
1433 Conflict.Message = UC.Message; in resolveConflicts()
1434 Mod->Conflicts.push_back(Conflict); in resolveConflicts()
1452 Conflict, enumerator
1626 .Case("conflict", MMToken::Conflict) in consumeToken()
2161 case MMToken::Conflict: in parseModuleDecl()
2814 assert(Tok.is(MMToken::Conflict)); in parseConflict()
2816 Module::UnresolvedConflict Conflict; in parseConflict() local
2819 if (parseModuleId(Conflict.Id)) in parseConflict()
[all …]
H A DPreprocessor.cpp1336 [&](ArrayRef<Module *> Path, Module *Conflict, StringRef Message) { in makeModuleVisible() argument
1341 << Conflict->getFullModuleName() in makeModuleVisible()
/freebsd/lib/libfetch/
H A Dhttp.errors30 409 EXISTS Conflict
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp813 bool Conflict = false; in computeVolatileBitfields() local
828 Conflict = true; in computeVolatileBitfields()
843 Conflict = true; in computeVolatileBitfields()
847 if (Conflict) in computeVolatileBitfields()
/freebsd/contrib/ncurses/misc/
H A Dchkdef.cmd99 say 'Conflict with "'names.new_code'" & "'new_name'" being @'new_code
H A Dcmpdef.cmd114 say 'Conflict old =' names.number ', new =' name 'at @'number
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp702 Conflict enumerator
722 bool isConflict() const { return getStatus() == Conflict; } in isConflict()
729 Status = BDVState::Conflict; in meet()
778 case Conflict: in print()
1040 NewState = BDVState(I, BDVState::Conflict); in findBasePointer()
1116 States[I] = BDVState(I, BDVState::Conflict, BaseInst); in findBasePointer()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp868 bool Conflict = (L && IsStore) || S; in canMoveMemTo() local
869 if (Conflict) in canMoveMemTo()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4595 case UnresolvedModuleRef::Conflict: in ReadAST()
4597 Module::Conflict Conflict; in ReadAST() local
4598 Conflict.Other = ResolvedMod; in ReadAST()
4599 Conflict.Message = Unresolved.String.str(); in ReadAST()
4600 Unresolved.Mod->Conflicts.push_back(Conflict); in ReadAST()
5996 Unresolved.Kind = UnresolvedModuleRef::Conflict; in ReadSubmoduleBlock()

12