/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 182 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { 183 assert(FD && "Invalid FunctionDecl!"); 184 IdentifierInfo *FII = FD->getIdentifier(); 186 FD->getTemplateSpecializationInfo(); 205 FD->printName(OS); 207 FD->printQualifiedName(OS, Policy); [all...] |
CGDebugInfo.h | 225 llvm::DINodeArray CollectFunctionTemplateParams(const FunctionDecl *FD, 464 llvm::DISubprogram *getFunctionForwardDeclaration(const FunctionDecl *FD); 486 StringRef getFunctionName(const FunctionDecl *FD); 490 StringRef getObjCMethodName(const ObjCMethodDecl *FD);
|
/external/llvm/tools/gold/ |
gold-plugin.cpp | 478 MemoryBuffer::getOpenFileSlice(file->fd, file->name, file->filesize, 514 FDToLeaderHandle.insert(std::make_pair(file->fd, file->handle)).first; [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | 84 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { 85 if (FD->getTemplateSpecializationKind() == TSK_ImplicitInstantiation) 265 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { 267 if (const FunctionTemplateDecl *FTD = FD->getDescribedFunctionTemplate()) 271 if (FD->getTemplateSpecializationKind() != TSK_ImplicitInstantiation) 275 if (const FunctionTemplateDecl *FTD = FD->getPrimaryTemplate()) 280 FD->getInstantiatedFromMemberFunction()) [all...] |
Expr.cpp | 514 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CurrentDecl)) { 516 return FD->getNameAsString(); 521 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD)) { 532 const FunctionDecl *Decl = FD; 533 if (const FunctionDecl* Pattern = FD->getTemplateInstantiationPattern()) 537 if (FD->hasWrittenPrototype()) 552 FD->printQualifiedName(POut, Policy); 562 if (FD->getNumParams()) POut << ", "; 568 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD)) { 583 const DeclContext *Ctx = FD->getDeclContext() [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 249 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) 250 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); 438 const FunctionDecl *FD = getDecl(); 441 if (FD) { 444 getManager()->getContext(FD); [all...] |
/external/clang/lib/Sema/ |
SemaStmtAsm.cpp | 659 FieldDecl *FD = dyn_cast<FieldDecl>(FoundDecl); 660 if (!FD) 664 unsigned i = FD->getFieldIndex(); 701 ValueDecl *FD = dyn_cast<FieldDecl>(FieldResult.getFoundDecl()); 702 if (!FD) 703 FD = dyn_cast<IndirectFieldDecl>(FieldResult.getFoundDecl()); 704 if (!FD)
|
SemaDeclCXX.cpp | 420 static bool functionDeclHasDefaultArgument(const FunctionDecl *FD) { 421 for (unsigned NumParams = FD->getNumParams(); NumParams > 0; --NumParams) { 422 const ParmVarDecl *PVD = FD->getParamDecl(NumParams-1); 712 void Sema::CheckCXXDefaultArguments(FunctionDecl *FD) { 713 unsigned NumParams = FD->getNumParams(); 718 ParmVarDecl *Param = FD->getParamDecl(p); 731 ParmVarDecl *Param = FD->getParamDecl(p); 753 ParmVarDecl *Param = FD->getParamDecl(p); 765 const FunctionDecl *FD) { 767 const FunctionProtoType *FT = FD->getType()->getAs<FunctionProtoType>() [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
CallEvent.cpp | 122 const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(getDecl()); 123 if (!FD) 126 return CheckerContext::isCLibraryFunction(FD, FunctionName); 273 if (const FunctionDecl* FD = dyn_cast<FunctionDecl>(D)) 274 return FD->getReturnType(); 303 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) 304 return FD->isVariadic(); [all...] |
HTMLDiagnostics.cpp | 291 int FD; 303 llvm::sys::fs::createUniqueFile(Model, FD, ResultPath)) { 324 FD, 336 llvm::raw_fd_ostream os(FD, true);
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 251 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) 252 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); 440 const FunctionDecl *FD = getDecl(); 443 if (FD) { 446 getManager()->getContext(FD); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 251 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) 252 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); 440 const FunctionDecl *FD = getDecl(); 443 if (FD) { 446 getManager()->getContext(FD); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 251 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) 252 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); 440 const FunctionDecl *FD = getDecl(); 443 if (FD) { 446 getManager()->getContext(FD); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 251 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) 252 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); 440 const FunctionDecl *FD = getDecl(); 443 if (FD) { 446 getManager()->getContext(FD); [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 251 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) 252 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); 440 const FunctionDecl *FD = getDecl(); 443 if (FD) { 446 getManager()->getContext(FD); [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 251 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) 252 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); 440 const FunctionDecl *FD = getDecl(); 443 if (FD) { 446 getManager()->getContext(FD); [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 251 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) 252 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); 440 const FunctionDecl *FD = getDecl(); 443 if (FD) { 446 getManager()->getContext(FD); [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 251 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) 252 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal(); 440 const FunctionDecl *FD = getDecl(); 443 if (FD) { 446 getManager()->getContext(FD); [all...] |
/external/llvm/unittests/Support/ |
Path.cpp | 847 int FD; 849 ASSERT_NO_ERROR(fs::createTemporaryFile("prefix", "temp", FD, TempPath)); 850 ASSERT_NO_ERROR(fs::resize_file(FD, 123)); 852 ASSERT_NO_ERROR(fs::status(FD, Status)); 879 int FD; 880 EC = fs::openFileForRead(Twine(TempPath), FD); 882 fs::mapped_file_region mfr(FD, fs::mapped_file_region::readonly, Size, 0, EC); 889 fs::mapped_file_region m(FD, fs::mapped_file_region::readonly, Size, 0, EC); 891 ASSERT_EQ(close(FD), 0); [all...] |
/external/clang/lib/Rewrite/ |
Rewriter.cpp | 409 int FD; 410 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) { 415 FileStream.reset(new llvm::raw_fd_ostream(FD, /*shouldClose=*/true));
|
/external/llvm/lib/ProfileData/ |
InstrProfWriter.cpp | 37 ProfOStream(llvm::raw_fd_ostream &FD) : IsFDOStream(true), OS(FD), LE(FD) {}
|
/external/llvm/tools/bugpoint/ |
ExtractFunction.cpp | 378 int FD; 380 OutputPrefix + "-extractblocks%%%%%%%", FD, Filename); 389 tool_output_file BlocksToNotExtractFile(Filename.c_str(), FD);
|
/external/llvm/tools/llvm-readobj/ |
COFFDumper.cpp | [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
raw_ostream.h | 297 int FD; 354 /// raw_fd_ostream ctor - FD is the file descriptor that this writes to. If 356 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/frameworks/compile/slang/ |
slang_rs_object_ref_count.h | 171 void HandleParamsAndLocals(clang::FunctionDecl *FD);
|