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

12345

/freebsd-10.2-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp30 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, argument
/freebsd-10.2-release/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.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp39 bool CheckerContext::isCLibraryFunction(const FunctionDecl *FD, argument
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dstore_fd.c41 #define FD(S) (((fd_storage*)(S)->data)->fd) macro
/freebsd-10.2-release/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 DNonNullParamChecker.cpp47 const Decl *FD = Call.getDecl(); local
H A DCStringSyntaxChecker.cpp57 const FunctionDecl *FD = CE->getDirectCallee(); local
136 const FunctionDecl *FD = CE->getDirectCallee(); local
H A DMallocOverflowSecurityChecker.cpp242 const FunctionDecl *FD = TheCall->getDirectCallee(); local
H A DObjCContainersASTChecker.cpp86 const FunctionDecl *FD = CE->getDirectCallee(); local
H A DUnixAPIChecker.cpp333 const FunctionDecl *FD = C.getCalleeDecl(CE); 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...]
H A DMallocSizeofChecker.cpp94 const FunctionDecl *FD = E->getDirectCallee(); local
/freebsd-10.2-release/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...]
/freebsd-10.2-release/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.2-release/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.2-release/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
H A DMultiplexConsumer.cpp152 void MultiplexASTMutationListener::DeducedReturnType(const FunctionDecl *FD, argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp130 FunctionDecl *FD = getFunctionDecl(FnD); local
182 FunctionDecl *FD = getFunctionDecl(FnD); local
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclFriend.h230 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { argument

Completed in 119 milliseconds

12345