Home
last modified time | relevance | path

Searched refs:Steps (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp79 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 DExprEngine.h191 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 DCoreEngine.h144 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
149 unsigned Steps,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h138 MergeOptions &setMaxWidenSteps(unsigned Steps = 1) {
140 MaxWidenSteps = Steps;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp3504 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 DSemaExprCXX.cpp6584 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 DSemaTemplateInstantiateDecl.cpp296 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 DInitialization.h968 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 Drfc2437.txt351 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 DREADME.TLS99 Steps for adding TLS support for a new platform:
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample4.rst82 **Steps:**
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToAddABuilder.rst23 Steps To Add Builder To LLVM Buildbot
H A DOpaquePointers.rst118 Frontend Migration Steps
H A DSupportPolicy.rst195 Steps for removal
H A DXRayExample.rst336 Next Steps
H A DMergeFunctions.rst370 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 Dsoftfloat-source.txt69 Steps to Creating a `softfloat.o'
280 Steps to Creating a `softfloat.o'
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp706 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 Dtestfloat-source.txt81 Steps to Creating the TestFloat Executables
385 Steps to Creating the TestFloat Executables
/netbsd-src/sys/arch/m68k/fpsp/
H A Dsetox.sa103 * 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 DMipsSEISelLowering.cpp748 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 DREADME.NetBSD11 # Steps in this document:
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/
H A Dgprofng.info55 * 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 Dlocal_cname.rpl186 ; Steps where queries are sent, one at a time, to unbound.
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dintroduction.rst228 :alt: DNSSEC Validation 12 Steps

12