Searched defs:value_desc (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Dcode-generator.cc619 StateValueDescriptor* value_desc = desc->GetStateValueDescriptor(); local
620 TranslateStateValueDescriptor(&value_desc->fields()[index], translation,
/external/llvm/include/llvm/Support/
H A DCommandLine.h305 // value_desc - Modifier to set the value description shown in the -help
307 struct value_desc { struct in namespace:llvm::cl
309 value_desc(const char *Str) : Desc(Str) {} function in struct:llvm::cl::value_desc
/external/mesa3d/src/mesa/main/
H A Dget.c59 * Putting all this together we end up with struct value_desc below,
60 * and with a couple of macros to help, the table of struct value_desc
148 struct value_desc { struct
226 * declare them all up front so we can refer to them in the value_desc
406 static const struct value_desc values[] = {
1398 const struct value_desc *d;
1497 * \param d the struct value_desc that describes the enum
1501 find_custom_value(struct gl_context *ctx, const struct value_desc *d, union value *v)
1860 * Check extra constraints on a struct value_desc descriptor
1862 * If a struct value_desc ha
[all...]
/external/v8/src/
H A Dobjects.cc4583 PropertyDescriptor value_desc; local
4584 value_desc.set_value(value);
4586 &value_desc, should_throw);

Completed in 145 milliseconds