Searched defs:FD (Results 1 - 25 of 144) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp41 static bool functionHasPassObjectSizeParams(const FunctionDecl *FD) { argument
[all...]
H A DCoroutineStmtBuilder.h26 FunctionDecl &FD; member in class:clang::CoroutineStmtBuilder
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DToolOutputFile.cpp44 ToolOutputFile::ToolOutputFile(StringRef Filename, int FD) argument
H A DFileOutputBuffer.cpp99 int FD; variable
H A DFileCollector.cpp109 int FD; local
H A DGraphWriter.cpp79 std::string llvm::createGraphFilename(const Twine &Name, int &FD) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclFriend.cpp59 auto *FD = new (C, DC, Extra) FriendDecl(DC, L, Friend, FriendL, local
H A DInheritViz.cpp139 int FD; local
H A DComment.cpp233 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); local
266 const FunctionDecl *FD = FTD->getTemplatedDecl(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp21 const FunctionDecl *FD = C.getSVal(Callee).getAsFunctionDecl(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp91 int FD; local
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dstore_fd.c41 #define FD(S) (((fd_storage*)(S)->data)->fd) macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp28 bool Context::isPotentialConstantExpr(State &Parent, const FunctionDecl *FD) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp67 CodeGen::convertFreeFunctionType(CodeGenModule &CGM, const FunctionDecl *FD) { argument
82 getLLVMFieldNumber(CodeGenModule &CGM, const RecordDecl *RD, const FieldDecl *FD) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp122 Out << "\"field_decl\": \"" << *FD << '\"'; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp35 const auto *FD = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); local
H A DCStringSyntaxChecker.cpp56 const FunctionDecl *FD = CE->getDirectCallee(); local
214 const FunctionDecl *FD = CE->getDirectCallee(); local
[all...]
H A DNonNullParamChecker.cpp50 const Decl *FD = Call.getDecl(); local
H A DObjCContainersASTChecker.cpp85 const FunctionDecl *FD = CE->getDirectCallee(); local
H A DVforkChecker.cpp83 auto FD = dyn_cast_or_null<FunctionDecl>(D); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp44 bool CheckerContext::isCLibraryFunction(const FunctionDecl *FD, argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h77 virtual void ResolvedExceptionSpec(const FunctionDecl *FD) {} argument
H A DDeclFriend.h251 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h106 bool VisitFunctionDecl(FunctionDecl *FD) { argument
150 Decl *FD; member in class:clang::CallGraphNode

Completed in 312 milliseconds

123456