Searched defs:Unnamed (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dtemp_arg_type.cpp30 struct { int x; } Unnamed; // expected-note{{unnamed type used in template argument was declared here}} variable in typeref:struct:__anon18683
31 A<__typeof__(Unnamed)> *a9; // expected-warning{{template argument uses unnamed type}}
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1336 /// When Unnamed is set, return the type of a DAG operand with no name, such as
1341 /// When Unnamed is false, return the type of a named DAG operand such as the
1346 bool Unnamed,
1363 if (Unnamed)
1399 if (Unnamed)
1344 getImplicitType(Record *R, unsigned ResNo, bool NotRegisters, bool Unnamed, TreePattern &TP) argument

Completed in 114 milliseconds