/external/clang/lib/CodeGen/ |
CodeGenPGO.cpp | 643 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) 644 Walker.TraverseDecl(const_cast<FunctionDecl *>(FD)); 708 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) 709 Walker.VisitFunctionDecl(FD);
|
CGDecl.cpp | 164 if (const auto *FD = dyn_cast<FunctionDecl>(DC)) 165 ContextName = CGM.getMangledName(FD); 257 else if (const auto *FD = dyn_cast<FunctionDecl>(DC)) 258 GD = GlobalDecl(FD); [all...] |
CGBlocks.cpp | [all...] |
CGStmt.cpp | [all...] |
CodeGenTypes.cpp | 298 const FunctionDecl *FD) { 336 CanQual<FunctionProtoType>::CreateUnsafe(QualType(FPT, 0)), FD);
|
CodeGenAction.cpp | 467 if (const Decl *FD = Gen->GetDeclForMangledName(D.getFunction().getName())) 468 Loc = FD->getASTContext().getFullLoc(FD->getBodyRBrace()); [all...] |
CodeGenModule.h | 822 llvm::Value *getBuiltinLibFunction(const FunctionDecl *FD, [all...] |
/external/clang/lib/Parse/ |
ParseObjc.cpp | 759 auto ObjCPropertyCallback = [&](ParsingFieldDeclarator &FD) { 760 if (FD.D.getIdentifier() == nullptr) { 762 << FD.D.getSourceRange(); 765 if (FD.BitfieldSize) { 767 << FD.D.getSourceRange(); 774 addContextSensitiveTypeNullability(*this, FD.D, OCDS.getNullability(), 780 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); 790 FD.D.getIdentifier()); 792 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel, 795 FD.complete(Property) [all...] |
/external/curl/tests/ |
memanalyze.pl | 250 # FD url.c:1282 socket() = 5 251 elsif($_ =~ /^FD ([^ ]*):(\d*) (.*)/) {
|
/external/llvm/include/llvm/Support/ |
raw_ostream.h | 345 int FD; 385 /// FD is the file descriptor that this writes to. If ShouldClose is true, 387 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/external/llvm/lib/Support/ |
Path.cpp | 1104 int FD; 1105 if (std::error_code EC = openFileForRead(Path, FD)) 1109 int Length = read(FD, Buffer, sizeof(Buffer)); 1110 if (close(FD) != 0 || Length < 0)
|
/external/llvm/tools/bugpoint/ |
BugDriver.h | 284 bool writeProgramToFile(const std::string &Filename, int FD,
|
/external/llvm/tools/gold/ |
gold-plugin.cpp | 400 MemoryBuffer::getOpenFileSlice(file->fd, file->name, file->filesize, 818 int FD; 821 sys::fs::createTemporaryFile("lto-llvm", "o", FD, Filenames[I]); 830 sys::fs::openFileForWrite(Filenames[I], FD, sys::fs::F_None); 834 OSs.emplace_back(FD, true);
|
/frameworks/rs/cpu_ref/ |
rsCpuScript.cpp | 190 int FD = open(fileName, O_RDONLY); 191 if (FD == -1) { 198 ssize_t nread = read(FD, buf, sizeof(buf)); 209 if (close(FD) != 0) { [all...] |
/external/clang/include/clang/AST/ |
DeclTemplate.h | 394 FunctionTemplateSpecializationInfo(FunctionDecl *FD, 400 : Function(FD), 408 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template, [all...] |
/external/clang/lib/Analysis/ |
ThreadSafetyCommon.cpp | 272 const FunctionDecl *FD = 276 if (Ctx && Ctx->FunArgs && FD == Ctx->AttrDecl->getCanonicalDecl()) { 283 VD = FD->getParamDecl(I); 355 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl(); 356 if (LockReturnedAttr* At = FD->getAttr<LockReturnedAttr>()) { [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
MemRegion.cpp | 361 const NamedDecl *FD, 364 ID.AddPointer(FD); 368 FunctionTextRegion::ProfileRegion(ID, FD, superRegion); 929 MemRegionManager::getFunctionTextRegion(const NamedDecl *FD) { 930 return getSubRegion<FunctionTextRegion>(FD, getCodeRegion()); [all...] |
ExprEngine.cpp | 113 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { 116 const IdentifierInfo *II = FD->getIdentifier(); 117 if (!II || !(II->getName() == "main" && FD->getNumParams() > 0)) 120 const ParmVarDecl *PD = FD->getParamDecl(0); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adogpool.h | 839 #define ADO_Reserved_17 GUID_BUILDER(ADO_Reserved_17,4B56FC5D,992F,4339,95,81,C5,40,7A,B2,BF,FD) 881 #define ADO_Reserved_24 GUID_BUILDER(ADO_Reserved_24,1BB4223F,B0E8,4540,96,FD,B8,FE,D9,A7,C0,8B) 911 #define ADO_Reserved_29 GUID_BUILDER(ADO_Reserved_29,FAA37542,B471,4183,A6,56,99,C8,FD,80,FF,73) 935 #define ADO_Reserved_33 GUID_BUILDER(ADO_Reserved_33,00C61F59,4E7F,4093,BF,FD,03,53,B4,5D,E5,8B) 1019 #define ADO_Reserved_47 GUID_BUILDER(ADO_Reserved_47,2430F883,1462,4899,9A,DE,F7,24,27,FD,5E,E4) [all...] |
/prebuilts/go/darwin-x86/src/net/ |
fd_unix.go | 47 func (fd *netFD) init() error { 48 if err := fd.pd.Init(fd); err != nil { 54 func (fd *netFD) setAddr(laddr, raddr Addr) { 55 fd.laddr = laddr 56 fd.raddr = raddr 57 runtime.SetFinalizer(fd, (*netFD).Close) 60 func (fd *netFD) name() string { 62 if fd.laddr != nil { 63 ls = fd.laddr.String( [all...] |
/prebuilts/go/linux-x86/src/net/ |
fd_unix.go | 47 func (fd *netFD) init() error { 48 if err := fd.pd.Init(fd); err != nil { 54 func (fd *netFD) setAddr(laddr, raddr Addr) { 55 fd.laddr = laddr 56 fd.raddr = raddr 57 runtime.SetFinalizer(fd, (*netFD).Close) 60 func (fd *netFD) name() string { 62 if fd.laddr != nil { 63 ls = fd.laddr.String( [all...] |
/prebuilts/go/darwin-x86/src/encoding/ascii85/ |
ascii85_test.go | 33 "i(DIb:@FD,*)+C]U=@3BN#EcYf8ATD3s@q?d$AftVqCh[NqF<G:8+EV:.+Cf>-FD5W8ARlolDIa\n" +
|
/prebuilts/go/linux-x86/src/encoding/ascii85/ |
ascii85_test.go | 33 "i(DIb:@FD,*)+C]U=@3BN#EcYf8ATD3s@q?d$AftVqCh[NqF<G:8+EV:.+Cf>-FD5W8ARlolDIa\n" +
|
/external/clang/lib/AST/ |
DeclPrinter.cpp | 563 FieldDecl *FD = BMInitializer->getAnyMember(); 564 Out << *FD; 661 else if (FunctionDecl *FD = 664 VisitFunctionDecl(FD); [all...] |
/external/clang/lib/Sema/ |
SemaExceptionSpec.cpp | 174 Sema::UpdateExceptionSpec(FunctionDecl *FD, 179 Listener->ResolvedExceptionSpec(FD); 181 for (auto *Redecl : FD->redecls()) [all...] |