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

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h96 class FunctionType : public Type { class in namespace:llvm
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DType.cpp341 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, function in class:FunctionType
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h485 QualType FunctionType; member in class:clang::sema::BlockScopeInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp671 llvm::Type *FunctionType = local
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp2467 typedef MachineFunction FunctionType; typedef in class:llvm::AMDGPUCFGStructurizer
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2323 SubstituteExplicitTemplateArguments( FunctionTemplateDecl *FunctionTemplate, TemplateArgumentListInfo &ExplicitTemplateArgs, SmallVectorImpl<DeducedTemplateArgument> &Deduced, SmallVectorImpl<QualType> &ParamTypes, QualType *FunctionType, TemplateDeductionInfo &Info) argument
3374 QualType FunctionType = Function->getType(); local
[all...]
H A DSemaCodeComplete.cpp3941 QualType FunctionType = Fn->getType(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2584 class FunctionType : public Type { class in namespace:clang
[all...]

Completed in 129 milliseconds