/external/clang/include/clang/AST/ |
DeclTemplate.h | 400 FunctionTemplateSpecializationInfo(FunctionDecl *FD, 406 : Function(FD), 414 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template, [all...] |
/external/clang/lib/CodeGen/ |
CGDecl.cpp | 173 if (const auto *FD = dyn_cast<FunctionDecl>(DC)) 174 ContextName = CGM.getMangledName(FD); 266 else if (const auto *FD = dyn_cast<FunctionDecl>(DC)) 267 GD = GlobalDecl(FD); [all...] |
CGStmt.cpp | [all...] |
CGBlocks.cpp | [all...] |
CodeGenTypes.cpp | 309 const FunctionDecl *FD) { 347 CanQual<FunctionProtoType>::CreateUnsafe(QualType(FPT, 0)), FD);
|
CGStmtOpenMP.cpp | 212 for (auto *FD : RD->fields()) { 213 QualType ArgType = FD->getType(); 238 FD->getLocation(), II, ArgType)); 263 for (auto *FD : RD->fields()) { 266 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { 276 if (FD->hasCapturedVLAType()) { 278 MakeAddrLValue(castValueFromUintptr(*this, FD->getType(), 280 FD->getType(), AlignmentSource::Decl); 283 auto VAT = FD->getCapturedVLAType(); 296 assert(!FD->getType()->isAnyPointerType() & [all...] |
CodeGenAction.cpp | 451 if (const Decl *FD = Gen->GetDeclForMangledName(D.getFunction().getName())) 452 Loc = FD->getASTContext().getFullLoc(FD->getLocation()); [all...] |
CodeGenModule.h | 831 llvm::Value *getBuiltinLibFunction(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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adogpool.h | 417 #define ADO_Reserved_17 GUID_BUILDER (ADO_Reserved_17, 4b56fc5d, 992f, 4339, 95, 81, C5, 40, 7a, B2, BF, FD) 424 #define ADO_Reserved_24 GUID_BUILDER (ADO_Reserved_24, 1bb4223f, B0E8, 4540, 96, FD, B8, FE, D9, A7, C0, 8b) 429 #define ADO_Reserved_29 GUID_BUILDER (ADO_Reserved_29, FAA37542, B471, 4183, A6, 56, 99, C8, FD, 80, FF, 73) 433 #define ADO_Reserved_33 GUID_BUILDER (ADO_Reserved_33, 00c61f59, 4e7f, 4093, BF, FD, 03, 53, B4, 5d, E5, 8b) 447 #define ADO_Reserved_47 GUID_BUILDER (ADO_Reserved_47, 2430f883, 1462, 4899, 9a, DE, F7, 24, 27, FD, 5e, E4) 464 #define ADO_Reserved_64 GUID_BUILDER (ADO_Reserved_64, F46511DD, 10b6, 49cf, AA, 75, 5e, E2, 7c, FD, 9e, A4) [all...] |
adogpool_backcompat.h | 422 #define ADO_Reserved_17 GUID_BUILDER (ADO_Reserved_17, 4b56fc5d, 992f, 4339, 95, 81, C5, 40, 7a, B2, BF, FD) 429 #define ADO_Reserved_24 GUID_BUILDER (ADO_Reserved_24, 1bb4223f, B0E8, 4540, 96, FD, B8, FE, D9, A7, C0, 8b) 434 #define ADO_Reserved_29 GUID_BUILDER (ADO_Reserved_29, FAA37542, B471, 4183, A6, 56, 99, C8, FD, 80, FF, 73) 438 #define ADO_Reserved_33 GUID_BUILDER (ADO_Reserved_33, 00c61f59, 4e7f, 4093, BF, FD, 03, 53, B4, 5d, E5, 8b) 452 #define ADO_Reserved_47 GUID_BUILDER (ADO_Reserved_47, 2430f883, 1462, 4899, 9a, DE, F7, 24, 27, FD, 5e, E4) 469 #define ADO_Reserved_64 GUID_BUILDER (ADO_Reserved_64, F46511DD, 10b6, 49cf, AA, 75, 5e, E2, 7c, FD, 9e, A4) [all...] |
/external/spirv-llvm/lib/SPIRV/ |
SPIRVUtil.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | 272 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD); [all...] |
/external/clang/lib/Sema/ |
SemaOpenMP.cpp | 395 auto *FD = dyn_cast<FieldDecl>(D); 400 assert(FD); 401 FD = FD->getCanonicalDecl(); 402 D = FD; 411 auto *FD = dyn_cast<FieldDecl>(D); 430 if (FD) [all...] |
SemaCast.cpp | [all...] |
SemaExceptionSpec.cpp | 180 Sema::UpdateExceptionSpec(FunctionDecl *FD, 185 Listener->ResolvedExceptionSpec(FD); 187 for (auto *Redecl : FD->redecls()) [all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/Arm/ |
ModuleEntryPoint.asm | 53 // to install the stacks at the bottom of the Firmware Device (case the FD is located
|
/external/clang/lib/Serialization/ |
ASTWriterDecl.cpp | 269 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { 270 Record.push_back(FD->doesThisDeclarationHaveABody()); 271 if (FD->doesThisDeclarationHaveABody()) 272 Record.AddFunctionDefinition(FD); [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 | 571 FieldDecl *FD = BMInitializer->getAnyMember(); 572 Out << *FD; 669 else if (FunctionDecl *FD = 672 VisitFunctionDecl(FD); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngine.cpp | 114 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { 117 const IdentifierInfo *II = FD->getIdentifier(); 118 if (!II || !(II->getName() == "main" && FD->getNumParams() > 0)) 121 const ParmVarDecl *PD = FD->getParamDecl(0); [all...] |
/external/clang/unittests/Tooling/ |
RefactoringTest.cpp | 272 int FD; 273 std::error_code EC = llvm::sys::fs::createTemporaryFile(Name, "", FD, Path); 277 llvm::raw_fd_ostream OutStream(FD, true);
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/ |
ASTWriter.h | 702 void ResolvedExceptionSpec(const FunctionDecl *FD) override; 703 void DeducedReturnType(const FunctionDecl *FD, QualType ReturnType) override; 820 void AddFunctionDefinition(const FunctionDecl *FD); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/ |
ASTWriter.h | 702 void ResolvedExceptionSpec(const FunctionDecl *FD) override; 703 void DeducedReturnType(const FunctionDecl *FD, QualType ReturnType) override; 820 void AddFunctionDefinition(const FunctionDecl *FD); [all...] |