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

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFunctionCommonDictionary_autogen.cpp 11 int64_t SkPdfFunctionCommonDictionary::FunctionType(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("FunctionType", "");
20 return get("FunctionType", "") != NULL;
  /external/clang/test/Sema/
invalid-decl.c 24 typedef int (FunctionType)(int *value);
27 FunctionType fun; // expected-error {{field 'fun' declared as a function}}
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
callback.h 38 typedef R (FunctionType)(A1, A2, A3, A4);
40 explicit FunctionCallback4(FunctionType* function) : function_(function) {}
48 FunctionType* const function_;
  /external/chromium_org/extensions/browser/api/power/
power_api_unittest.cc 146 enum FunctionType {
153 bool CallFunction(FunctionType type,
  /external/clang/utils/ABITest/
TypeGen.py 162 class FunctionType(Type):
403 return FunctionType(N, retTy, args)
  /external/llvm/include/llvm/IR/
DerivedTypes.h 94 /// FunctionType - Class to represent function types
96 class FunctionType : public Type {
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 *get(Type *Result
    [all...]
  /external/llvm/lib/IR/
Type.cpp 177 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,
354 // FunctionType::get - The factory function for the FunctionType class.
355 FunctionType *FunctionType::get(Type *ReturnType
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 880 typedef void (*FunctionType)();
882 FunctionClosure0(FunctionType function, bool self_deleting)
893 FunctionType function_;
921 typedef void (*FunctionType)(Arg1 arg1);
923 FunctionClosure1(FunctionType function, bool self_deleting,
936 FunctionType function_;
    [all...]
  /external/chromium_org/v8/src/
types.h 303 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 {
862 FunctionHandle type = Config::template cast<FunctionType>(
869 static FunctionType* cast(TypeImpl* type) {
871 return static_cast<FunctionType*>(type);
    [all...]
ast.h     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 529 QualType FunctionType;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 266 typedef typename PassT::FunctionType FuncT;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaCodeComplete.cpp 699 if (const FunctionType *Function = T->getAs<FunctionType>()) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 266 typedef typename PassT::FunctionType FuncT;
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py 110 from types import FunctionType
114 if isinstance(m, FunctionType):
127 from types import FunctionType
138 if isinstance(m, FunctionType) and mname in cls.methods:
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 581 milliseconds