HomeSort by: relevance | last modified time | path
    Searched defs:Explorer (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
explore.py 22 class Explorer(object):
25 # This map is filled by the Explorer.init_env() function
83 if type_code in Explorer.type_code_to_explorer_map:
84 explorer_class = Explorer.type_code_to_explorer_map[type_code]
88 print("Explorer for type '%s' not yet available.\n" % str(value.type))
108 if type_code in Explorer.type_code_to_explorer_map:
109 explorer_class = Explorer.type_code_to_explorer_map[type_code]
113 print("Explorer for type '%s' not yet available.\n" % str(datatype))
117 """Initializes the Explorer environment.
122 Explorer.type_code_to_explorer_map =
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
explore.py 22 class Explorer(object):
25 # This map is filled by the Explorer.init_env() function
83 if type_code in Explorer.type_code_to_explorer_map:
84 explorer_class = Explorer.type_code_to_explorer_map[type_code]
88 print("Explorer for type '%s' not yet available.\n" % str(value.type))
108 if type_code in Explorer.type_code_to_explorer_map:
109 explorer_class = Explorer.type_code_to_explorer_map[type_code]
113 print("Explorer for type '%s' not yet available.\n" % str(datatype))
117 """Initializes the Explorer environment.
122 Explorer.type_code_to_explorer_map =
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MustExecute.h 269 /// derived by the explorer depending on the available CFG analyses (see
285 : Visited(Other.Visited), Explorer(Other.Explorer),
289 : Visited(std::move(Other.Visited)), Explorer(Other.Explorer),
344 MustBeExecutedIterator(ExplorerTy &Explorer, const Instruction *I);
362 /// A reference to the explorer that created this iterator.
363 ExplorerTy &Explorer;
384 /// The explorer exposes "must be executed iterators" that traverse the must be
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 463 // explorer iterators.
469 MustBeExecutedContextExplorer &Explorer =
471 auto EIt = Explorer.begin(getCtxI()), EEnd = Explorer.end(getCtxI());
473 if (Explorer.findInContextOf(It.first, EIt, EEnd))
AttributorAttributes.cpp 629 MustBeExecutedContextExplorer &Explorer,
633 auto EIt = Explorer.begin(CtxI), EEnd = Explorer.end(CtxI);
637 bool Found = Explorer.findInContextOf(UserI, EIt, EEnd);
663 MustBeExecutedContextExplorer &Explorer =
666 followUsesInContext<AAType>(AA, A, Explorer, &CtxI, Uses, S);
711 Explorer.checkForAllContext(&CtxI, Pred);
723 followUsesInContext(AA, A, Explorer, &BB->front(), Uses, ChildState);
5121 MustBeExecutedContextExplorer &Explorer =
5129 return Explorer.findInContextOf(UniqueFree, I.getNextNode())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 796 Explorer(
902 return Explorer;
1004 MustBeExecutedContextExplorer Explorer;

Completed in 34 milliseconds