HomeSort by relevance Sort by last modified time
    Searched defs:DC (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 60 const DeclContext *DC = FD->getDeclContext();
61 while (DC->isTransparentContext())
62 DC = DC->getParent();
65 if (!DC->isTranslationUnit())
  /external/clang/lib/Sema/
Scope.cpp 217 if (const DeclContext *DC = getEntity())
218 OS << "Entity : (clang::DeclContext*)" << DC << '\n';
SemaCXXScopeSpec.cpp 192 DeclContext *DC) {
193 assert(DC && "given null context");
195 TagDecl *tag = dyn_cast<TagDecl>(DC);
764 DeclContext *DC = LookupCtx ? LookupCtx : CurContext;
765 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
766 CXXRecordDecl *ContainingClass = dyn_cast<CXXRecordDecl>(DC->getParent());
    [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 198 DeclContext *DC = Ctx.getTranslationUnitDecl();
204 for (impl_iterator I = impl_iterator(DC->decls_begin()),
205 E = impl_iterator(DC->decls_end()); I != E; ++I) {
Transforms.cpp 525 DeclContext *DC = Ctx.getTranslationUnitDecl();
531 for (impl_iterator I = impl_iterator(DC->decls_begin()),
532 E = impl_iterator(DC->decls_end()); I != E; ++I) {
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 46 DefCon &DC = Z<DefCon>::value;
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 90 LLVMDisasmContext *DC =
93 if (!DC)
96 DC->setCPU(CPU);
97 return DC;
119 LLVMDisasmContext *DC = (LLVMDisasmContext *)DCR;
120 delete DC;
123 /// \brief Emits the comments that are stored in \p DC comment stream.
125 static void emitComments(LLVMDisasmContext *DC,
128 StringRef Comments = DC->CommentsToEmit.str();
130 const MCAsmInfo *MAI = DC->getAsmInfo()
    [all...]
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 411 LazyCallGraph::SCC &DC = *CG.lookupSCC(D);
414 EXPECT_TRUE(AC.isAncestorOf(DC));
415 EXPECT_TRUE(DC.isDescendantOf(AC));
416 EXPECT_TRUE(DC.isDescendantOf(BC));
417 EXPECT_TRUE(DC.isDescendantOf(CC));
422 EXPECT_TRUE(AC.isParentOf(DC));
426 EXPECT_EQ(&DC, CG.lookupSCC(D));
468 LazyCallGraph::SCC &DC = *CG.lookupSCC(D1);
475 ASSERT_EQ(&DC, CG.lookupSCC(D2));
476 ASSERT_EQ(&DC, CG.lookupSCC(D3))
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_dequant.cpp 60 typeDCStore *DC = video->predDC + mbnum;
367 (*DC)[comp] = datablock[0];
511 typeDCStore *DC = video->predDC + mbnum;
801 (*DC)[comp] = datablock[0];
813 typeDCStore *DC = video->predDC + mbnum;
1052 (*DC)[comp] = datablock[0];
    [all...]
combined_decode.cpp 351 typeDCStore *DC = video->predDC + mbnum;
377 (*DC)[comp] = mid_gray;
535 typeDCStore *DC = video->predDC + mbnum;
671 (*DC)[comp] = mid_gray;
701 (*DC)[4] = mid_gray;
725 (*DC)[5] = mid_gray;
753 (*DC)[comp] = mid_gray;
779 (*DC)[4] = mid_gray;
803 (*DC)[5] = mid_gray;
datapart_decode.cpp 509 /* Purpose : Decode DQUANT and DC in Data Partitioned Mode for both */
524 typeDCStore *DC = video->predDC + mbnum;
540 if (MBtype & INTRA_MASK) /* INTRA || INTRA_Q */ /* no switch, code DC separately */
554 status = PV_DecodePredictedIntraDC(comp, stream, (*DC + comp)); /* 03/01/01 */
562 (*DC)[comp] = 0; /* 04/26/01 needed for switched case*/
579 typeDCStore *DC = video->predDC + mbnum;
593 (*DC)[comp] = mid_gray;
631 typeDCStore *DC = video->predDC + mbnum;
682 dataBlock[0] = (*DC)[comp];
721 (*DC)[comp] = mid_gray
    [all...]
  /frameworks/compile/slang/
slang_rs_context.cpp 359 clang::DeclContext *const DC = FD->getDeclContext();
363 mCtx, DC, Loc, Loc,
368 VD->setLexicalDeclContext(DC);
369 DC->addDecl(VD);
slang_rs_foreach_lowering.cpp 144 clang::DeclContext* DC = mASTCtxt.getTranslationUnitDecl();
173 mASTCtxt, DC, Loc, Loc, N, T, nullptr, clang::SC_Extern);
  /system/bt/btcore/src/
device_class.c 34 #define DC(x) ((_bt_device_class_t *)x)
55 static bool device_class_get_major_service_(const bt_device_class_t *dc, int bitmask);
56 static void device_class_clr_major_service_(bt_device_class_t *dc, int bitmask);
57 static void device_class_set_major_service_(bt_device_class_t *dc, int bitmask);
59 void device_class_from_stream(bt_device_class_t *dc, const uint8_t *data) {
60 assert(dc != NULL);
62 *dc = *(bt_device_class_t *)data;
65 int device_class_to_stream(const bt_device_class_t *dc, uint8_t *data, size_t len) {
66 assert(dc != NULL);
70 data[i] = dc->_[i]
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 182 public static final ASN1ObjectIdentifier DC = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.25");
211 DefaultSymbols.put(DC, "DC");
246 DefaultLookUp.put("dc", DC);
287 if (oid.equals(EmailAddress) || oid.equals(DC))
  /external/clang/lib/Frontend/
ASTConsumers.cpp 82 if (DeclContext *DC = dyn_cast<DeclContext>(D)) {
83 if (DC == DC->getPrimaryContext())
84 DC->dumpLookups(Out, Dump);
87 << DC->getPrimaryContext() << "\n";
193 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
197 void DeclContextPrinter::PrintDeclContext(const DeclContext* DC,
200 switch (DC->getDeclKind()) {
202 Out << "[translation unit] " << DC;
206 const NamespaceDecl* ND = cast<NamespaceDecl>(DC);
    [all...]
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 76 DC, AB;
77 __m128 dA, dB, dC, dD; // determinant of the sub-matrices
84 // DC = D# * C
85 DC = _mm_mul_ps(_mm_shuffle_ps(D,D,0x0F), C);
86 DC = _mm_sub_ps(DC,_mm_mul_ps(_mm_shuffle_ps(D,D,0xA5), _mm_shuffle_ps(C,C,0x4E)));
95 // dC = |C|
96 dC = _mm_mul_ps(_mm_shuffle_ps(C, C, 0x5F),C);
97 dC = _mm_sub_ss(dC, _mm_movehl_ps(dC,dC))
    [all...]
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 365 static class DC
368 @Inject private DC() {}
  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.c 79 #define DC(c) OP (0, MSP430_Operand_Immediate, 0, c)
    [all...]
rl78-decode.c 108 #define DC(c) OP (0, RL78_Operand_Immediate, 0, c)
843 ID(branch_cond_clear); SM(None, SADDR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
863 ID(branch_cond_clear); DC(pc+IMMS(1)+3); SR(A); SB(bit); COND(T);
881 ID(branch_cond); SM(None, SADDR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
901 ID(branch_cond); DC(pc+IMMS(1)+3); SR(A); SB(bit); COND(T);
919 ID(branch_cond); SM(None, SADDR); SB(bit); DC(pc+IMMS(1)+4); COND(F);
939 ID(branch_cond); DC(pc+IMMS(1)+3); SR(A); SB(bit); COND(F);
    [all...]
rx-decode.c 107 #define DC(c) OP (0, RX_Operand_Immediate, 0, c)
364 ID(branch); DC(pc + IMMex(3));
379 ID(jsr); DC(pc + IMMex(3));
    [all...]
  /external/aac/libSBRenc/src/
fram_gen.h 109 #define DC 4711 /*!< helper constant: don't care */
  /external/clang/lib/Index/
USRGeneration.cpp 174 void USRGenerator::VisitDeclContext(const DeclContext *DC) {
175 if (const NamedDecl *D = dyn_cast<NamedDecl>(DC))
494 const DeclContext *DC = D->getDeclContext();
495 if (const NamedDecl *DCN = dyn_cast<NamedDecl>(DC))
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 41 DC,
54 return DC;
174 T0, /* DC */
201 B2, /* DC */
  /external/clang/include/clang/AST/
Decl.h 101 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
102 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
138 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) {
139 return static_cast<ExternCContextDecl *>(const_cast<DeclContext*>(DC));
156 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
157 : Decl(DK, DC, L), Name(N) { }
248 const DeclContext *DC = getDeclContext();
253 if (isa<EnumDecl>(DC))
254 DC = DC->getRedeclContext()
    [all...]

Completed in 4265 milliseconds

1 2 3 4 5