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

  /system/extras/fatblock/
utils.h 25 #define DIE(...) do { EPRINT(__VA_ARGS__); exit(EXIT_FAILURE); } while (0)
32 void die(char *msg);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 1 //===--- 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) {
123 << "Die: "
163 void DIE::dump() {
203 default: llvm_unreachable("DIE Value form not supported yet");
225 default: llvm_unreachable("DIE Value form not supported yet")
    [all...]
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
110 /// DIE - A structured debug information entry. Has an abbreviation which
114 class DIE {
130 std::vector<DIE *> Children;
132 DIE *Parent;
141 explicit DIE(unsigned Tag)
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/
HotSpotSystem.java 42 public static final int DIE = 9;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h 104 #define DIE 207 /* tell the daemon to exit() */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 104 #define DIE 207 /* tell the daemon to exit() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 104 #define DIE 207 /* tell the daemon to exit() */
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 202 // Whether we should die when reporting an error.
203 enum DieWhenReporting { DIE, DO_NOT_DIE };
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'. "
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 232 InitListExpr *IList, DesignatedInitExpr *DIE,
    [all...]

Completed in 406 milliseconds