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

  /external/llvm/lib/Analysis/
VectorUtils.cpp 464 MDNode *IMD = IJ->getMetadata(Kind);
467 MD = MDNode::getMostGenericTBAA(MD, IMD);
470 MD = MDNode::getMostGenericAliasScope(MD, IMD);
473 MD = MDNode::intersect(MD, IMD);
476 MD = MDNode::getMostGenericFPMath(MD, IMD);
479 MD = MDNode::intersect(MD, IMD);
  /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 366 ObjCMethodDecl *IMD =
369 if (IMD) {
373 dyn_cast<ObjCContainerDecl>(IMD->getDeclContext());
388 dyn_cast<NamedDecl>(IMD),
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 320 ObjCImplementationDecl *IMD,
    [all...]
RewriteObjC.cpp 268 ObjCImplementationDecl *IMD,
767 ObjCImplementationDecl *IMD,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
ASTContext.cpp 407 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
408 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
    [all...]

Completed in 409 milliseconds