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

  /external/clang/include/clang/Lex/
Pragma.h 90 /// Handlers - This is a map of the handlers in this namespace with their name
93 llvm::StringMap<PragmaHandler*> Handlers;
114 return Handlers.empty();
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 189 SmallVector<CatchHandler, 8> Handlers;
197 Handlers.push_back(CatchHandler());
198 CatchHandler &Handler = Handlers.back();
213 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size());
214 for (unsigned I = 0, E = Handlers.size(); I != E; ++I)
215 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
228 // Emit the handlers.
229 for (unsigned I = 0, E = Handlers.size(); I != E; ++I) {
230 CatchHandler &Handler = Handlers[I]
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 136 SmallVector<HandlerInfo, 1> Handlers;
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 127 ArrayRef<const CatchPadInst *> Handlers) {
133 for (const CatchPadInst *CPI : Handlers) {
232 SmallVector<const CatchPadInst *, 2> Handlers;
233 for (const BasicBlock *CatchPadBB : CatchSwitch->handlers()) {
235 Handlers.push_back(CatchPad);
248 for (const auto *CatchPad : Handlers) {
257 addTryBlockMapEntry(FuncInfo, TryLow, TryHigh, CatchHigh, Handlers);
325 "SEH doesn't have multiple handlers per __try");
449 // looking for top-level handlers and seed the worklist with them.
485 SmallVector<const CatchPadInst *, 1> Handlers;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 134 milliseconds