HomeSort by relevance Sort by last modified time
    Searched refs:FunctionType (Results 1 - 25 of 249) sorted by null

1 2 3 4 5 6 7 8 910

  /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/tools/json_schema_compiler/test/
functions_as_parameters_unittest.cc 16 FunctionType out;
17 EXPECT_FALSE(FunctionType::Populate(empty_value, &out));
23 FunctionType out;
24 ASSERT_TRUE(FunctionType::Populate(value, &out));
35 FunctionType out;
36 ASSERT_TRUE(FunctionType::Populate(value, &out));
46 FunctionType out;
47 ASSERT_TRUE(FunctionType::Populate(value, &out));
  /art/compiler/llvm/
runtime_support_builder_arm.cc 33 using ::llvm::FunctionType;
73 FunctionType* func_ty = FunctionType::get(/*Result=*/type,
87 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
111 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
124 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
132 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_)
    [all...]
runtime_support_builder_thumb2.cc 36 using ::llvm::FunctionType;
46 FunctionType* func_ty = FunctionType::get(/*Result=*/irb_.getInt32Ty(),
81 FunctionType* asm_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
runtime_support_builder_x86.cc 34 using ::llvm::FunctionType;
56 FunctionType* func_ty = FunctionType::get(/*Result=*/type,
68 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
  /art/compiler/llvm/generated/
art_module.cc 59 FunctionType* FuncTy_0 = FunctionType::get(
65 FunctionType* FuncTy_3 = FunctionType::get(
72 FunctionType* FuncTy_4 = FunctionType::get(
80 FunctionType* FuncTy_5 = FunctionType::get(
87 FunctionType* FuncTy_6 = FunctionType::get
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.h 24 class FunctionType;
134 llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info);
136 llvm::FunctionType *GetFunctionType(GlobalDecl GD);
141 bool isFuncTypeConvertible(const FunctionType *FT);
183 const FunctionType::ExtInfo &Info,
198 const FunctionType *Ty);
201 FunctionType::ExtInfo info,
204 const FunctionType *type);
223 FunctionType::ExtInfo info,
  /external/llvm/include/llvm/IR/
TypeBuilder.h 249 static FunctionType *get(LLVMContext &Context) {
250 return FunctionType::get(TypeBuilder<R, cross>::get(Context), false);
255 static FunctionType *get(LLVMContext &Context) {
259 return FunctionType::get(TypeBuilder<R, cross>::get(Context),
266 static FunctionType *get(LLVMContext &Context) {
271 return FunctionType::get(TypeBuilder<R, cross>::get(Context),
278 static FunctionType *get(LLVMContext &Context) {
284 return FunctionType::get(TypeBuilder<R, cross>::get(Context),
293 static FunctionType *get(LLVMContext &Context) {
300 return FunctionType::get(TypeBuilder<R, cross>::get(Context)
    [all...]
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...]
Intrinsics.h 25 class FunctionType;
52 FunctionType *getType(LLVMContext &Context, ID id,
  /external/chromium_org/third_party/WebKit/Source/wtf/
Functional.h 369 template<typename FunctionWrapper, typename FunctionType>
550 template<typename FunctionType> FunctionImpl<FunctionType>* impl() const
552 return static_cast<FunctionImpl<FunctionType>*>(m_impl.get());
581 template<typename FunctionType>
582 Function<typename FunctionWrapper<FunctionType>::ResultType ()> bind(FunctionType function)
584 return Function<typename FunctionWrapper<FunctionType>::ResultType ()>(adoptRef(new BoundFunctionImpl<FunctionWrapper<FunctionType>, typename FunctionWrapper<FunctionType>::ResultType ()>(FunctionWrapper<FunctionType>(function))))
    [all...]
  /art/compiler/jni/portable/
jni_compiler.h 40 class FunctionType;
65 ::llvm::FunctionType* GetFunctionType(uint32_t method_idx,
  /external/llvm/examples/ModuleMaker/
ModuleMaker.cpp 33 FunctionType *FT =
34 FunctionType::get(Type::getInt32Ty(Context), /*not vararg*/false);
  /external/llvm/unittests/IR/
VerifierTest.cpp 27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
67 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false);
WaymarkTest.cpp 30 FunctionType *FT = FunctionType::get(Type::getVoidTy(getGlobalContext()), true);
TypeBuilderTest.cpp 123 EXPECT_EQ(FunctionType::get(Type::getVoidTy(getGlobalContext()), params, false),
125 EXPECT_EQ(FunctionType::get(Type::getInt8Ty(getGlobalContext()), params, true),
128 EXPECT_EQ(FunctionType::get(Type::getInt8Ty(getGlobalContext()), params, false),
130 EXPECT_EQ(FunctionType::get(Type::getInt8Ty(getGlobalContext()), params, true),
133 EXPECT_EQ(FunctionType::get(Type::getInt8Ty(getGlobalContext()), params, false),
135 EXPECT_EQ(FunctionType::get(Type::getInt8Ty(getGlobalContext()), params, true),
138 EXPECT_EQ(FunctionType::get(Type::getInt8Ty(getGlobalContext()), params, false),
140 EXPECT_EQ(FunctionType::get(Type::getInt8Ty(getGlobalContext()), params, true),
143 EXPECT_EQ(FunctionType::get(Type::getInt8Ty(getGlobalContext()), params, false),
145 EXPECT_EQ(FunctionType::get(Type::getInt8Ty(getGlobalContext()), params, true)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 43 FunctionType = type(_f)
44 LambdaType = type(lambda: None) # Same as FunctionType
81 GetSetDescriptorType = type(FunctionType.func_code)
82 MemberDescriptorType = type(FunctionType.func_globals)
new.py 12 from types import FunctionType as function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 43 FunctionType = type(_f)
44 LambdaType = type(lambda: None) # Same as FunctionType
81 GetSetDescriptorType = type(FunctionType.func_code)
82 MemberDescriptorType = type(FunctionType.func_globals)
new.py 12 from types import FunctionType as function
  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 136 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params,
150 FunctionType *Fty = FunctionType::get(I8X, Params, /*isVarArg=*/false);
175 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params,
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 28 FunctionType* FuncTy =
29 FunctionType::get(Type::getVoidTy(Mod->getContext()), false);
  /external/llvm/lib/IR/
LLVMContextImpl.h 148 KeyTy(const FunctionType* FT) :
165 static inline FunctionType* getEmptyKey() {
166 return DenseMapInfo<FunctionType*>::getEmptyKey();
168 static inline FunctionType* getTombstoneKey() {
169 return DenseMapInfo<FunctionType*>::getTombstoneKey();
177 static unsigned getHashValue(const FunctionType *FT) {
180 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) {
185 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) {
306 typedef DenseMap<FunctionType*, bool, FunctionTypeKeyInfo> FunctionTypeMap
    [all...]
  /external/chromium_org/base/debug/
profiler.cc 178 template <typename FunctionType>
179 FunctionType FindFunctionInImports(const char* function_name) {
189 return reinterpret_cast<FunctionType>(ctx.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_;

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 910