Home
last modified time | relevance | path

Searched defs:BOE (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp91 bool VisitBinaryOperator(BinaryOperator *BOE) { in VisitBinaryOperator()
161 bool isZeroingPropIvar(BinaryOperator *BOE) { in isZeroingPropIvar()
/external/qemu/disas/
Dppc.c517 #define BOE BO + 1 macro
/external/clang/lib/Analysis/
DThreadSafety.cpp381 } else if (const BinaryOperator *BOE = dyn_cast<BinaryOperator>(Exp)) { in buildSExpr() local