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

  /external/pdfium/fxjs/
cjs_return.h 23 bool HasReturn() const { return !return_.IsEmpty(); }
JS_Define.h 85 if (result.HasReturn())
141 if (result.HasReturn())
cfxjse_class.cpp 96 if (result.HasReturn())
cjs_global.cpp 74 if (result.HasReturn())
cjs_publicmethods.cpp 138 if (result.HasReturn())
    [all...]
  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 39 // HasReturn - Whether the BB contains a return instruction
40 bool HasReturn;
42 // Cycles - Number of cycles until return if HasReturn is true, otherwise
46 VisitedBBInfo() : HasReturn(false), Cycles(0) {}
47 VisitedBBInfo(bool HasReturn, unsigned int Cycles)
48 : HasReturn(HasReturn), Cycles(Cycles) {}
155 bool hasReturn = cyclesUntilReturn(MBB, Cycles);
159 if (hasReturn) {
185 return BBInfo.HasReturn;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfgNode.h 58 /// The HasReturn flag indicates that this node contains a return instruction
60 void setHasReturn() { HasReturn = true; }
61 bool getHasReturn() const { return HasReturn; }
140 bool HasReturn = false; /// does this block need an epilog?
WasmTranslator.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndrtypes.h 83 unsigned char HasReturn : 1;
ndr64types.h 73 NDR64_UINT32 HasReturn : 1;
  /external/llvm/lib/Analysis/
InlineCost.cpp 100 bool HasReturn;
213 HasReturn(false), HasIndirectBr(false), HasFrameEscape(false),
    [all...]

Completed in 163 milliseconds