/external/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 165 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/ |
D | ExprEngine.h | 108 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()
|
D | CoreEngine.h | 125 bool ExecuteWorkList(const LocationContext *L, unsigned Steps, 129 unsigned Steps,
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 3068 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 …]
|
D | SemaTemplateInstantiateDecl.cpp | 247 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()
|
D | SemaOpenMP.cpp | 3634 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/ |
D | README.txt | 14 Steps:
|
/external/libxml2/doc/ |
D | docdescr.doc | 52 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/ |
D | Initialization.h | 763 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/ |
D | template_3-1.in | 13 Steps:
|
D | template_1-1.in | 12 Steps:
|
D | template_2-1.in | 13 Steps:
|
D | template_4-1.in | 13 Steps:
|
D | template_4-2.in | 13 Steps:
|
D | template_25-1.in | 14 Steps:
|
D | template_22-1.in | 15 Steps:
|
/external/libavc/common/arm/ |
D | ih264_iquant_itrans_recon_a9.s | 165 @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/ |
D | ParseOpenMP.cpp | 424 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/ |
D | ADDING | 14 Steps
|
/external/llvm/docs/ |
D | HowToAddABuilder.rst | 13 Steps To Add Builder To LLVM Buildbot
|
D | MergeFunctions.rst | 380 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/ |
D | README.windows | 7 Steps are:
|
/external/lzma/DOC/ |
D | 7zC.txt | 88 Steps for using 7z decoder
|
/external/jsoncpp/ |
D | README.md | 55 Steps for generating solution/makefiles using `cmake-gui`:
|
/external/valgrind/ |
D | README_DEVELOPERS | 120 Steps (1)--(3) can be put in a .gdbinit file, but any directory names must
|