Searched defs:FunctionPointer (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
| H A D | FunctionPointer.h | 26 FunctionPointer(const Function *Func) : Func(Func), Valid(true) { in FunctionPointer() function |
| H A D | PrimType.h | 27 class FunctionPointer; variable |
| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
| H A D | MicrosoftCXXABI.cpp | 3515 llvm::Value *FunctionPointer = MemPtr; EmitLoadOfMemberFunctionPointer() local |
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | SemaChecking.cpp | 16547 FunctionPointer, DiagnoseAlwaysNonNullPointer() enumerator |