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

1234

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_pyclbr.py7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType namespace
71 if isinstance(obj, FunctionType):
82 if not isinstance(classdict[name], FunctionType):
97 self.assertIsInstance(py_item, (FunctionType, BuiltinFunctionType))
142 if isinstance(item, FunctionType):
147 if isinstance(item, (ClassType, FunctionType)):
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_pyclbr.py7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType namespace
71 if isinstance(obj, FunctionType):
82 if not isinstance(classdict[name], FunctionType):
97 self.assertIsInstance(py_item, (FunctionType, BuiltinFunctionType))
142 if isinstance(item, FunctionType):
147 if isinstance(item, (ClassType, FunctionType)):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_pyclbr.py7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType namespace
71 if isinstance(obj, FunctionType):
82 if not isinstance(classdict[name], FunctionType):
97 self.assertIsInstance(py_item, (FunctionType, BuiltinFunctionType))
142 if isinstance(item, FunctionType):
147 if isinstance(item, (ClassType, FunctionType)):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_pyclbr.py7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType namespace
71 if isinstance(obj, FunctionType):
82 if not isinstance(classdict[name], FunctionType):
97 self.assertIsInstance(py_item, (FunctionType, BuiltinFunctionType))
142 if isinstance(item, FunctionType):
147 if isinstance(item, (ClassType, FunctionType)):
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtypes.py43 FunctionType = type(_f) variable
44 LambdaType = type(lambda: None) # Same as FunctionType
81 GetSetDescriptorType = type(FunctionType.func_code)
82 MemberDescriptorType = type(FunctionType.func_globals)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtypes.py43 FunctionType = type(_f) variable
44 LambdaType = type(lambda: None) # Same as FunctionType
81 GetSetDescriptorType = type(FunctionType.func_code)
82 MemberDescriptorType = type(FunctionType.func_globals)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtypes.py43 FunctionType = type(_f) variable
44 LambdaType = type(lambda: None) # Same as FunctionType
81 GetSetDescriptorType = type(FunctionType.func_code)
82 MemberDescriptorType = type(FunctionType.func_globals)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtypes.py43 FunctionType = type(_f) variable
44 LambdaType = type(lambda: None) # Same as FunctionType
81 GetSetDescriptorType = type(FunctionType.func_code)
82 MemberDescriptorType = type(FunctionType.func_globals)
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DDerivedTypes.h102 class FunctionType : public Type { class in namespace:llvm
103 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
106 FunctionType(const FunctionType &) = delete;
107 FunctionType &operator=(const FunctionType &) = delete;
109 /// This static method is the primary way of constructing a FunctionType.
110 static FunctionType *get(Type *Result,
113 /// Create a FunctionType taking no parameters.
114 static FunctionType *ge
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DDerivedTypes.h102 class FunctionType : public Type { class in namespace:llvm
103 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
106 FunctionType(const FunctionType &) = delete;
107 FunctionType &operator=(const FunctionType &) = delete;
109 /// This static method is the primary way of constructing a FunctionType.
110 static FunctionType *get(Type *Result,
113 /// Create a FunctionType taking no parameters.
114 static FunctionType *ge
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
107 FunctionType(const FunctionType &) = delete;
108 FunctionType &operator=(const FunctionType &) = delete;
110 /// This static method is the primary way of constructing a FunctionType.
111 static FunctionType *get(Type *Result,
114 /// Create a FunctionType taking no parameters.
115 static FunctionType *ge
[all...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dcallback.h121 typedef void (*FunctionType)(); typedef in class:google::protobuf::internal::FunctionClosure0
123 FunctionClosure0(FunctionType function, bool self_deleting)
134 FunctionType function_;
162 typedef void (*FunctionType)(Arg1 arg1); typedef in class:google::protobuf::internal::FunctionClosure1
164 FunctionClosure1(FunctionType function, bool self_deleting,
177 FunctionType function_;
209 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef in class:google::protobuf::internal::FunctionClosure2
211 FunctionClosure2(FunctionType function, bool self_deleting,
224 FunctionType function_;
258 typedef R (*FunctionType)(); typedef in class:google::protobuf::internal::FunctionResultCallback_0_0
279 typedef R (*FunctionType)(P1); typedef in class:google::protobuf::internal::FunctionResultCallback_1_0
302 typedef R (*FunctionType)(Arg1 arg1); typedef in class:google::protobuf::internal::FunctionResultCallback_0_1
323 typedef R (*FunctionType)(P1, A1); typedef in class:google::protobuf::internal::FunctionResultCallback_1_1
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h63 TypeIndex FunctionType; member in class:llvm::codeview::ProcSym
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h61 TypeIndex FunctionType; member in class:llvm::codeview::ProcSym

Completed in 259 milliseconds

1234