HomeSort by relevance Sort by last modified time
    Searched defs:BCO (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ParentMap.cpp 57 BinaryConditionalOperator *BCO = cast<BinaryConditionalOperator>(S);
59 M[BCO->getCommon()] = S;
60 BuildParentMap(M, BCO->getCommon(), OV_Transparent);
62 M[BCO->getCond()] = S;
63 BuildParentMap(M, BCO->getCond(), OV_Opaque);
65 M[BCO->getTrueExpr()] = S;
66 BuildParentMap(M, BCO->getTrueExpr(), OV_Opaque);
68 M[BCO->getFalseExpr()] = S;
69 BuildParentMap(M, BCO->getFalseExpr(), OV_Transparent);
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 2166 milliseconds