HomeSort by relevance Sort by last modified time
    Searched refs:FD (Results 351 - 375 of 609) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
b.bat 34 @REM Build the Beagle Board firmware and creat an FD (FLASH Device) Image.
53 CALL GenerateImage -D ..\ConfigurationHeader.dat -E 0x80008208 -I %BUILD_ROOT%\FV\BEAGLEBOARD_EFI.fd -O %BUILD_ROOT%\FV\BeagleBoard_EFI_flashboot.fd
ba.bat 34 @REM Build the Beagle Board firmware and creat an FD (FLASH Device) Image.
53 CALL GenerateImage -D ..\ConfigurationHeader.dat -E 0x80008208 -I %BUILD_ROOT%\FV\BEAGLEBOARD_EFI.fd -O %BUILD_ROOT%\FV\BeagleBoard_EFI_flashboot.fd
  /external/clang/lib/Sema/
SemaExpr.cpp 58 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
59 if (FD->isDeleted())
64 if (getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() &&
65 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/ false))
351 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
352 if (FD->isDeleted()) {
353 auto *Ctor = dyn_cast<CXXConstructorDecl>(FD);
360 NoteDeletedFunction(FD);
366 if (getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() &&
367 DeduceReturnType(FD, Loc)
    [all...]
SemaObjCProperty.cpp 180 FieldDeclarator &FD,
187 FD.D.setObjCWeakProperty((Attributes & ObjCDeclSpec::DQ_PR_weak) != 0);
188 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
203 FD, GetterSel, SetterSel,
214 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
414 FieldDeclarator &FD,
425 IdentifierInfo *PropertyId = FD.D.getIdentifier();
515 FD, GetterSel, SetterSel,
563 FieldDeclarator &FD,
573 IdentifierInfo *PropertyId = FD.D.getIdentifier()
    [all...]
SemaExprMember.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 141 int FD;
145 RealFile(int FD, StringRef NewName, StringRef NewRealPathName)
146 : FD(FD), S(NewName, {}, {}, {}, {}, {},
149 assert(FD >= 0 && "Invalid or inactive file descriptor");
166 assert(FD != -1 && "cannot stat closed file");
169 if (std::error_code EC = sys::fs::status(FD, RealStatus))
183 assert(FD != -1 && "cannot get buffer for closed file");
184 return MemoryBuffer::getOpenFile(FD, Name, FileSize, RequiresNullTerminator,
189 std::error_code EC = sys::Process::SafelyCloseFileDescriptor(FD);
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 190 const FunctionDecl *FD) {
195 if (FD && FD->usesSEHTry())
306 const EHPersonality &ObjCXX = EHPersonality::get(*this, /*FD=*/nullptr);
428 const FunctionDecl* FD = dyn_cast_or_null<FunctionDecl>(D);
429 if (!FD) {
437 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>();
507 const FunctionDecl* FD = dyn_cast_or_null<FunctionDecl>(D);
508 if (!FD) {
516 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>()
    [all...]
CGExpr.cpp 704 // FIXME: If the base type of the member expr is not FD->getParent(),
706 if (const auto *FD = dyn_cast<FieldDecl>(ME->getMemberDecl())) {
708 DeclContext::decl_iterator(const_cast<FieldDecl *>(FD)));
709 return ++FI == FD->getParent()->field_end();
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
mtd80x.c 169 FD = 0x00100000,
294 #define FD 0x00100000
922 if (inl(mtdx.ioaddr + TCRRCR) & FD)
1010 // mtdx.crvalue&=(~PS10)&(~FD);
1011 mtdx.crvalue &= (~PS10) & (~FD) & (~PS1000);
1017 mtdx.crvalue |= FD;
  /external/clang/include/clang/Serialization/
ASTWriter.h 673 void ResolvedExceptionSpec(const FunctionDecl *FD) override;
674 void DeducedReturnType(const FunctionDecl *FD, QualType ReturnType) override;
790 void AddFunctionDefinition(const FunctionDecl *FD);
    [all...]
  /external/clang/lib/AST/
APValue.cpp 521 if (const FieldDecl *FD = getUnionField()) {
522 Out << "." << *FD << " = ";
523 getUnionValue().printPretty(Out, Ctx, FD->getType());
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 240 int FD;
246 sys::fs::createTemporaryFile("lto-llvm", Extension, FD, Filename);
253 tool_output_file objFile(Filename.c_str(), FD);
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 134 STM(AL, FD, SP, 1, LSAVED);
144 STM(AL, FD, SP, 1, touched | LLR);
147 LDM(AL, FD, SP, 1, touched | LLR);
319 { // ED FD EA FA IB IA DB DA
328 { // ED FD EA FA IB IA DB DA
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 431 const FunctionDecl *FD = C.getCalleeDecl(CE);
432 if (!FD)
439 if (FD->getIdentifier() != II || CE->getNumArgs() != 3)
548 const FunctionDecl *FD = C.getCalleeDecl(CE);
549 if (!FD)
563 const IdentifierInfo *FuncII = FD->getIdentifier();
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.fdf 37 [FD.OVMF]
56 [FD.OVMF_VARS]
65 [FD.OVMF_CODE]
80 [FD.MEMFD]
OvmfPkgIa32X64.fdf 37 [FD.OVMF]
56 [FD.OVMF_VARS]
65 [FD.OVMF_CODE]
80 [FD.MEMFD]
OvmfPkgX64.fdf 37 [FD.OVMF]
56 [FD.OVMF_VARS]
65 [FD.OVMF_CODE]
80 [FD.MEMFD]
  /external/clang/include/clang/AST/
ASTContext.h 788 FunctionDecl *getClassScopeSpecializationPattern(const FunctionDecl *FD);
790 void setClassScopeSpecializationPattern(FunctionDecl *FD,
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 130 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
131 return FD->hasBody();
  /external/clang/lib/Index/
IndexBody.cpp 126 if (auto *FD = dyn_cast<FunctionDecl>(ParentDC))
127 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, FD);
IndexSymbol.cpp 231 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
232 if (FD->getTemplatedKind() ==
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 847 FunctionDecl *getClassScopeSpecializationPattern(const FunctionDecl *FD);
849 void setClassScopeSpecializationPattern(FunctionDecl *FD,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 847 FunctionDecl *getClassScopeSpecializationPattern(const FunctionDecl *FD);
849 void setClassScopeSpecializationPattern(FunctionDecl *FD,
    [all...]

Completed in 1491 milliseconds

<<11121314151617181920>>