Home
last modified time | relevance | path

Searched defs:FunctionType (Results 1 – 22 of 22) sorted by relevance

/external/llvm/include/llvm/IR/
DFunction.h33 class FunctionType; variable
DModule.h32 class FunctionType; variable
DIntrinsics.h25 class FunctionType; variable
DInlineAsm.h26 class FunctionType; variable
/external/clang/test/Sema/
Dinvalid-decl.c24 typedef int (FunctionType)(int *value); typedef
/external/clang/lib/CodeGen/
DCodeGenTypes.h25 class FunctionType; variable
DCGOpenMPRuntime.h29 class FunctionType; variable
DCGBlocks.h36 class FunctionType; variable
DCodeGenModule.h44 class FunctionType; variable
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h868 typedef void (*FunctionType)(); typedef
909 typedef void (*FunctionType)(Arg1 arg1); typedef
956 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp482 LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0); in TEST_F() local
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h145 class FunctionType; variable
DScopeInfo.h579 QualType FunctionType; variable
/external/clang/utils/ABITest/
DTypeGen.py166 class FunctionType(Type): class
/external/llvm/lib/IR/
DType.cpp335 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp2481 QualType *FunctionType, in SubstituteExplicitTemplateArguments()
3522 QualType FunctionType) { in adjustCCAndNoReturn()
3579 QualType FunctionType = Function->getType(); in DeduceTemplateArguments() local
/external/clang/include/clang/AST/
DDeclBase.h36 class FunctionType; variable
/external/v8/src/
Dtypes.h599 FunctionType(Type* result, Type* receiver, int arity, Zone* zone) in FunctionType() function
/external/llvm/docs/
DProgrammersManual.rst2668 .. _FunctionType: target
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp2654 typedef MachineFunction FunctionType; typedef in llvm::AMDGPUCFGStructurizer
/external/llvm/bindings/go/llvm/
Dir.go519 func FunctionType(returnType Type, paramTypes []Type, isVarArg bool) (t Type) { func
/external/v8/src/ast/
Dast.h2573 enum FunctionType { enum