Home
last modified time | relevance | path

Searched refs:CK_FunctionPointer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h37 CK_FunctionPointer, enumerator
75 return VTableComponent(CK_FunctionPointer, in MakeFunction()
159 case CK_FunctionPointer: in getGlobalDecl()
181 return ComponentKind == CK_FunctionPointer || in isUsedFunctionPointerKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp63 CK_FunctionPointer, enumerator
376 if (!ChecksEnabled[CK_FunctionPointer]) { in checkFunctionPointerCall()
392 if (!ChecksEnabled[CK_FunctionPointer]) { in checkFunctionPointerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp770 case VTableComponent::CK_FunctionPointer: in addVTableComponent()
1403 if (Comps[I].getKind() != VTableComponent::CK_FunctionPointer) in EmitVTableTypeMetadata()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1205 case VTableComponent::CK_FunctionPointer: in ComputeThisAdjustments()
2020 case VTableComponent::CK_FunctionPointer: { in dumpLayout()
3265 case VTableComponent::CK_FunctionPointer: { in dumpLayout()