Searched refs:QLIT_QDICT (Results 1 – 3 of 3) sorted by relevance
19 static QLitObject qlit = QLIT_QDICT(((QLitDictEntry[]) {32 static QLitObject qlit_foo = QLIT_QDICT(((QLitDictEntry[]) {
1064 .decoded = QLIT_QDICT(((QLitDictEntry[]){ in simple_dict()1071 .decoded = QLIT_QDICT(((QLitDictEntry[]){ in simple_dict()1076 .decoded = QLIT_QDICT(((QLitDictEntry[]){ in simple_dict()1184 QLIT_QDICT(((QLitDictEntry[]){ in simple_list()1229 QLIT_QDICT(((QLitDictEntry[]){ in simple_whitespace()1242 QLIT_QDICT(((QLitDictEntry[]){ in simple_whitespace()
46 #define QLIT_QDICT(val) \ macro