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

  /external/v8/src/
objects-visiting.h 222 template<typename StaticVisitor, typename BodyDescriptor, typename ReturnType>
225 static inline ReturnType Visit(Map* map, HeapObject* object) {
232 return static_cast<ReturnType>(object_size);
236 static inline ReturnType VisitSpecialized(Map* map, HeapObject* object) {
243 return static_cast<ReturnType>(object_size);
248 template<typename StaticVisitor, typename BodyDescriptor, typename ReturnType>
251 static inline ReturnType Visit(Map* map, HeapObject* object) {
257 return static_cast<ReturnType>(BodyDescriptor::kSize);
  /external/llvm/lib/VMCore/
LLVMContextImpl.h 146 const Type *ReturnType;
150 ReturnType(R), Params(P), isVarArg(V) {}
152 ReturnType(that.ReturnType),
156 ReturnType(FT->getReturnType()),
160 if (ReturnType != that.ReturnType)
179 return hash_combine(Key.ReturnType,
Type.cpp 382 FunctionType *FunctionType::get(Type *ReturnType,
384 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl;
385 FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg);
394 new (FT) FunctionType(ReturnType, Params, isVarArg);
Core.cpp 273 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
277 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
    [all...]
  /external/chromium/base/
id_map.h 116 template<class ReturnType>
143 ReturnType* GetCurrentValue() const {
  /external/clang/lib/Sema/
SemaLambda.cpp 179 LSI->ReturnType = CallOperator->getResultType();
181 if (!LSI->ReturnType->isDependentType() &&
182 !LSI->ReturnType->isVoidType()) {
183 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType,
186 } else if (LSI->ReturnType->isObjCObjectOrInterfaceType()) {
188 << LSI->ReturnType;
646 if (LSI->ReturnType.isNull()) {
647 LSI->ReturnType = Context.VoidTy;
665 !Context.hasSameType(LSI->ReturnType, Context.VoidTy))
674 = Context.getFunctionType(LSI->ReturnType,
    [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.h 177 const char *ReturnType,
184 const char *ReturnType,
slang_rs_reflection.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 242 /// ReturnType - The target type of return statements in this context,
244 QualType ReturnType;
Sema.h     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 972 /*ReturnType=*/ ParsedType());
978 ParsedType ReturnType;
981 ReturnType = ParseObjCTypeName(DSRet, Declarator::ObjCResultContext, 0);
990 ReturnType);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/include/llvm-c/
Core.h 730 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
    [all...]

Completed in 735 milliseconds