OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDNP
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenTarget.h
35
enum
SDNP
{
209
bool hasProperty(enum
SDNP
Prop) const { return Properties & (1 << Prop); }
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenTarget.h
34
enum
SDNP
{
186
bool hasProperty(enum
SDNP
Prop) const { return Properties & (1 << Prop); }
Completed in 239 milliseconds