| /openbsd-src/sys/arch/i386/i386/ |
| H A D | in_cksum.s | 108 #define ADC(n) \ macro 135 ADC(IP_DST) /* sum += ip->ip_dst */ 228 ADC(4) 238 ADC(0) 239 ADC(4) 240 ADC(8) 241 ADC(28) 242 ADC(16) 243 ADC(20) 244 ADC(24) [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 316 StackFrameContext(AnalysisDeclContext *ADC, const LocationContext *ParentLC, in StackFrameContext() argument 319 : LocationContext(StackFrame, ADC, ParentLC, ID), CallSite(S), in StackFrameContext() 337 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ADC, in Profile() argument 341 ProfileCommon(ID, StackFrame, ADC, ParentLC, S); in Profile() 361 BlockInvocationContext(AnalysisDeclContext *ADC, in BlockInvocationContext() argument 364 : LocationContext(Block, ADC, ParentLC, ID), BD(BD), Data(Data) {} in BlockInvocationContext() 375 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ADC, in Profile() argument 378 ProfileCommon(ID, Block, ADC, ParentLC, BD); in Profile() 405 const StackFrameContext *getStackFrame(AnalysisDeclContext *ADC, 417 getBlockInvocationContext(AnalysisDeclContext *ADC, [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | OSObjectCStyleCast.cpp | 53 AnalysisDeclContext *ADC, in emitDiagnostics() argument 67 ADC->getDecl(), in emitDiagnostics() 72 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), ADC), in emitDiagnostics() 84 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody() local 116 emitDiagnostics(Match, BR, ADC, this); in checkASTCodeBody()
|
| H A D | GCDAntipatternChecker.cpp | 182 AnalysisDeclContext *ADC, in emitDiagnostics() argument 194 ADC->getDecl(), in emitDiagnostics() 199 PathDiagnosticLocation::createBegin(SW, BR.getSourceManager(), ADC), in emitDiagnostics() 209 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody() local 214 emitDiagnostics(Match, "semaphore", BR, ADC, this); in checkASTCodeBody() 219 emitDiagnostics(Match, "group", BR, ADC, this); in checkASTCodeBody()
|
| H A D | NumberObjectConversionChecker.cpp | 54 AnalysisDeclContext *ADC; member in __anonf5e3ccc00111::Callback 58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback() argument 59 : C(C), BR(BR), ADC(ADC) {} in Callback() 70 ASTContext &ACtx = ADC->getASTContext(); in run() 189 ADC->getDecl(), C, "Suspicious number object conversion", "Logic error", in run() 191 PathDiagnosticLocation::createBegin(Obj, BR.getSourceManager(), ADC), in run()
|
| H A D | PointerIterationChecker.cpp | 38 auto *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics() local 46 ADC); in emitDiagnostics() 52 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
|
| H A D | PointerSortingChecker.cpp | 38 auto *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics() local 46 ADC); in emitDiagnostics() 52 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 114 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics() local 134 MarkedStmt, BR.getSourceManager(), ADC); in emitDiagnostics() 165 BR.EmitBasicReport(ADC->getDecl(), Checker, BugName.str(), in emitDiagnostics()
|
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 89 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics() local 113 ME, BR.getSourceManager(), ADC); in emitDiagnostics() 116 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
|
| H A D | CloneChecker.cpp | 163 AnalysisDeclContext *ADC = in reportSuspiciousClones() local 177 ADC)); in reportSuspiciousClones() 183 SM, ADC), in reportSuspiciousClones()
|
| H A D | MallocSizeofChecker.cpp | 182 AnalysisDeclContext *ADC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody() local 242 BR.getSourceManager(), ADC); in checkASTCodeBody()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 440 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() 446 const CFG *Cfg = ADC->getCFG(); in isSmall() 450 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() 451 const CFG *Cfg = ADC->getCFG(); in isLarge() 455 bool ExprEngine::isHuge(AnalysisDeclContext *ADC) const { in isHuge() 456 const CFG *Cfg = ADC->getCFG(); in isHuge() 880 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() local 881 assert(ADC->getCFGBuildOptions().AddInitializers && "No CFG initializers"); in mayInlineCallKind() 882 (void)ADC; in mayInlineCallKind() 924 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() local [all …]
|
| H A D | CallEvent.cpp | 157 AnalysisDeclContext *ADC = in getCalleeAnalysisDeclContext() local 160 return ADC; in getCalleeAnalysisDeclContext() 165 AnalysisDeclContext *ADC = getCalleeAnalysisDeclContext(); in getCalleeStackFrame() local 166 if (!ADC) in getCalleeStackFrame() 190 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, BlockCount, Idx); in getCalleeStackFrame()
|
| H A D | ExprEngineCXX.cpp | 798 const AnalysisDeclContext *ADC = LCtx->getAnalysisDeclContext(); in handleConstructor() local 799 if (!ADC->getCFGBuildOptions().AddTemporaryDtors) { in handleConstructor()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 810 bool isSmall(AnalysisDeclContext *ADC) const; 814 bool isLarge(AnalysisDeclContext *ADC) const; 818 bool isHuge(AnalysisDeclContext *ADC) const; 822 bool mayInlineDecl(AnalysisDeclContext *ADC) const;
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 486 AnalysisDeclContext *ADC; in getValidSourceLocation() local 488 ADC = LAC.get<const LocationContext*>()->getAnalysisDeclContext(); in getValidSourceLocation() 490 ADC = LAC.get<AnalysisDeclContext*>(); in getValidSourceLocation() 492 ParentMap &PM = ADC->getParentMap(); in getValidSourceLocation() 503 const Stmt *Body = ADC->getBody(); in getValidSourceLocation() 507 L = ADC->getDecl()->getEndLoc(); in getValidSourceLocation()
|
| H A D | AnalysisDeclContext.cpp | 443 AnalysisDeclContext *ADC, const LocationContext *ParentLC, in getBlockInvocationContext() argument 446 BlockInvocationContext::Profile(ID, ADC, ParentLC, BD, Data); in getBlockInvocationContext() 452 L = new BlockInvocationContext(ADC, ParentLC, BD, Data, ++NewID); in getBlockInvocationContext()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FlagsCopyLowering.cpp | 158 ADC, enumerator 204 LLVM_EXPAND_ADC_SBB_INSTR(ADC) in getMnemonicFromOpcode() 205 return FlagArithMnemonic::ADC; in getMnemonicFromOpcode() 804 case FlagArithMnemonic::ADC: in rewriteArithmetic()
|
| H A D | X86ScheduleZnver1.td | 586 // ADC SBB. 589 (instregex "(ADC|SBB)(8|16|32|64)m(r|i)", 590 "(ADC|SBB)(16|32|64)mi8", 591 "(ADC|SBB)64mi32")>;
|
| H A D | X86ScheduleZnver2.td | 592 // ADC SBB. 595 (instregex "(ADC|SBB)(8|16|32|64)m(r|i)", 596 "(ADC|SBB)(16|32|64)mi8", 597 "(ADC|SBB)64mi32")>;
|
| H A D | X86InstrArithmetic.td | 1029 /// defined with "(set GPR:$dst, EFLAGS, (node LHS, RHS, EFLAGS))" like ADC and 1217 defm ADC : ArithBinOp_RFF<0x10, 0x12, 0x14, "adc", MRM2r, MRM2m, X86adc_flag, 1226 // Patterns to recognize loads on the LHS of an ADC. We can't make X86adc_flag 1237 // Patterns to recognize RMW ADC with loads in operand 1. 1354 defm ADC : ArithBinOp_RFF_relocImm_Pats<X86adc_flag>; 1359 // ADC is commutable, but we can't indicate that to tablegen. So manually 1533 // We don't have patterns for these as there is no advantage over ADC for
|
| H A D | X86ISelDAGToDAG.cpp | 642 case X86ISD::ADC: in IsProfitableToFold() 2797 case X86ISD::ADC: in selectLEAAddr() 3261 case X86ISD::ADC: in foldLoadStoreIntoMemOperand() 3336 case X86ISD::ADC: in foldLoadStoreIntoMemOperand() 3346 case X86ISD::ADC: in foldLoadStoreIntoMemOperand() 3371 case X86ISD::ADC: in foldLoadStoreIntoMemOperand() 3392 case X86ISD::ADC: in foldLoadStoreIntoMemOperand() 3446 if (Opc == X86ISD::ADC || Opc == X86ISD::SBB) { in foldLoadStoreIntoMemOperand()
|
| /openbsd-src/sys/arch/sparc64/conf/ |
| H A D | files.sparc64 | 385 # PCF8591 ADC I2C Sensor (needs ofw, so sparc64 only for now) 390 # PCF8591 ADC I2C Sensor (envctrl, so sparc64 only)
|
| /openbsd-src/sys/dev/i2c/ |
| H A D | files.i2c | 37 # Analog Devices AD741x Temperature sensor + 4-channel ADC
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | CompositionExclusions.txt | 123 2ADC # FORKING
|