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

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
108 if (!IMD)
116 for (auto *PID : IMD->property_impls()) {
  /external/dhcpcd-6.8.2/
dhcp6.h 176 unsigned int IMD;
dhcp6.c 1056 if (state->IMD) {
1066 (uint32_t)(state->IMD * NSEC_PER_SEC));
1123 if (state->IMD) {
1124 state->IMD = 0;
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp 367 ObjCMethodDecl *IMD =
370 if (IMD) {
374 dyn_cast<ObjCContainerDecl>(IMD->getDeclContext());
389 dyn_cast<NamedDecl>(IMD),
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 321 ObjCImplementationDecl *IMD,
    [all...]
RewriteObjC.cpp 267 ObjCImplementationDecl *IMD,
767 ObjCImplementationDecl *IMD,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
ASTContext.cpp 406 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
407 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 238 MDNode *IMD = I->getMetadata(Kind);
245 MD = MDNode::getMostGenericTBAA(MD, IMD);
248 MD = MDNode::getMostGenericAliasScope(MD, IMD);
251 MD = MDNode::intersect(MD, IMD);
254 MD = MDNode::getMostGenericFPMath(MD, IMD);
257 MD = MDNode::intersect(MD, IMD);
    [all...]

Completed in 1177 milliseconds