HomeSort by: relevance | last modified time | path
    Searched defs:LDC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 368 const DeclContext *LDC = getLexicalDeclContext();
369 if (!LDC->isDependentContext())
372 if (LDC->isFunctionOrMethod())
374 if (!isa<TagDecl>(LDC))
376 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC))
379 LDC = LDC->getLexicalParent();
  /src/external/gpl3/gdb/dist/sim/arm/
armdefs.h 116 ARMul_LDCs *LDC[16]; /* LDC instruction */
398 ARMul_LDCs * ldc, ARMul_STCs * stc,
  /src/external/gpl3/gdb.old/dist/sim/arm/
armdefs.h 116 ARMul_LDCs *LDC[16]; /* LDC instruction */
398 ARMul_LDCs * ldc, ARMul_STCs * stc,

Completed in 27 milliseconds