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

  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 126 MachineBasicBlock::iterator ReturnLoc = --MBB->end();
128 while (ReturnLoc->isDebugValue())
129 --ReturnLoc;
130 assert(ReturnLoc->isReturn() && !ReturnLoc->isCall() &&
133 addPadding(MBB, ReturnLoc, Threshold - Cycles);
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 219 static InitializedEntity InitializeResult(SourceLocation ReturnLoc,
221 return InitializedEntity(EK_Result, ReturnLoc, Type, NRVO);
    [all...]
Sema.h     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]

Completed in 616 milliseconds