| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GCDAntipatternChecker.cpp | 185 AnalysisDeclContext *ADC, in emitDiagnostics() argument 197 ADC->getDecl(), in emitDiagnostics() 202 PathDiagnosticLocation::createBegin(SW, BR.getSourceManager(), ADC), in emitDiagnostics() 212 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody() local 217 emitDiagnostics(Match, "semaphore", BR, ADC, this); in checkASTCodeBody() 222 emitDiagnostics(Match, "group", BR, ADC, this); in checkASTCodeBody()
|
| H A D | NumberObjectConversionChecker.cpp | 55 AnalysisDeclContext *ADC; member in __anon986b0df80111::Callback 59 BugReporter &BR, AnalysisDeclContext *ADC) in Callback() argument 60 : C(C), BR(BR), ADC(ADC) {} in Callback() 71 ASTContext &ACtx = ADC->getASTContext(); in run() 190 ADC->getDecl(), C, "Suspicious number object conversion", "Logic error", in run() 192 PathDiagnosticLocation::createBegin(Obj, BR.getSourceManager(), ADC), in run()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 112 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics() local 132 MarkedStmt, BR.getSourceManager(), ADC); in emitDiagnostics() 137 ADC->getDecl(), Checker, in emitDiagnostics()
|
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 90 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics() local 114 ME, BR.getSourceManager(), ADC); in emitDiagnostics() 117 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
|
| H A D | CloneChecker.cpp | 171 AnalysisDeclContext *ADC = in reportSuspiciousClones() local 185 ADC)); in reportSuspiciousClones() 191 SM, ADC), in reportSuspiciousClones()
|
| H A D | MallocSizeofChecker.cpp | 179 AnalysisDeclContext *ADC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody() local 239 BR.getSourceManager(), ADC); in checkASTCodeBody()
|
| /freebsd-12.1/tools/tools/ath/athprom/ |
| H A D | eeprom-5 | 19 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain | 26 | Turbo ADC Desired Size $adcDesiredSizeTurbo | Turbo PGA Desired Size $pgaDesiredSizeTurbo | 105 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain | 112 | Turbo ADC Desired Size $adcDesiredSizeTurbo | Turbo PGA Desired Size $pgaDesiredSizeTurbo | 183 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain | 190 | Turbo ADC Desired Size $adcDesiredSizeTurbo | Turbo PGA Desired Size $pgaDesiredSizeTurbo |
|
| H A D | eeprom-3 | 15 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain | 81 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain | 129 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
|
| H A D | eeprom-4 | 18 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain | 91 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain | 156 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain |
|
| /freebsd-12.1/sys/gnu/dts/arm64/allwinner/ |
| H A D | sun50i-a64-sopine-baseboard.dts | 195 "AIF1 Slot 0 Left ADC", "Left ADC", 196 "AIF1 Slot 0 Right ADC", "Right ADC",
|
| H A D | sun50i-a64-pinebook.dts | 329 "AIF1 Slot 0 Left ADC", "Left ADC", 330 "AIF1 Slot 0 Right ADC", "Right ADC",
|
| H A D | sun50i-a64-pine64.dts | 291 "AIF1 Slot 0 Left ADC", "Left ADC", 292 "AIF1 Slot 0 Right ADC", "Right ADC",
|
| H A D | sun50i-a64-bananapi-m64.dts | 360 "AIF1 Slot 0 Left ADC", "Left ADC", 361 "AIF1 Slot 0 Right ADC", "Right ADC",
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 698 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() local 699 assert(ADC->getCFGBuildOptions().AddInitializers && "No CFG initializers"); in mayInlineCallKind() 700 (void)ADC; in mayInlineCallKind() 737 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() local 738 assert(ADC->getCFGBuildOptions().AddImplicitDtors && "No CFG destructors"); in mayInlineCallKind() 739 (void)ADC; in mayInlineCallKind()
|
| H A D | CallEvent.cpp | 184 AnalysisDeclContext *ADC = in getCalleeAnalysisDeclContext() local 189 if (RD.mayHaveOtherDefinitions() || RD.getDecl() != ADC->getDecl()) in getCalleeAnalysisDeclContext() 192 return ADC; in getCalleeAnalysisDeclContext() 196 AnalysisDeclContext *ADC = getCalleeAnalysisDeclContext(); in getCalleeStackFrame() local 197 if (!ADC) in getCalleeStackFrame() 221 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, Idx); in getCalleeStackFrame()
|
| H A D | PathDiagnostic.cpp | 546 AnalysisDeclContext *ADC; in getValidSourceLocation() local 548 ADC = LAC.get<const LocationContext*>()->getAnalysisDeclContext(); in getValidSourceLocation() 550 ADC = LAC.get<AnalysisDeclContext*>(); in getValidSourceLocation() 552 ParentMap &PM = ADC->getParentMap(); in getValidSourceLocation() 563 const Stmt *Body = ADC->getBody(); in getValidSourceLocation() 567 L = ADC->getDecl()->getEndLoc(); in getValidSourceLocation()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | imx6qdl-colibri.dtsi | 265 /* 3.25 MHz ADC clock speed */ 267 /* 12-bit ADC */ 269 /* internal ADC reference */ 271 /* ADC converstion time: 80 clocks */ 293 /* forbid to use ADC channels 3-0 (touch) */
|
| H A D | cros-adc-thermistors.dtsi | 3 * children of the IIO based ADC.
|
| H A D | imx6qdl-apalis.dtsi | 335 /* 3.25 MHz ADC clock speed */ 337 /* 12-bit ADC */ 339 /* internal ADC reference */ 341 /* ADC converstion time: 80 clocks */ 363 /* forbid to use ADC channels 3-0 (touch) */
|
| H A D | qcom-msm8660.dtsi | 73 * These channels from the ADC are simply hardware monitors. 74 * That is why the ADC is referred to as "HKADC" - HouseKeeping 75 * ADC.
|
| H A D | at91-sama5d4ek.dts | 84 /*atmel,adc-ts-wires = <4>;*/ /* Set up ADC touch screen */ 85 status = "okay"; /* Enable ADC IIO support */
|
| H A D | tegra30-colibri.dtsi | 851 /* 3.25 MHz ADC clock speed */ 862 /* 12-bit ADC */ 864 /* internal ADC reference */ 866 /* ADC converstion time: 80 clocks */
|
| H A D | rk3066a-bqcurie2.dts | 61 /* VOL+ comes somehow thru the ADC */
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FlagsCopyLowering.cpp | 167 ADC, enumerator 212 LLVM_EXPAND_ADC_SBB_INSTR(ADC) in getMnemonicFromOpcode() 213 return FlagArithMnemonic::ADC; in getMnemonicFromOpcode() 797 case FlagArithMnemonic::ADC: in rewriteArithmetic()
|
| /freebsd-12.1/crypto/heimdal/lib/wind/ |
| H A D | CompositionExclusions-3.2.0.txt | 8 # version and this one is the addition of U+2ADC FORKING. 94 2ADC # FORKING
|