HomeSort by relevance Sort by last modified time
    Searched refs:NextEntry (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Support/
PrettyStackTrace.h 32 const PrettyStackTraceEntry *NextEntry;
43 const PrettyStackTraceEntry *getNextEntry() const { return NextEntry; }
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
GDBRegistrar.cpp 112 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
113 JITCodeEntry->next_entry = NextEntry;
114 if (NextEntry) {
115 NextEntry->prev_entry = JITCodeEntry;
181 jit_code_entry* NextEntry = JITCodeEntry->next_entry;
183 if (NextEntry) {
184 NextEntry->prev_entry = PrevEntry;
187 PrevEntry->next_entry = NextEntry;
191 __jit_debug_descriptor.first_entry = NextEntry;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJITRegistrar.cpp 120 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
121 JITCodeEntry->next_entry = NextEntry;
122 if (NextEntry != NULL) {
123 NextEntry->prev_entry = JITCodeEntry;
209 jit_code_entry* NextEntry = JITCodeEntry->next_entry;
211 if (NextEntry) {
212 NextEntry->prev_entry = PrevEntry;
215 PrevEntry->next_entry = NextEntry;
219 __jit_debug_descriptor.first_entry = NextEntry;
  /external/llvm/lib/Support/
PrettyStackTrace.cpp 104 NextEntry = PrettyStackTraceHead->get();
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 477 ULONGLONG NextEntry:39;
489 ULONGLONG NextEntry:60;
496 ULONGLONG NextEntry:60;
    [all...]

Completed in 191 milliseconds