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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Sema/
Sema.cpp 432 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
436 if (FD->hasBody(DeclToCheck))
441 DeclToCheck = FD->getMostRecentDecl();
442 if (DeclToCheck != FD)
485 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(ND)) {
486 if (FD->isDefined())
488 if (FD->isExternallyVisible() &&
489 !FD->getMostRecentDecl()->isInlined())
527 } else if (auto *FD = dyn_cast<FunctionDecl>(ND)) {
528 (void)FD;
    [all...]
SemaAttr.cpp 377 void Sema::AddRangeBasedOptnone(FunctionDecl *FD) {
381 AddOptnoneAttributeIfNoConflicts(FD, OptimizeOffPragmaLocation);
384 void Sema::AddOptnoneAttributeIfNoConflicts(FunctionDecl *FD,
387 if (FD->hasAttr<MinSizeAttr>() || FD->hasAttr<AlwaysInlineAttr>())
392 if (!FD->hasAttr<OptimizeNoneAttr>())
393 FD->addAttr(OptimizeNoneAttr::CreateImplicit(Context, Loc));
394 if (!FD->hasAttr<NoInlineAttr>())
395 FD->addAttr(NoInlineAttr::CreateImplicit(Context, Loc));
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 336 void RewriteFunctionDecl(FunctionDecl *FD);
339 void RewriteBlockLiteralFunctionDecl(FunctionDecl *FD);
392 void RewriteBlockPointerFunctionArgs(FunctionDecl *FD);
412 CallExpr *SynthesizeCallToFunctionDecl(FunctionDecl *FD,
487 void InsertBlockLiteralsWithinFunction(FunctionDecl *FD);
726 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
727 RewriteFunctionDecl(FD);
    [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 397 /// If FD is not null, this will consider pass_object_size params in FD.
400 const FunctionDecl *FD) {
402 if (FD)
404 llvm::count_if(FD->parameters(), [](const ParmVarDecl *PVD) {
411 const FunctionDecl *FD) {
412 return forPrototypePlus(prototype, 0, FD);
416 const FunctionDecl *FD) {
417 return forPrototype(prototype.getTypePtr(), FD);
422 const FunctionDecl *FD) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 397 /// If FD is not null, this will consider pass_object_size params in FD.
400 const FunctionDecl *FD) {
402 if (FD)
404 llvm::count_if(FD->parameters(), [](const ParmVarDecl *PVD) {
411 const FunctionDecl *FD) {
412 return forPrototypePlus(prototype, 0, FD);
416 const FunctionDecl *FD) {
417 return forPrototype(prototype.getTypePtr(), FD);
422 const FunctionDecl *FD) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 402 /// @param FD Input file descriptor.
406 std::error_code resize_file(int FD, uint64_t Size);
410 /// @param FD Input file descriptor.
413 ErrorOr<MD5::MD5Result> md5_contents(int FD);
500 std::error_code is_local(int FD, bool &result);
511 inline bool is_local(int FD) {
513 return !is_local(FD, Result) && Result;
623 std::error_code status(int FD, file_status &Result);
666 std::error_code setLastModificationAndAccessTime(int FD, TimePoint<> Time);
701 /// @returns errc::success if Result{FD,Path} have been successfully set
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 397 /// If FD is not null, this will consider pass_object_size params in FD.
400 const FunctionDecl *FD) {
402 if (FD)
404 llvm::count_if(FD->parameters(), [](const ParmVarDecl *PVD) {
411 const FunctionDecl *FD) {
412 return forPrototypePlus(prototype, 0, FD);
416 const FunctionDecl *FD) {
417 return forPrototype(prototype.getTypePtr(), FD);
422 const FunctionDecl *FD) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 402 /// @param FD Input file descriptor.
406 std::error_code resize_file(int FD, uint64_t Size);
410 /// @param FD Input file descriptor.
413 ErrorOr<MD5::MD5Result> md5_contents(int FD);
500 std::error_code is_local(int FD, bool &result);
511 inline bool is_local(int FD) {
513 return !is_local(FD, Result) && Result;
623 std::error_code status(int FD, file_status &Result);
666 std::error_code setLastModificationAndAccessTime(int FD, TimePoint<> Time);
701 /// @returns errc::success if Result{FD,Path} have been successfully set
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 397 /// If FD is not null, this will consider pass_object_size params in FD.
400 const FunctionDecl *FD) {
402 if (FD)
404 llvm::count_if(FD->parameters(), [](const ParmVarDecl *PVD) {
411 const FunctionDecl *FD) {
412 return forPrototypePlus(prototype, 0, FD);
416 const FunctionDecl *FD) {
417 return forPrototype(prototype.getTypePtr(), FD);
422 const FunctionDecl *FD) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 402 /// @param FD Input file descriptor.
406 std::error_code resize_file(int FD, uint64_t Size);
410 /// @param FD Input file descriptor.
413 ErrorOr<MD5::MD5Result> md5_contents(int FD);
500 std::error_code is_local(int FD, bool &result);
511 inline bool is_local(int FD) {
513 return !is_local(FD, Result) && Result;
623 std::error_code status(int FD, file_status &Result);
666 std::error_code setLastModificationAndAccessTime(int FD, TimePoint<> Time);
701 /// @returns errc::success if Result{FD,Path} have been successfully set
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 397 /// If FD is not null, this will consider pass_object_size params in FD.
400 const FunctionDecl *FD) {
402 if (FD)
404 llvm::count_if(FD->parameters(), [](const ParmVarDecl *PVD) {
411 const FunctionDecl *FD) {
412 return forPrototypePlus(prototype, 0, FD);
416 const FunctionDecl *FD) {
417 return forPrototype(prototype.getTypePtr(), FD);
422 const FunctionDecl *FD) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 402 /// @param FD Input file descriptor.
406 std::error_code resize_file(int FD, uint64_t Size);
410 /// @param FD Input file descriptor.
413 ErrorOr<MD5::MD5Result> md5_contents(int FD);
500 std::error_code is_local(int FD, bool &result);
511 inline bool is_local(int FD) {
513 return !is_local(FD, Result) && Result;
623 std::error_code status(int FD, file_status &Result);
666 std::error_code setLastModificationAndAccessTime(int FD, TimePoint<> Time);
701 /// @returns errc::success if Result{FD,Path} have been successfully set
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 397 /// If FD is not null, this will consider pass_object_size params in FD.
400 const FunctionDecl *FD) {
402 if (FD)
404 llvm::count_if(FD->parameters(), [](const ParmVarDecl *PVD) {
411 const FunctionDecl *FD) {
412 return forPrototypePlus(prototype, 0, FD);
416 const FunctionDecl *FD) {
417 return forPrototype(prototype.getTypePtr(), FD);
422 const FunctionDecl *FD) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 402 /// @param FD Input file descriptor.
406 std::error_code resize_file(int FD, uint64_t Size);
410 /// @param FD Input file descriptor.
413 ErrorOr<MD5::MD5Result> md5_contents(int FD);
500 std::error_code is_local(int FD, bool &result);
511 inline bool is_local(int FD) {
513 return !is_local(FD, Result) && Result;
623 std::error_code status(int FD, file_status &Result);
666 std::error_code setLastModificationAndAccessTime(int FD, TimePoint<> Time);
701 /// @returns errc::success if Result{FD,Path} have been successfully set
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 397 /// If FD is not null, this will consider pass_object_size params in FD.
400 const FunctionDecl *FD) {
402 if (FD)
404 llvm::count_if(FD->parameters(), [](const ParmVarDecl *PVD) {
411 const FunctionDecl *FD) {
412 return forPrototypePlus(prototype, 0, FD);
416 const FunctionDecl *FD) {
417 return forPrototype(prototype.getTypePtr(), FD);
422 const FunctionDecl *FD) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 402 /// @param FD Input file descriptor.
406 std::error_code resize_file(int FD, uint64_t Size);
410 /// @param FD Input file descriptor.
413 ErrorOr<MD5::MD5Result> md5_contents(int FD);
500 std::error_code is_local(int FD, bool &result);
511 inline bool is_local(int FD) {
513 return !is_local(FD, Result) && Result;
623 std::error_code status(int FD, file_status &Result);
666 std::error_code setLastModificationAndAccessTime(int FD, TimePoint<> Time);
701 /// @returns errc::success if Result{FD,Path} have been successfully set
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 397 /// If FD is not null, this will consider pass_object_size params in FD.
400 const FunctionDecl *FD) {
402 if (FD)
404 llvm::count_if(FD->parameters(), [](const ParmVarDecl *PVD) {
411 const FunctionDecl *FD) {
412 return forPrototypePlus(prototype, 0, FD);
416 const FunctionDecl *FD) {
417 return forPrototype(prototype.getTypePtr(), FD);
422 const FunctionDecl *FD) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 402 /// @param FD Input file descriptor.
406 std::error_code resize_file(int FD, uint64_t Size);
410 /// @param FD Input file descriptor.
413 ErrorOr<MD5::MD5Result> md5_contents(int FD);
500 std::error_code is_local(int FD, bool &result);
511 inline bool is_local(int FD) {
513 return !is_local(FD, Result) && Result;
623 std::error_code status(int FD, file_status &Result);
666 std::error_code setLastModificationAndAccessTime(int FD, TimePoint<> Time);
701 /// @returns errc::success if Result{FD,Path} have been successfully set
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 397 /// If FD is not null, this will consider pass_object_size params in FD.
400 const FunctionDecl *FD) {
402 if (FD)
404 llvm::count_if(FD->parameters(), [](const ParmVarDecl *PVD) {
411 const FunctionDecl *FD) {
412 return forPrototypePlus(prototype, 0, FD);
416 const FunctionDecl *FD) {
417 return forPrototype(prototype.getTypePtr(), FD);
422 const FunctionDecl *FD) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 402 /// @param FD Input file descriptor.
406 std::error_code resize_file(int FD, uint64_t Size);
410 /// @param FD Input file descriptor.
413 ErrorOr<MD5::MD5Result> md5_contents(int FD);
500 std::error_code is_local(int FD, bool &result);
511 inline bool is_local(int FD) {
513 return !is_local(FD, Result) && Result;
623 std::error_code status(int FD, file_status &Result);
666 std::error_code setLastModificationAndAccessTime(int FD, TimePoint<> Time);
701 /// @returns errc::success if Result{FD,Path} have been successfully set
    [all...]
  /frameworks/av/media/libstagefright/codec2/tests/
C2Param_test.cpp 31 void PrintTo(const C2FieldDescriptor &fd, ::std::ostream *os) {
32 using FD=C2FieldDescriptor;
33 switch (fd.type()) {
34 case FD::INT32: *os << "i32"; break;
35 case FD::INT64: *os << "i64"; break;
36 case FD::UINT32: *os << "u32"; break;
37 case FD::UINT64: *os << "u64"; break;
38 case FD::FLOAT: *os << "float"; break;
39 case FD::STRING: *os << "char"; break;
40 case FD::BLOB: *os << "u8"; break
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 262 const FunctionDecl* FD = cast<FunctionDecl>(DC);
263 if (FD->doesThisDeclarationHaveABody())
267 Out << *FD;
271 for (auto I : FD->parameters()) {
417 FieldDecl *FD = cast<FieldDecl>(I);
418 Out << "<field> " << *FD << '\n';
MultiplexConsumer.cpp 116 void ResolvedExceptionSpec(const FunctionDecl *FD) override;
117 void DeducedReturnType(const FunctionDecl *FD, QualType ReturnType) override;
175 const FunctionDecl *FD) {
177 Listener->ResolvedExceptionSpec(FD);
179 void MultiplexASTMutationListener::DeducedReturnType(const FunctionDecl *FD,
182 Listeners[i]->DeducedReturnType(FD, ReturnType);
  /external/llvm/lib/Object/
ArchiveWriter.cpp 61 int FD;
62 if (auto EC = sys::fs::openFileForRead(FileName, FD))
64 assert(FD != -1);
66 if (auto EC = sys::fs::status(FD, Status))
76 MemoryBuffer::getOpenFile(FD, FileName, Status.getSize(), false);
80 if (close(FD) != 0)
  /external/clang/lib/AST/
ItaniumMangle.cpp 78 if (const auto *FD = dyn_cast<FunctionDecl>(D))
79 if (FD->isExternC())
80 return FD->getASTContext().getTranslationUnitDecl();
436 void mangleFunctionEncoding(const FunctionDecl *FD);
468 void mangleFunctionEncodingBareType(const FunctionDecl *FD);
530 const FunctionDecl *FD = nullptr);
562 AbiTagList makeFunctionReturnTypeTags(const FunctionDecl *FD);
570 const FunctionDecl *FD = dyn_cast<FunctionDecl>(D);
571 if (FD) {
572 LanguageLinkage L = FD->getLanguageLinkage()
    [all...]

Completed in 2523 milliseconds

1 2 3 4 5 6 7 8 91011>>