HomeSort by relevance Sort by last modified time
    Searched defs:DI (Results 26 - 48 of 48) sorted by null

12

  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentHashMapTest.java 46 static class DI extends BI { DI(int value) { super(value); } }
95 assertTrue(m.containsKey(new DI(i)));
  /external/clang/lib/CodeGen/
CGDecl.cpp 95 if (CGDebugInfo *DI = getDebugInfo())
96 DI->EmitNamespaceAlias(cast<NamespaceAliasDecl>(D));
99 if (CGDebugInfo *DI = getDebugInfo())
100 DI->EmitUsingDecl(cast<UsingDecl>(D));
103 if (CGDebugInfo *DI = getDebugInfo())
104 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(D));
351 CGDebugInfo *DI = getDebugInfo();
352 if (DI &&
354 DI->setLocation(D.getLocation());
355 DI->EmitGlobalVariable(var, &D)
    [all...]
CGStmt.cpp 36 if (CGDebugInfo *DI = getDebugInfo()) {
39 DI->EmitLocation(Builder, Loc);
785 CGDebugInfo *DI = getDebugInfo();
786 if (DI)
787 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin());
875 if (DI)
876 DI->EmitLexicalBlockEnd(Builder, S.getSourceRange().getEnd());
891 CGDebugInfo *DI = getDebugInfo();
892 if (DI)
893 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin())
    [all...]
CGCall.cpp     [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp 478 for (DeclContext::lookup_iterator DI = I->Decls.begin(),
479 DE = I->Decls.end(); DI != DE; ++DI)
480 addDecl(*DI);
    [all...]
SemaTemplateInstantiateDecl.cpp 245 TypeSourceInfo *DI = D->getTypeSourceInfo();
246 if (DI->getType()->isInstantiationDependentType() ||
247 DI->getType()->isVariablyModifiedType()) {
248 DI = SemaRef.SubstType(DI, TemplateArgs,
250 if (!DI) {
252 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
255 SemaRef.MarkDeclarationsReferencedInType(D->getLocation(), DI->getType());
262 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>();
271 DI = SemaRef.Context.getTrivialTypeSourceInfo
    [all...]
SemaTemplate.cpp 490 TypeSourceInfo *DI;
491 QualType T = SemaRef.GetTypeFromParser(Arg.getAsType(), &DI);
492 if (!DI)
493 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
494 return TemplateArgumentLoc(TemplateArgument(T), DI);
    [all...]
SemaType.cpp     [all...]
TreeTransform.h 301 TypeSourceInfo *TransformType(TypeSourceInfo *DI);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 355 MachineInstr *DI = MRI->getVRegDef(PhiOpReg);
356 unsigned UpdOpc = DI->getOpcode();
362 unsigned IndReg = DI->getOperand(1).getReg();
364 unsigned UpdReg = DI->getOperand(0).getReg();
365 int64_t V = DI->getOperand(2).getImm();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 466 std::pair<Type, std::string> emitDagSaveTemp(DagInit *DI);
467 std::pair<Type, std::string> emitDagSplat(DagInit *DI);
468 std::pair<Type, std::string> emitDagDup(DagInit *DI);
469 std::pair<Type, std::string> emitDagShuffle(DagInit *DI);
470 std::pair<Type, std::string> emitDagCast(DagInit *DI, bool IsBitCast);
471 std::pair<Type, std::string> emitDagCall(DagInit *DI);
472 std::pair<Type, std::string> emitDagNameReplace(DagInit *DI);
473 std::pair<Type, std::string> emitDagLiteral(DagInit *DI);
474 std::pair<Type, std::string> emitDagOp(DagInit *DI);
475 std::pair<Type, std::string> emitDag(DagInit *DI);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 343 MachineBasicBlock::iterator DI = std::next(I);
344 while (DI != MBB.end()) {
345 MachineInstr *InstToDelete = DI;
346 ++DI;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 113 #define DI di
114 #define EDI di
175 #define DI %di
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 113 #define DI di
114 #define EDI di
175 #define DI %di
    [all...]

Completed in 670 milliseconds

12