Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp165 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, in ExecuteWorkList() argument
202 bool UnlimitedSteps = Steps == 0; in ExecuteWorkList()
206 if (Steps == 0) { in ExecuteWorkList()
210 --Steps; in ExecuteWorkList()
273 unsigned Steps, in ExecuteWorkListWithInitialState() argument
276 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.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()
HDCoreEngine.h122 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
126 unsigned Steps,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp2977 return !Steps.empty() && Steps.back().Kind == SK_BindReference; in isDirectReferenceBinding()
3024 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
3038 Steps.push_back(S); in AddAddressOverloadResolutionStep()
3050 Steps.push_back(S); in AddDerivedToBaseCastStep()
3058 Steps.push_back(S); in AddReferenceBindingStep()
3065 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3079 Steps.push_back(S); in AddUserConversionStep()
3098 Steps.push_back(S); in AddQualificationConversionStep()
3105 Steps.push_back(S); in AddAtomicConversionStep()
3114 Steps.push_back(S); in AddLValueToRValueStep()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDInitialization.h762 SmallVector<Step, 4> Steps; variable
945 step_iterator step_begin() const { return Steps.begin(); } in step_begin()
946 step_iterator step_end() const { return Steps.end(); } in step_end()
/NextBSD/lib/libc/softfloat/
HDsoftfloat-source.txt70 Steps to Creating a `softfloat.o'
281 Steps to Creating a `softfloat.o'
/NextBSD/tools/test/testfloat/
HDtestfloat-source.txt81 Steps to Creating the TestFloat Executables
385 Steps to Creating the TestFloat Executables