Home
last modified time | relevance | path

Searched defs:NamedValue (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeCommandLine.hpp45 struct NamedValue struct
47 const char* name;
48 T value;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp479 static MatchTableRecord NamedValue(StringRef NamedValue) { in NamedValue() argument
483 static MatchTableRecord NamedValue(StringRef NamedValue, int64_t RawValue) { in NamedValue() argument
487 static MatchTableRecord NamedValue(StringRef Namespace, in NamedValue() function in __anon685cc1160111::MatchTable
488 StringRef NamedValue) { in NamedValue()
492 static MatchTableRecord NamedValue(StringRef Namespace, StringRef NamedValue, in NamedValue() function in __anon685cc1160111::MatchTable
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp298 if (const VariantValue NamedValue = in parseIdentifierPrefixImpl() local
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py226 class NamedValue(object): class