OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueEntry
(Results
1 - 19
of
19
) sorted by null
/external/deqp/framework/randomshaders/
rsgVariableManager.hpp
43
class
ValueEntry
46
ValueEntry
(const Variable* variable);
47
~
ValueEntry
(void) {}
89
ValueEntry
* allocate (const Variable* variable);
90
ValueEntry
* findEntry (const Variable* variable) const;
94
std::vector<
ValueEntry
*>& getValues (void) { return m_entries; }
95
const std::vector<
ValueEntry
*>& getValues (void) const { return m_entries; }
103
std::vector<
ValueEntry
*> m_entries;
184
class ValueEntryIterator : public FilteredIterator<const
ValueEntry
*, std::vector<const
ValueEntry
*>::const_iterator, Filter
[
all
...]
rsgVariableManager.cpp
95
ValueEntry
::
ValueEntry
(const Variable* variable)
155
for (vector<
ValueEntry
*>::iterator i = m_entries.begin(); i != m_entries.end(); i++)
160
ValueEntry
* ValueScope::allocate (const Variable* variable)
162
ValueEntry
* entry = new
ValueEntry
(variable);
183
bool operator== (const
ValueEntry
* entry) const
192
bool operator== (const
ValueEntry
* entry, const CompareEntryVariable& cmp)
197
ValueEntry
* ValueScope::findEntry (const Variable* variable) const
199
vector<
ValueEntry
*>::const_iterator pos = std::find(m_entries.begin(), m_entries.end(), CompareEntryVariable(variabl (…)
[
all
...]
rsgShaderGenerator.cpp
79
const
ValueEntry
* findByName (VariableManager& varManager, const char* name)
85
const
ValueEntry
* entry = *iter;
95
vector<const
ValueEntry
*> entries;
98
for (vector<const
ValueEntry
*>::const_iterator i = entries.begin(); i != entries.end(); i++)
100
const
ValueEntry
* entry = *i;
127
const
ValueEntry
* fragColorEntry = findByName(state.getVariableManager(), getFragColorName(state));
289
const
ValueEntry
* value = m_state.getVariableManager().getValue(variable);
298
const
ValueEntry
* value = m_state.getVariableManager().getValue(variable);
rsgFunctionGenerator.cpp
69
const
ValueEntry
* entry = m_state.getVariableManager().getValue(variable);
rsgExpression.cpp
49
bool operator() (const
ValueEntry
* entry) const
72
bool operator() (const
ValueEntry
* entry) const
100
bool operator() (const
ValueEntry
* entry) const
121
bool operator() (const
ValueEntry
* entry) const
143
bool operator() (const
ValueEntry
* entry) const
835
const
ValueEntry
* entry = state.getRandom().choose<const
ValueEntry
*>(state.getVariableManager().getBegin<IsWritableEntry>(), state.getVariableManager().getEnd<IsWritableEntry>());
871
ConstValueRangeAccess selectedRange = state.getRandom().choose<const
ValueEntry
*>(first, end)->getValueRange();
[
all
...]
rsgStatement.cpp
271
const
ValueEntry
* value = state.getVariableManager().getValue(variable);
/external/llvm/lib/Transforms/Scalar/
Reassociate.cpp
51
struct
ValueEntry
{
54
ValueEntry
(unsigned R, Value *O) : Rank(R), Op(O) {}
56
inline bool operator<(const
ValueEntry
&LHS, const
ValueEntry
&RHS) {
64
static void PrintOps(Instruction *I, const SmallVectorImpl<
ValueEntry
> &Ops) {
180
void RewriteExprTree(BinaryOperator *I, SmallVectorImpl<
ValueEntry
> &Ops);
182
SmallVectorImpl<
ValueEntry
> &Ops);
183
Value *OptimizeAdd(Instruction *I, SmallVectorImpl<
ValueEntry
> &Ops);
184
Value *OptimizeXor(Instruction *I, SmallVectorImpl<
ValueEntry
> &Ops);
189
bool collectMultiplyFactors(SmallVectorImpl<
ValueEntry
> &Ops
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
/external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar
/prebuilts/misc/common/android-support-test/
espresso-core.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/sdk/tools/
jill.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar
Completed in 400 milliseconds