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

  /external/deqp/modules/gles2/functional/
es2fDebugMarkerTests.cpp 93 enum CallType
124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1));
126 if (callType == CALL_TYPE_PUSH_GROUP || callType == CALL_TYPE_INSERT_MARKER)
144 if (callType == CALL_TYPE_PUSH_GROUP)
  /external/v8/src/ic/
ic-state.h 29 enum CallType { METHOD, FUNCTION };
31 CallICState(int argc, CallType call_type)
41 CallType call_type() const { return call_type_; }
47 class CallTypeBits : public BitField<CallType, Code::kArgumentsBits, 1> {};
50 const CallType call_type_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 287 RpcCallType CallType;
308 RpcCallType CallType;
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/v8/src/
ast.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 500 milliseconds