Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp35 FlattenedSpelling(const std::string &Variety, const std::string &Name, in FlattenedSpelling() argument
37 V(Variety), N(Name), NS(Namespace), K(KnownToGCC) {} in FlattenedSpelling()
1076 std::string Variety = Spellings[I].variety(); in writePrettyPrintFunction() local
1078 if (Variety == "GNU") { in writePrettyPrintFunction()
1081 } else if (Variety == "CXX11") { in writePrettyPrintFunction()
1089 } else if (Variety == "Declspec") { in writePrettyPrintFunction()
1092 } else if (Variety == "Keyword") { in writePrettyPrintFunction()
1095 } else if (Variety == "Pragma") { in writePrettyPrintFunction()
1113 if (Variety == "Pragma") { in writePrettyPrintFunction()
1216 std::string Variety = S.variety(); in CreateSemanticSpellings() local
[all …]
/external/ceres-solver/docs/source/
Dversion_history.rst123 #. Variety of code cleanups, optimizations and bug fixes to the line
152 #. Variety of bug fixes and cleanups to the ``CMake`` build system
159 #. Variety of lint cleanups (William Rucklidge & Jim Roseborough)
/external/tinyxml/
Dchanges.txt190 - Variety of type cleanup and warning fixes. Thanks Warren Stevens.
/external/clang/include/clang/Basic/
DAttr.td183 string Variety = variety;