Home
last modified time | relevance | path

Searched refs:namedValues (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeCommandLine.hpp65 const NamedValue<ValueType>* namedValues; //!< Named values or null. member
75 , namedValues (DE_NULL) in Option()
87 , namedValues (DE_NULL) in Option()
99 , namedValues (namedValues_) in Option()
112 , namedValues (DE_ARRAY_BEGIN(namedValues_)) in Option()
277 const void* namedValues; member
291 , namedValues (DE_NULL) in OptInfo()
315 const void* findNamedValueMatch (const char* src, const void* namedValues, const void* namedValuesE…
323 DE_ASSERT((!!info->parse) != (!!info->namedValues)); in dispatchParse()
330 …const void* match = findNamedValueMatch(src, info->namedValues, info->namedValuesEnd, info->namedV… in dispatchParse()
[all …]
DdeCommandLine.cpp261 if (opt.namedValues) in help()
265 …for (const void* curValue = opt.namedValues; curValue != opt.namedValuesEnd; curValue = (const voi… in help()
267 if (curValue != opt.namedValues) in help()
295 const void* findNamedValueMatch (const char* src, const void* namedValues, const void* namedValuesE… in findNamedValueMatch() argument
299 …for (const void* curValue = namedValues; curValue != namedValuesEnd; curValue = (const void*)((deU… in findNamedValueMatch()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp174 static std::map<std::string, llvm::Value*> namedValues; variable
230 namedValues.clear(); in createFunction()
237 namedValues[theArgNames[i]] = argIndex; in createFunction()
1222 args.push_back(namedValues["exceptTypeToThrow"]); in createCatchWrappedInvokeFunction()
1398 namedValues.clear(); in createThrowExceptionFunction()
1427 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; in createThrowExceptionFunction()
1473 namedValues["exceptTypeToThrow"]); in createThrowExceptionFunction()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp177 static std::map<std::string, llvm::Value*> namedValues; variable
235 namedValues.clear(); in createFunction()
242 namedValues[theArgNames[i]] = argIndex; in createFunction()
1214 args.push_back(namedValues["exceptTypeToThrow"]); in createCatchWrappedInvokeFunction()
1442 namedValues.clear(); in createThrowExceptionFunction()
1471 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; in createThrowExceptionFunction()
1517 namedValues["exceptTypeToThrow"]); in createThrowExceptionFunction()