Searched defs:FunctionType (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFunctionCommonDictionary_autogen.cpp11 int64_t SkPdfFunctionCommonDictionary::FunctionType(SkPdfNativeDoc* doc) { function in class:SkPdfFunctionCommonDictionary
12 SkPdfNativeObject* ret = get("FunctionType", "");
20 return get("FunctionType", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFunctionCommonDictionary_autogen.cpp11 int64_t SkPdfFunctionCommonDictionary::FunctionType(SkPdfNativeDoc* doc) { function in class:SkPdfFunctionCommonDictionary
12 SkPdfNativeObject* ret = get("FunctionType", "");
20 return get("FunctionType", "") != NULL;
/external/clang/test/Sema/
H A Dinvalid-decl.c24 typedef int (FunctionType)(int *value); typedef
27 FunctionType fun; // expected-error {{field 'fun' declared as a function}}
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dcallback.h38 typedef R (FunctionType)(A1, A2, A3, A4); typedef in class:i18n::phonenumbers::FunctionCallback4
40 explicit FunctionCallback4(FunctionType* function) : function_(function) {}
48 FunctionType* const function_;
/external/chromium_org/extensions/browser/api/power/
H A Dpower_api_unittest.cc146 enum FunctionType { enum in class:extensions::PowerApiTest
153 bool CallFunction(FunctionType type,
/external/clang/utils/ABITest/
H A DTypeGen.py162 class FunctionType(Type): class in inherits:Type
403 return FunctionType(N, retTy, args)
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h94 /// FunctionType - Class to represent function types
96 class FunctionType : public Type { class in namespace:llvm
97 FunctionType(const FunctionType &) LLVM_DELETED_FUNCTION;
98 const FunctionType &operator=(const FunctionType &) LLVM_DELETED_FUNCTION;
99 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
102 /// FunctionType::get - This static method is the primary way of constructing
103 /// a FunctionType.
105 static FunctionType *ge
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h880 typedef void (*FunctionType)(); typedef in class:google::protobuf::internal::FunctionClosure0
882 FunctionClosure0(FunctionType function, bool self_deleting)
893 FunctionType function_;
921 typedef void (*FunctionType)(Arg1 arg1); typedef in class:google::protobuf::internal::FunctionClosure1
923 FunctionClosure1(FunctionType function, bool self_deleting,
936 FunctionType function_;
968 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef in class:google::protobuf::internal::FunctionClosure2
970 FunctionClosure2(FunctionType function, bool self_deleting,
983 FunctionType function_;
/external/llvm/lib/IR/
H A DType.cpp177 return cast<FunctionType>(this)->isVarArg();
181 return cast<FunctionType>(this)->getParamType(i);
185 return cast<FunctionType>(this)->getNumParams();
332 // FunctionType Implementation
335 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, function in class:FunctionType
354 // FunctionType::get - The factory function for the FunctionType class.
355 FunctionType *FunctionType
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h821 typedef void (*FunctionType)(); typedef in class:google::protobuf::internal::FunctionClosure0
823 FunctionClosure0(FunctionType function, bool self_deleting)
833 FunctionType function_;
860 typedef void (*FunctionType)(Arg1 arg1); typedef in class:google::protobuf::internal::FunctionClosure1
862 FunctionClosure1(FunctionType function, bool self_deleting,
874 FunctionType function_;
905 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef in class:google::protobuf::internal::FunctionClosure2
907 FunctionClosure2(FunctionType function, bool self_deleting,
919 FunctionType function_;
/external/chromium_org/v8/src/
H A Dtypes.h303 class FunctionType;
311 typedef typename Config::template Handle<FunctionType>::type FunctionHandle;
345 return FunctionType::New(result, receiver, arity, region);
447 FunctionType* AsFunction() { return FunctionType::cast(this); }
851 class TypeImpl<Config>::FunctionType : public StructuralType { class in class:v8::internal::TypeImpl
862 FunctionHandle type = Config::template cast<FunctionType>(
869 static FunctionType* cast(TypeImpl* type) {
871 return static_cast<FunctionType*>(type);
H A Dast.h2311 enum FunctionType { enum in class:v8::internal::FINAL
2451 int parameter_count, FunctionType function_type,
3487 FunctionLiteral::FunctionType function_type,
/external/clang/include/clang/Sema/
H A DScopeInfo.h529 QualType FunctionType; member in class:clang::sema::BlockScopeInfo
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp933 const FunctionType *ParamFunction = Param->getAs<FunctionType>(),
934 *ArgFunction = Arg->getAs<FunctionType>();
2496 /// \param FunctionType if non-NULL, the result type of the function template
2511 QualType *FunctionType,
2523 if (FunctionType)
2524 *FunctionType = Function->getType();
2641 if (FunctionType) {
2642 *FunctionType = BuildFunctionType(ResultType, ParamTypes,
2646 if (FunctionType
2506 SubstituteExplicitTemplateArguments( FunctionTemplateDecl *FunctionTemplate, TemplateArgumentListInfo &ExplicitTemplateArgs, SmallVectorImpl<DeducedTemplateArgument> &Deduced, SmallVectorImpl<QualType> &ParamTypes, QualType *FunctionType, TemplateDeductionInfo &Info) argument
3497 adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType) argument
3555 QualType FunctionType = Function->getType(); local
[all...]
H A DSemaCodeComplete.cpp699 if (const FunctionType *Function = T->getAs<FunctionType>()) {
2831 const FunctionType *FT = getFunctionType();
3884 if (const FunctionType *FType = Results[I].getFunctionType())
3901 QualType FunctionType = Fn->getType(); local
3902 if (const PointerType *Ptr = FunctionType->getAs<PointerType>())
3903 FunctionType = Ptr->getPointeeType();
3905 = FunctionType->getAs<BlockPointerType>())
3906 FunctionType = BlockPtr->getPointeeType();
3908 = FunctionType
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py110 from types import FunctionType namespace
114 if isinstance(m, FunctionType):
127 from types import FunctionType namespace
138 if isinstance(m, FunctionType) and mname in cls.methods:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp266 typedef typename PassT::FunctionType FuncT;
2654 typedef MachineFunction FunctionType; typedef in class:llvm::AMDGPUCFGStructurizer
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp266 typedef typename PassT::FunctionType FuncT;
2654 typedef MachineFunction FunctionType; typedef in class:llvm::AMDGPUCFGStructurizer
/external/clang/include/clang/AST/
H A DType.h1247 friend class FunctionType;
2647 /// FunctionType - C99 6.7.5.3 - Function Declarators. This is the common base
2650 class FunctionType : public Type { class in namespace:clang
2659 /// a FunctionType, although FunctionType does currently use the
2694 friend class FunctionType;
2767 FunctionType(TypeClass tc, QualType res,
2811 class FunctionNoProtoType : public FunctionType, public llvm::FoldingSetNode {
2813 : FunctionType(FunctionNoProto, Result, 0, Canonical,
2821 // No additional state past what FunctionType provide
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1409 milliseconds