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

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 45 bool exposesReturnsTwice;
86 : exposesReturnsTwice(false), isRecursive(false), notDuplicatable(false),
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 144 /// ExposesReturnsTwice - True if the function calls setjmp or related
149 bool ExposesReturnsTwice;
248 /// exposesReturnsTwice - Returns true if the function calls setjmp or
251 bool exposesReturnsTwice() const {
252 return ExposesReturnsTwice;
258 ExposesReturnsTwice = B;

Completed in 123 milliseconds