HomeSort by relevance Sort by last modified time
    Searched refs:FD (Results 201 - 225 of 290) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/CodeGen/
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...]
CGStmtOpenMP.cpp 87 for (auto *FD : RD->fields()) {
88 QualType ArgType = FD->getType();
113 FD->getLocation(), II, ArgType));
139 for (auto *FD : RD->fields()) {
142 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) {
151 if (FD->hasCapturedVLAType()) {
153 MakeAddrLValue(castValueFromUintptr(*this, FD->getType(),
155 FD->getType(), AlignmentSource::Decl);
158 auto VAT = FD->getCapturedVLAType();
171 assert(!FD->getType()->isAnyPointerType() &
    [all...]
CGBuiltin.cpp 37 llvm::Value *CodeGenModule::getBuiltinLibFunction(const FunctionDecl *FD,
43 GlobalDecl D(FD);
48 if (FD->hasAttr<AsmLabelAttr>())
54 cast<llvm::FunctionType>(getTypes().ConvertType(FD->getType()));
410 RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD,
    [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...]
  /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...]
SemaTemplateInstantiate.cpp 431 } else if (FieldDecl *FD = dyn_cast<FieldDecl>(D)) {
434 << FD << Active->InstantiationRange;
498 FunctionDecl *FD = cast<FunctionDecl>(Param->getDeclContext());
502 FD->printName(OS);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 854 // Look for a register whose prefix could patch the range [FD..LD]
856 uint16_t FD = FDi, LD = LDi; // Switch to unsigned type.
857 uint16_t MinL = LD-FD+1;
868 // max(0,FD-EL) and FD.
869 if (S > FD) // Starts too late.
872 uint16_t LowS = (EL < FD) ? FD-EL : 0;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 151 void AddFunctionDefinition(const FunctionDecl *FD) {
152 assert(FD->doesThisDeclarationHaveABody());
153 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) {
159 Writer.AddStmt(FD->getBody());
270 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
271 Record.push_back(FD->doesThisDeclarationHaveABody());
272 if (FD->doesThisDeclarationHaveABody())
273 AddFunctionDefinition(FD);
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 88 #define FD(d) ((d) << 6)
    [all...]

Completed in 1478 milliseconds

1 2 3 4 5 6 7 891011>>