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

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 32 bool callsSetJmp;
66 CodeMetrics() : callsSetJmp(false), isRecursive(false),
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 123 /// CallsSetJmp - True if the function calls setjmp or sigsetjmp. This is used
126 bool CallsSetJmp;
195 /// callsSetJmp - Returns true if the function calls setjmp or sigsetjmp.
196 bool callsSetJmp() const {
197 return CallsSetJmp;
203 CallsSetJmp = B;

Completed in 4525 milliseconds