HomeSort by relevance Sort by last modified time
    Searched refs:POE (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/AST/
ParentMap.cpp 35 PseudoObjectExpr *POE = cast<PseudoObjectExpr>(S);
38 if (M[POE->getSyntacticForm()])
42 M[POE->getSyntacticForm()] = S;
43 BuildParentMap(M, POE->getSyntacticForm(), OV_Transparent);
45 for (PseudoObjectExpr::semantics_iterator I = POE->semantics_begin(),
46 E = POE->semantics_end();
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 51 if (const PseudoObjectExpr *POE = dyn_cast<PseudoObjectExpr>(S))
53 i = POE->semantics_begin(), e = POE->semantics_end(); i != e; ++i) {
IvarInvalidationChecker.cpp 595 if (const PseudoObjectExpr *POE = dyn_cast<PseudoObjectExpr>(E))
596 E = POE->getSyntacticForm()->IgnoreParenCasts();
DynamicTypePropagation.cpp 589 if (const PseudoObjectExpr *POE = dyn_cast<PseudoObjectExpr>(E))
590 E = POE->getSyntacticForm()->IgnoreParenImpCasts();
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 82 bool VisitPseudoObjectExpr(PseudoObjectExpr *POE) {
83 if (isZeroingPropIvar(POE) && isRemovable(POE)) {
85 Pass.TA.removeStmt(POE);
  /external/clang/lib/Sema/
ScopeInfo.cpp 82 const PseudoObjectExpr *POE = cast<PseudoObjectExpr>(E);
84 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm());
163 if (const PseudoObjectExpr *POE = dyn_cast<PseudoObjectExpr>(E)) {
164 markSafeWeakUse(POE->getSyntacticForm());
SemaExprMember.cpp     [all...]
SemaStmt.cpp 284 } else if (const PseudoObjectExpr *POE = dyn_cast<PseudoObjectExpr>(E)) {
285 const Expr *Source = POE->getSyntacticForm();
    [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp 70 bool VisitPseudoObjectExpr(PseudoObjectExpr *POE);
121 bool CheckDefaultArgumentVisitor::VisitPseudoObjectExpr(PseudoObjectExpr *POE) {
124 i = POE->semantics_begin(), e = POE->semantics_end(); i != e; ++i) {
    [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 486 POE = Traversal.end(); POI != POE; ++POI) {
514 POE = DFS.endPostorder(); POI != POE; ++POI) {
777 POE = Traversal.end(); POI != POE; ++POI) ;
  /external/autotest/site_utils/rpm_control_system/
frontend_server.py 75 dut hostnames. POE info is not stored in the cache.
189 Servo is managed by POE. The related information we need to know
190 include poe hostname, poe interface. Such information is
202 # Servos are managed by Cisco POE switches.
210 'Could not determine POE hostname for %s. '
216 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.POE,
239 responsible for communicating with the given RPM/POE.
246 @return: URI of dispatcher server responsible for the rpm/poe.
rpm_controller_unittest.py 159 STREAM_WELCOME = 'This is a POE switch.\n\nUser Name:'
161 STREAM_DEVICE = '\nchromeos2-poe-sw8#'
162 STREAM_CONFIG = 'chromeos2-poe-sw8(config)#'
163 STREAM_CONFIG_IF = 'chromeos2-poe-sw8(config-if)#'
173 SWITCH = 'chromeos2-poe-switch8'
178 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.POE,
188 self.poe = rpm_controller.CiscoPOEController(self.SWITCH)
192 pexpect.spawn.sendline(self.poe._username)
195 pexpect.spawn.sendline(self.poe._password)
203 self.assertNotEqual(self.poe._login(), None
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 741 if (const PseudoObjectExpr *POE = dyn_cast_or_null<PseudoObjectExpr>(S)) {
742 const Expr *Syntactic = POE->getSyntacticForm();
765 = ObjCMessageDataTy(POE, K).getOpaqueValue();
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1380 milliseconds