/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 90 bool VisitBinaryOperator(BinaryOperator *BOE) { in VisitBinaryOperator() argument 91 if (isZeroingPropIvar(BOE) && isRemovable(BOE)) { in VisitBinaryOperator() 93 Pass.TA.removeStmt(BOE); in VisitBinaryOperator() 158 bool isZeroingPropIvar(BinaryOperator *BOE) { in isZeroingPropIvar() argument 159 if (BOE->getOpcode() == BO_Comma) in isZeroingPropIvar() 160 return isZeroingPropIvar(BOE->getLHS()) && in isZeroingPropIvar() 161 isZeroingPropIvar(BOE->getRHS()); in isZeroingPropIvar() 163 if (BOE->getOpcode() != BO_Assign) in isZeroingPropIvar() 166 Expr *LHS = BOE->getLHS(); in isZeroingPropIvar() 187 return isZero(BOE->getRHS()); in isZeroingPropIvar()
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ppc-opc.c | 194 #define BOE BO + 1 macro 198 #define BT BOE + 1 2646 { "bc-", B(16,0,0), B_MASK, PPCCOM, { BOE, BI, BDM } }, 2647 { "bc+", B(16,0,0), B_MASK, PPCCOM, { BOE, BI, BDP } }, 2649 { "bcl-", B(16,0,1), B_MASK, PPCCOM, { BOE, BI, BDM } }, 2650 { "bcl+", B(16,0,1), B_MASK, PPCCOM, { BOE, BI, BDP } }, 2652 { "bca-", B(16,1,0), B_MASK, PPCCOM, { BOE, BI, BDMA } }, 2653 { "bca+", B(16,1,0), B_MASK, PPCCOM, { BOE, BI, BDPA } }, 2655 { "bcla-", B(16,1,1), B_MASK, PPCCOM, { BOE, BI, BDMA } }, 2656 { "bcla+", B(16,1,1), B_MASK, PPCCOM, { BOE, BI, BDPA } }, [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ppc-opc.c | 196 #define BOE BO + 1 macro 199 #define BH BOE + 1 2745 { "bc-", B(16,0,0), B_MASK, PPCCOM, { BOE, BI, BDM } }, 2746 { "bc+", B(16,0,0), B_MASK, PPCCOM, { BOE, BI, BDP } }, 2748 { "bcl-", B(16,0,1), B_MASK, PPCCOM, { BOE, BI, BDM } }, 2749 { "bcl+", B(16,0,1), B_MASK, PPCCOM, { BOE, BI, BDP } }, 2751 { "bca-", B(16,1,0), B_MASK, PPCCOM, { BOE, BI, BDMA } }, 2752 { "bca+", B(16,1,0), B_MASK, PPCCOM, { BOE, BI, BDPA } }, 2754 { "bcla-", B(16,1,1), B_MASK, PPCCOM, { BOE, BI, BDMA } }, 2755 { "bcla+", B(16,1,1), B_MASK, PPCCOM, { BOE, BI, BDPA } }, [all …]
|
/openbsd/gnu/usr.bin/perl/lib/unicore/ |
H A D | HangulSyllableType.txt | 208 BD48 ; LV # Lo HANGUL SYLLABLE BOE
|
H A D | LineBreak.txt | 2036 BD48;H2 # Lo HANGUL SYLLABLE BOE
|
H A D | NormTest.txt | 6846 BD48;BD48;1107 116C;BD48;1107 116C; # (뵈; 뵈; 뵈; 뵈; 뵈; ) HANGUL SYLLABLE BOE
|
/openbsd/gnu/llvm/libcxx/utils/data/unicode/ |
H A D | GraphemeBreakProperty.txt | 821 BD48 ; LV # Lo HANGUL SYLLABLE BOE
|
/openbsd/gnu/usr.bin/perl/lib/unicore/auxiliary/ |
H A D | GraphemeBreakProperty.txt | 821 BD48 ; LV # Lo HANGUL SYLLABLE BOE
|
/openbsd/share/zoneinfo/datfiles/ |
H A D | europe | 3737 # https://www.boe.es/datos/pdfs/BOE//1900/209/A00383-00384.pdf
|
/openbsd/gnu/usr.bin/perl/lib/unicore/extracted/ |
H A D | DLineBreak.txt | 3041 BD48 ; H2 # Lo HANGUL SYLLABLE BOE
|