Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp165 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, in ExecuteWorkList() argument
210 bool UnlimitedSteps = Steps == 0; in ExecuteWorkList()
215 G.reserve(std::min(Steps,PreReservationCap)); in ExecuteWorkList()
219 if (Steps == 0) { in ExecuteWorkList()
223 --Steps; in ExecuteWorkList()
285 unsigned Steps, in ExecuteWorkListWithInitialState() argument
288 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h108 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) {
109 return Engine.ExecuteWorkList(L, Steps, nullptr);
116 bool ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, in ExecuteWorkListWithInitialState() argument
119 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst); in ExecuteWorkListWithInitialState()
DCoreEngine.h125 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
129 unsigned Steps,
/external/clang/lib/Sema/
DSemaInit.cpp3068 return !Steps.empty() && Steps.back().Kind == SK_BindReference; in isDirectReferenceBinding()
3116 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
3130 Steps.push_back(S); in AddAddressOverloadResolutionStep()
3142 Steps.push_back(S); in AddDerivedToBaseCastStep()
3150 Steps.push_back(S); in AddReferenceBindingStep()
3157 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3171 Steps.push_back(S); in AddUserConversionStep()
3190 Steps.push_back(S); in AddQualificationConversionStep()
3197 Steps.push_back(S); in AddAtomicConversionStep()
3206 Steps.push_back(S); in AddLValueToRValueStep()
[all …]
DSemaTemplateInstantiateDecl.cpp247 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
300 Steps.push_back(Inst.get()); in instantiateOMPDeclareSimdDeclAttr()
306 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps, in instantiateOMPDeclareSimdDeclAttr()
DSemaOpenMP.cpp3634 ArrayRef<unsigned> LinModifiers, ArrayRef<Expr *> Steps, SourceRange SR) { in ActOnOpenMPDeclareSimdDirective() argument
3637 assert(Linears.size() == Steps.size()); in ActOnOpenMPDeclareSimdDirective()
3830 for (auto *E : Steps) { in ActOnOpenMPDeclareSimdDirective()
/external/doclava/src/com/google/doclava/parser/
DREADME.txt14 Steps:
/external/libxml2/doc/
Ddocdescr.doc52 NOTE: Steps 1 through 7 are performed with the command "make rebuild";
53 Steps 3 and 5 through 7 are performed with the command "make all"
/external/clang/include/clang/Sema/
DInitialization.h763 SmallVector<Step, 4> Steps; variable
952 step_iterator step_begin() const { return Steps.begin(); } in step_begin()
953 step_iterator step_end() const { return Steps.end(); } in step_end()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_3-1.in13 Steps:
Dtemplate_1-1.in12 Steps:
Dtemplate_2-1.in13 Steps:
Dtemplate_4-1.in13 Steps:
Dtemplate_4-2.in13 Steps:
Dtemplate_25-1.in14 Steps:
Dtemplate_22-1.in15 Steps:
/external/libavc/common/arm/
Dih264_iquant_itrans_recon_a9.s165 @Steps for Stage 1:
187 @Steps for Stage 2:
339 @Steps for Stage 1:
362 @Steps for Stage 2:
590 @Steps for Stage 2:
610 @Steps for Stage 1:
702 @Steps for Stage 2:
726 @Steps for Stage 3:
/external/clang/lib/Parse/
DParseOpenMP.cpp424 SmallVectorImpl<unsigned> &LinModifiers, SmallVectorImpl<Expr *> &Steps) { in parseDeclareSimdClauses() argument
479 Steps.append(Linears.size() - Steps.size(), Data.TailExpr); in parseDeclareSimdClauses()
510 SmallVector<Expr *, 4> Steps; in ParseOMPDeclareSimdClauses() local
513 Alignments, Linears, LinModifiers, Steps); in ParseOMPDeclareSimdClauses()
526 LinModifiers, Steps, SourceRange(Loc, EndLoc)); in ParseOMPDeclareSimdClauses()
/external/mesa3d/src/gallium/auxiliary/postprocess/
DADDING14 Steps
/external/llvm/docs/
DHowToAddABuilder.rst13 Steps To Add Builder To LLVM Buildbot
DMergeFunctions.rst380 8. Steps 1-6 describe all the possible cases, if we passed steps 1-6 and didn't
571 Steps below are for the case when types are equal, or case when constants are
/external/netperf/
DREADME.windows7 Steps are:
/external/lzma/DOC/
D7zC.txt88 Steps for using 7z decoder
/external/jsoncpp/
DREADME.md55 Steps for generating solution/makefiles using `cmake-gui`:
/external/valgrind/
DREADME_DEVELOPERS120 Steps (1)--(3) can be put in a .gdbinit file, but any directory names must

12