/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 79 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, in ExecuteWorkList() argument 121 bool UnlimitedSteps = Steps == 0; in ExecuteWorkList() 126 G.reserve(std::min(Steps,PreReservationCap)); in ExecuteWorkList() 130 if (Steps == 0) { in ExecuteWorkList() 134 --Steps; in ExecuteWorkList() 197 unsigned Steps, in ExecuteWorkListWithInitialState() argument 200 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 191 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) { 192 return Engine.ExecuteWorkList(L, Steps, nullptr); 199 bool ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, in ExecuteWorkListWithInitialState() argument 202 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst); in ExecuteWorkListWithInitialState()
|
H A D | CoreEngine.h | 144 bool ExecuteWorkList(const LocationContext *L, unsigned Steps, 149 unsigned Steps,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 138 MergeOptions &setMaxWidenSteps(unsigned Steps = 1) { 140 MaxWidenSteps = Steps;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaInit.cpp | 3504 for (auto I = Steps.rbegin(); I != Steps.rend(); ++I) { in isDirectReferenceBinding() 3566 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization() 3580 Steps.push_back(S); in AddAddressOverloadResolutionStep() 3592 Steps.push_back(S); in AddDerivedToBaseCastStep() 3600 Steps.push_back(S); in AddReferenceBindingStep() 3607 Steps.push_back(S); in AddFinalCopy() 3614 Steps.push_back(S); in AddExtraneousCopyToTemporary() 3628 Steps.push_back(S); in AddUserConversionStep() 3647 Steps.push_back(S); in AddQualificationConversionStep() 3654 Steps.push_back(S); in AddFunctionReferenceConversionStep() [all …]
|
H A D | SemaExprCXX.cpp | 6584 SmallVector<Step, 8> Steps; in FindCompositePointerType() local 6611 if (!Steps.empty()) { in FindCompositePointerType() 6621 } else if (Steps.size() == 1) { in FindCompositePointerType() 6636 assert(Steps.size() == 1); in FindCompositePointerType() 6644 assert(Steps.size() == 1); in FindCompositePointerType() 6648 Steps.back().Quals = Quals; in FindCompositePointerType() 6650 NeedConstBefore = Steps.size() - 1; in FindCompositePointerType() 6659 Steps.emplace_back(Step::Pointer); in FindCompositePointerType() 6668 Steps.emplace_back(Step::ObjCPointer); in FindCompositePointerType() 6692 else if (Steps.empty()) in FindCompositePointerType() [all …]
|
H A D | SemaTemplateInstantiateDecl.cpp | 296 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local 360 Steps.push_back(Inst.get()); in instantiateOMPDeclareSimdDeclAttr() 366 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps, in instantiateOMPDeclareSimdDeclAttr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Initialization.h | 968 SmallVector<Step, 4> Steps; variable 1211 step_iterator step_begin() const { return Steps.begin(); } in step_begin() 1212 step_iterator step_end() const { return Steps.end(); } in step_end()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/ref/ |
H A D | rfc2437.txt | 351 Steps: 379 Steps: 445 Steps: 479 Steps: 549 Steps: 592 Steps: 741 Steps: 791 Steps: 917 Steps: 959 Steps: [all …]
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | README.TLS | 99 Steps for adding TLS support for a new platform:
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/ |
H A D | example4.rst | 82 **Steps:**
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | HowToAddABuilder.rst | 23 Steps To Add Builder To LLVM Buildbot
|
H A D | OpaquePointers.rst | 118 Frontend Migration Steps
|
H A D | SupportPolicy.rst | 195 Steps for removal
|
H A D | XRayExample.rst | 336 Next Steps
|
H A D | MergeFunctions.rst | 370 8. Steps 1-6 describe all the possible cases, if we passed steps 1-6 and didn't 560 Steps below are for the case when types are equal, or case when constants are
|
/netbsd-src/lib/libc/softfloat/ |
H A D | softfloat-source.txt | 69 Steps to Creating a `softfloat.o' 280 Steps to Creating a `softfloat.o'
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 706 SmallVectorImpl<unsigned> &LinModifiers, SmallVectorImpl<Expr *> &Steps) { in parseDeclareSimdClauses() argument 768 Steps.append(Linears.size() - Steps.size(), Data.DepModOrTailExpr); in parseDeclareSimdClauses() 801 SmallVector<Expr *, 4> Steps; in ParseOMPDeclareSimdClauses() local 804 Alignments, Linears, LinModifiers, Steps); in ParseOMPDeclareSimdClauses() 812 LinModifiers, Steps, SourceRange(Loc, EndLoc)); in ParseOMPDeclareSimdClauses()
|
/netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/ |
H A D | testfloat-source.txt | 81 Steps to Creating the TestFloat Executables 385 Steps to Creating the TestFloat Executables
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | setox.sa | 103 * in Steps 1.1 and 1.3 can be performed by integer comparison. 133 * This error has to be considered later in Steps 3 and 4. 606 *--Steps 8.2 -- 8.6
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 748 unsigned Steps = 0; in shouldTransformMulToShiftsAddsSubs() local 757 if (Steps >= MaxSteps) in shouldTransformMulToShiftsAddsSubs() 761 ++Steps; in shouldTransformMulToShiftsAddsSubs() 776 ++Steps; in shouldTransformMulToShiftsAddsSubs() 786 Steps *= (VT.getSizeInBits() != RegisterSize) * 3; in shouldTransformMulToShiftsAddsSubs() 787 if (Steps > 27) in shouldTransformMulToShiftsAddsSubs()
|
/netbsd-src/dist/pf/ |
H A D | README.NetBSD | 11 # Steps in this document:
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/ |
H A D | gprofng.info | 55 * Steps Needed to Create a Profile:: How to create a profile. 119 * Steps Needed to Create a Profile:: How to create a profile. 171 File: gprofng.info, Node: Sampling versus Tracing, Next: Steps Needed to Create a Profile, Prev:… 226 File: gprofng.info, Node: Steps Needed to Create a Profile, Prev: Sampling versus Tracing, Up: O… 228 2.3 Steps Needed to Create a Profile 2910 * Experiment directory: Steps Needed to Create a Profile. 2917 * gprofng display html: Steps Needed to Create a Profile. 2919 * gprofng display text: Steps Needed to Create a Profile. 3014 Node: Steps Needed to Create a Profile9124
|
/netbsd-src/external/bsd/unbound/dist/testdata/ |
H A D | local_cname.rpl | 186 ; Steps where queries are sent, one at a time, to unbound.
|
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
H A D | introduction.rst | 228 :alt: DNSSEC Validation 12 Steps
|