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

  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 145 static int ReturnValue = EXIT_SUCCESS;
153 ReturnValue = EXIT_FAILURE;
174 ReturnValue = EXIT_FAILURE;
182 ReturnValue = EXIT_FAILURE;
326 return ReturnValue;
  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.cc 153 int ReturnValue;
266 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
268 return ReturnValue;
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 115 int ReturnValue;
237 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
239 return ReturnValue;
  /external/clang/lib/CodeGen/
CGVTables.cpp 79 llvm::Value *ReturnValue = RV.getScalarVal();
86 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue);
91 ReturnValue = CGF.CGM.getCXXABI().performReturnAdjustment(CGF, ReturnValue,
100 llvm::PHINode *PHI = CGF.Builder.CreatePHI(ReturnValue->getType(), 2);
101 PHI->addIncoming(ReturnValue, AdjustNotNull);
102 PHI->addIncoming(llvm::Constant::getNullValue(ReturnValue->getType()),
104 ReturnValue = PHI;
107 return RValue::get(ReturnValue);
279 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified())
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h 161 /// ReturnValue - The temporary alloca to hold the return value. This is null
163 llvm::Value *ReturnValue;
    [all...]
  /external/chromium_org/v8/include/
v8.h 125 template<typename T> class ReturnValue;
566 template<class F> friend class ReturnValue;
708 template<class F> friend class ReturnValue;
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc     [all...]

Completed in 882 milliseconds