Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h34 class FunctionType; variable
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DRecordInitializer.cpp392 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h24 class FunctionType; variable
H A DCGBlocks.h34 class FunctionType; variable
H A DCGOpenMPRuntime.h31 class FunctionType; variable
H A DCodeGenModule.h47 class FunctionType; variable
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsics.h27 class FunctionType; variable
H A DInlineAsm.h27 class FunctionType; variable
H A DModule.h45 class FunctionType; variable
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h40 class FunctionType; variable
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h227 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
237 TypeIndex FunctionType; variable
620 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()
629 TypeIndex FunctionType; variable
H A DSymbolRecord.h60 TypeIndex FunctionType; variable
/freebsd-12.1/contrib/llvm/lib/IR/
H A DType.cpp277 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType() function in FunctionType
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h721 QualType FunctionType; variable
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h17 class FunctionType; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2970 QualType *FunctionType, in SubstituteExplicitTemplateArguments()
3951 QualType FunctionType, in adjustCCAndNoReturn()
4028 QualType FunctionType = Function->getType(); in DeduceTemplateArguments() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h48 class FunctionType; variable
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h674 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType() function