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

12345

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DToolOutputFile.cpp47 tool_output_file::tool_output_file(const char *Filename, int FD) argument
H A DFileOutputBuffer.cpp72 int FD; local
H A DGraphWriter.cpp68 std::string llvm::createGraphFilename(const Twine &Name, int &FD) { argument
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp30 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp39 bool CheckerContext::isCLibraryFunction(const FunctionDecl *FD, argument
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dstore_fd.c41 #define FD(S) (((fd_storage*)(S)->data)->fd) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclFriend.cpp52 FriendDecl *FD = new (Mem) FriendDecl(DC, L, Friend, FriendL, local
H A DInheritViz.cpp141 int FD; local
H A DComment.cpp158 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); local
193 const FunctionDecl *FD = FTD->getTemplatedDecl(); local
[all...]
H A DMangle.cpp75 const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND); local
153 const FunctionDecl *FD = cast<FunctionDecl>(D); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp35 const FunctionDecl *FD = C.getCalleeDecl(CE); local
H A DChrootChecker.cpp65 const FunctionDecl *FD = C.getCalleeDecl(CE); local
125 const FunctionDecl *FD = C.getCalleeDecl(CE); local
H A DCStringSyntaxChecker.cpp57 const FunctionDecl *FD = CE->getDirectCallee(); local
136 const FunctionDecl *FD = CE->getDirectCallee(); local
H A DNonNullParamChecker.cpp47 const Decl *FD = Call.getDecl(); local
H A DObjCContainersASTChecker.cpp86 const FunctionDecl *FD = CE->getDirectCallee(); local
H A DVirtualCallChecker.cpp71 const FunctionDecl *FD = WLUnit->getDirectCallee(); local
90 const FunctionDecl *FD = WLUnit->getDirectCallee(); local
177 const FunctionDecl *FD = (*(I-1))->getDirectCallee(); local
180 os << " <-- " << *FD; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp65 bool BugDriver::writeProgramToFile(const std::string &Filename, int FD, argument
H A DExtractFunction.cpp367 int FD; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DTargetAttributesSema.cpp184 FunctionDecl *FD = dyn_cast<FunctionDecl>(D); local
231 FunctionDecl *FD = dyn_cast<FunctionDecl>(D); local
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h327 int FD; local
H A Draw_ostream.h311 int FD; member in class:llvm::raw_fd_ostream
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclFriend.h230 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h97 bool VisitFunctionDecl(FunctionDecl *FD) { argument
139 Decl *FD; member in class:clang::CallGraphNode
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h72 mutable int FD; member in class:clang::FileEntry
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp253 const FunctionDecl* FD = cast<FunctionDecl>(DC); local
258 Out << *FD; local
412 FieldDecl *FD = cast<FieldDecl>(*I); local
413 Out << "<field> " << *FD << '\n'; local

Completed in 201 milliseconds

12345