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

  /external/clang/test/Parser/
cxx-decl.cpp 165 struct DIE {
169 void test (DIE die, DIE *Die, DIE INT, DIE *FLOAT) {
170 DIE.foo(); // expected-error {{cannot use dot operator on a type}}
171 die.foo();
173 DIE->foo(); // expected-error {{cannot use arrow operator on a type}
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.h 77 DIE()
86 AddDIE (DWARFDebugInfoEntry& die)
88 // The average bytes per DIE entry has been seen to be
93 // the main compile unit DIE. The compile unit DIE is always
95 // the first compile unit child DIE and should reserve
99 m_die_array.push_back(die);
154 // AddGlobal (const DWARFDebugInfoEntry* die);
  /external/llvm/lib/DebugInfo/
DWARFUnit.cpp 134 for (auto &DIE : DieArray) {
136 SiblingChain->setSibling(&DIE);
139 DIE.getAbbreviationDeclarationPtr()) {
140 // Normal DIE.
142 ParentChain.push_back(&DIE);
145 SiblingChain = ¨
163 // Set the offset to that of the first DIE and calculate the start of the
167 DWARFDebugInfoEntryMinimal DIE;
171 while (DIEOffset < NextCUOffset && DIE.extractFast(this, &DIEOffset)) {
174 Dies.push_back(DIE);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 42 public static final int DIE = 9;
  /bionic/libc/kernel/uapi/linux/
atmmpc.h 119 #define DIE 207
  /development/ndk/platforms/android-L/include/linux/
atmmpc.h 119 #define DIE 207
  /external/kernel-headers/original/uapi/linux/
atmmpc.h 105 #define DIE 207 /* tell the daemon to exit() */
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
107 /// DIE - A structured debug information entry. Has an abbreviation which
111 class DIE {
127 // This can't be a vector<DIE> because pointer validity is requirent for the
129 // It can't be a list<DIE> because some clients need pointer validity before
133 std::vector<std::unique_ptr<DIE>> Children;
135 DIE *Parent;
142 DIE()
147 explicit DIE(dwarf::Tag Tag)
158 const std::vector<std::unique_ptr<DIE>> &getChildren() const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atmmpc.h 105 #define DIE 207 /* tell the daemon to exit() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmmpc.h 105 #define DIE 207 /* tell the daemon to exit() */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 295 InitListExpr *IList, DesignatedInitExpr *DIE,
469 Expr *DIE = CXXDefaultInitExpr::Create(SemaRef.Context, Loc, Field);
471 ILE->setInit(Init, DIE);
473 ILE->updateInit(SemaRef.Context, Init, DIE);
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 1047 milliseconds