Searched defs:DIE (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp1 //===--- lib/CodeGen/DIE.cpp - DWARF Info Entries -------------------------===//
14 #include "DIE.h"
107 // DIE Implementation
110 DIE::~DIE() {
116 void DIE::print(raw_ostream &O, unsigned IncIndent) {
163 void DIE::dump() {
203 default: llvm_unreachable("DIE Value form not supported yet");
225 default: llvm_unreachable("DIE Value form not supported yet");
347 DIE
[all...]
H A DDIE.h1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
110 /// DIE - A structured debug information entry. Has an abbreviation which
114 class DIE { class in namespace:llvm
130 std::vector<DIE *> Children;
132 DIE *Parent;
141 explicit DIE(unsigned Tag) function in class:llvm::DIE
144 virtual ~DIE();
152 const std::vector<DIE *> &getChildren() const { return Children; }
154 DIE *getParent() const { return Parent; }
159 /// addValue - Add a value and attributes to a DIE
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DHotSpotSystem.java42 public static final int DIE = 9; field in class:HotSpotSystem.HotSpotType
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc203 enum DieWhenReporting { DIE, DO_NOT_DIE }; enumerator in enum:google::__anon3106::DieWhenReporting
211 if (should_die == DIE)
688 ReportError(DIE, "ERROR: flag '%s' was defined more than once "
694 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
954 ReportError(DIE, "ERROR: empty flaglist entry\n");
956 ReportError(DIE, "ERROR: flag \"%*s\" begins with '-'\n", len, value);
1318 ReportError(DIE, "ERROR: error parsing env variable '%s' with value '%s'\n",
1489 ReportError(DIE, "ERROR: SetUsageMessage() called twice\n");
/external/clang/lib/AST/
H A DExpr.cpp3586 DesignatedInitExpr *DIE = const_cast<DesignatedInitExpr*>(this); local
3588 return DIE->getDesignator(0)->getSourceRange();
3589 return SourceRange(DIE->getDesignator(0)->getStartLocation(),
3590 DIE->getDesignator(size()-1)->getEndLocation());
/external/clang/lib/Sema/
H A DSemaInit.cpp232 InitListExpr *IList, DesignatedInitExpr *DIE,
1193 if (DesignatedInitExpr *DIE = dyn_cast<DesignatedInitExpr>(Init)) {
1202 if (CheckDesignatedInitializer(Entity, IList, DIE, 0,
1351 if (DesignatedInitExpr *DIE = dyn_cast<DesignatedInitExpr>(Init)) {
1360 if (CheckDesignatedInitializer(Entity, IList, DIE, 0,
1475 DesignatedInitExpr *DIE,
1486 DIE->getDesignator(DesigIdx)->getDotLoc(),
1487 DIE->getDesignator(DesigIdx)->getFieldLoc()));
1498 DIE->ExpandDesignator(SemaRef.Context, DesigIdx, &Replacements[0],
1521 DesignatedInitExpr *DIE) {
1474 ExpandAnonymousFieldDesignator(Sema &SemaRef, DesignatedInitExpr *DIE, unsigned DesigIdx, IndirectFieldDecl *IndirectField) argument
1520 CloneDesignatedInitExpr(Sema &SemaRef, DesignatedInitExpr *DIE) argument
1588 CheckDesignatedInitializer(const InitializedEntity &Entity, InitListExpr *IList, DesignatedInitExpr *DIE, unsigned DesigIdx, QualType &CurrentObjectType, RecordDecl::field_iterator *NextField, llvm::APSInt *NextElementIndex, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex, bool FinishSubobjectInit, bool TopLevelObject) argument
2264 DesignatedInitExpr *DIE local
[all...]

Completed in 941 milliseconds