Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp164 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, in ExecuteWorkList() argument
201 bool UnlimitedSteps = Steps == 0; in ExecuteWorkList()
205 if (Steps == 0) { in ExecuteWorkList()
209 --Steps; in ExecuteWorkList()
272 unsigned Steps, in ExecuteWorkListWithInitialState() argument
275 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h109 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) {
110 return Engine.ExecuteWorkList(L, Steps, 0);
117 bool ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, in ExecuteWorkListWithInitialState() argument
120 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst); in ExecuteWorkListWithInitialState()
DCoreEngine.h127 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
131 unsigned Steps,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaInit.cpp2673 return !Steps.empty() && Steps.back().Kind == SK_BindReference; in isDirectReferenceBinding()
2720 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
2734 Steps.push_back(S); in AddAddressOverloadResolutionStep()
2746 Steps.push_back(S); in AddDerivedToBaseCastStep()
2754 Steps.push_back(S); in AddReferenceBindingStep()
2761 Steps.push_back(S); in AddExtraneousCopyToTemporary()
2775 Steps.push_back(S); in AddUserConversionStep()
2794 Steps.push_back(S); in AddQualificationConversionStep()
2803 Steps.push_back(S); in AddLValueToRValueStep()
2814 Steps.push_back(S); in AddConversionSequenceStep()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DInitialization.h741 SmallVector<Step, 4> Steps; variable
909 step_iterator step_begin() const { return Steps.begin(); } in step_begin()
910 step_iterator step_end() const { return Steps.end(); } in step_end()
/freebsd-9-stable/lib/libc/softfloat/
Dsoftfloat-source.txt70 Steps to Creating a `softfloat.o'
281 Steps to Creating a `softfloat.o'
/freebsd-9-stable/tools/test/testfloat/
Dtestfloat-source.txt81 Steps to Creating the TestFloat Executables
385 Steps to Creating the TestFloat Executables