Searched refs:GC_L (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/unicode-segmentation/src/ |
D | grapheme.rs | 257 (GC_L, GC_L) => NotBreak, // GB6 in check_pair() 258 (GC_L, GC_V) => NotBreak, // GB6 in check_pair() 259 (GC_L, GC_LV) => NotBreak, // GB6 in check_pair() 260 (GC_L, GC_LVT) => NotBreak, // GB6 in check_pair()
|
D | tables.rs | 356 GC_L, enumerator 556 GC_Extend), ('\u{109d}', '\u{109d}', GC_Extend), ('\u{1100}', '\u{115f}', GC_L), 635 '\u{a953}', GC_SpacingMark), ('\u{a960}', '\u{a97c}', GC_L), ('\u{a980}', '\u{a982}',
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 7675 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes() local 7677 assert((GC_L != GC_R) && "unequal qualifier sets had only equal elements"); in mergeTypes() 7679 if (GC_L == Qualifiers::Weak || GC_R == Qualifiers::Weak) in mergeTypes() 7682 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) { in mergeTypes() 8002 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeObjCGCQualifiers() local 8004 assert((GC_L != GC_R) && "unequal qualifier sets had only equal elements"); in mergeObjCGCQualifiers() 8006 if (GC_L == Qualifiers::Weak || GC_R == Qualifiers::Weak) in mergeObjCGCQualifiers() 8009 if (GC_L == Qualifiers::Strong) in mergeObjCGCQualifiers()
|