Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DFunction.h31 class FunctionType; variable
DModule.h31 class FunctionType; variable
DIntrinsics.h25 class FunctionType; variable
DInlineAsm.h26 class FunctionType; variable
/external/llvm/include/llvm/Analysis/
DJumpInstrTableInfo.h23 class FunctionType; variable
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfFunctionCommonDictionary_autogen.cpp11 int64_t SkPdfFunctionCommonDictionary::FunctionType(SkPdfNativeDoc* doc) { in FunctionType() function in SkPdfFunctionCommonDictionary
/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/clang/include/clang/Sema/
DCodeCompleteConsumer.h145 class FunctionType; variable
DScopeInfo.h562 QualType FunctionType; variable
/external/clang/utils/ABITest/
DTypeGen.py166 class FunctionType(Type): class
/external/llvm/lib/IR/
DType.cpp339 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp2473 QualType *FunctionType, in SubstituteExplicitTemplateArguments()
3456 QualType FunctionType) { in adjustCCAndNoReturn()
3513 QualType FunctionType = Function->getType(); in DeduceTemplateArguments() local
/external/v8/src/
Dtypes.h303 class FunctionType; variable
Dast.h2311 enum FunctionType { enum
/external/clang/include/clang/AST/
DDeclBase.h36 class FunctionType; variable
/external/llvm/docs/
DProgrammersManual.rst2660 .. _FunctionType: target
/external/v8/test/cctest/
Dtest-types.cc1994 TEST(FunctionType) { in TEST() argument
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp2654 typedef MachineFunction FunctionType; typedef in llvm::AMDGPUCFGStructurizer
/external/llvm/bindings/go/llvm/
Dir.go517 func FunctionType(returnType Type, paramTypes []Type, isVarArg bool) (t Type) { func