/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini-wbd111.dts | 36 /* 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 D | gemini-wbd222.dts | 35 /* 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 D | gemini-nas4220b.dts | 35 /* Conflict with TVC */ 43 /* Conflict with TVC */ 52 /* Conflict with TVC */ 58 /* Conflict with TVC */
|
H A D | gemini-rut1xx.dts | 35 /* Conflict with TVC */ 45 /* Conflict with ICE */ 52 /* Conflict with NAND CE0 */
|
H A D | gemini-sl93512r.dts | 48 /* Conflict with NAND flash */ 57 /* Conflict with LCD (no problem) */ 64 /* Conflict with NAND flash CE0 (no problem) */
|
H A D | gemini-sq201.dts | 35 /* Conflict with NAND flash */
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-sama5d27_som1_ek.dts | 120 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 D | at91-sam9x60ek.dts | 54 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 D | at91-sama7g5ek.dts | 66 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 D | lan966x-pcb8291.dts | 83 status = "disabled"; /* Conflict with switch */
|
H A D | at91-sam9x60_curiosity.dts | 113 status = "disabled"; /* Conflict with dbgu. */ 125 status = "okay"; /* Conflict with can0. */
|
H A D | at91-sama5d2_icp.dts | 162 status = "okay"; /* Conflict w/ qspi1. */ 665 status = "disabled"; /* Conflict with wilc_pwrseq, flx2 */
|
H A D | sama5d3xmb_cmp.dtsi | 247 /* Conflict with LCD pins */
|
H A D | at91-sama5d3_xplained.dts | 402 label = "d3"; /* Conflict with EBI CS0, USART2 CTS. */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFormMemoryClauses.cpp | 169 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 D | Module.h | 488 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 D | ModuleMap.cpp | 1431 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 D | Preprocessor.cpp | 1336 [&](ArrayRef<Module *> Path, Module *Conflict, StringRef Message) { in makeModuleVisible() argument 1341 << Conflict->getFullModuleName() in makeModuleVisible()
|
/freebsd/lib/libfetch/ |
H A D | http.errors | 30 409 EXISTS Conflict
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 813 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 D | chkdef.cmd | 99 say 'Conflict with "'names.new_code'" & "'new_name'" being @'new_code
|
H A D | cmpdef.cmd | 114 say 'Conflict old =' names.number ', new =' name 'at @'number
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 702 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 D | HexagonExpandCondsets.cpp | 868 bool Conflict = (L && IsStore) || S; in canMoveMemTo() local 869 if (Conflict) in canMoveMemTo()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 4595 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()
|