Searched defs:StringVals (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | MSP430AttributeParser.cpp | 24 static const char *StringVals[] = {"None", "MSP430", "MSP430X"}; in parseISA() local 29 static const char *StringVals[] = {"None", "Small", "Large"}; in parseCodeModel() local 34 static const char *StringVals[] = {"None", "Small", "Large", "Restricted"}; in parseDataModel() local 39 static const char *StringVals[] = {"None", "Small", "Integer", "Don't Care"}; in parseEnumSize() local
|