Home
last modified time | relevance | path

Searched defs:FD (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp41 bool isRootRSFunc(const clang::FunctionDecl *FD) { in isRootRSFunc()
55 RSContext *Context, const clang::FunctionDecl *FD) { in validateAndConstructParams()
87 RSContext *Context, const clang::FunctionDecl *FD) { in validateAndConstructOldStyleParams()
165 RSContext *Context, const clang::FunctionDecl *FD) { in validateAndConstructKernelParams()
254 RSContext *Context, const clang::FunctionDecl *FD, in processSpecialParameters()
269 const clang::FunctionDecl *FD) { in setSignatureMetadata()
310 const clang::FunctionDecl *FD) { in Create()
354 clang::FieldDecl *FD = in Create() local
435 const clang::FunctionDecl *FD) { in isRSForEachFunc()
474 const clang::FunctionDecl *FD) { in getNumInputs()
H A Dslang_rs_special_func.h30 inline bool isInitRSFunc(const clang::FunctionDecl *FD) { in isInitRSFunc()
39 inline bool isDtorRSFunc(const clang::FunctionDecl *FD) { in isDtorRSFunc()
52 const clang::FunctionDecl *FD) { in isSpecialRSFunc()
H A Dslang_rs_special_func.cpp28 const clang::FunctionDecl *FD) { in isGraphicsRootRSFunc()
56 clang::FunctionDecl const *FD) { in validateSpecialFuncDecl()
H A Dslang_rs_export_func.cpp36 const clang::FunctionDecl *FD) { in ValidateFuncDecl()
51 const clang::FunctionDecl *FD) { in Create()
88 clang::FieldDecl *FD = in Create() local
H A Dslang_rs_context.cpp96 int RSContext::getForEachSlotNumber(const clang::FunctionDecl* FD) { in getForEachSlotNumber()
109 bool RSContext::processExportFunc(const clang::FunctionDecl *FD) { in processExportFunc()
161 bool RSContext::addForEach(const clang::FunctionDecl* FD) { in addForEach()
266 clang::FunctionDecl* FD = llvm::cast<clang::FunctionDecl>(D); in processExports() local
321 void RSContext::markUsedByReducePragma(clang::FunctionDecl *FD, CheckName Check) { in markUsedByReducePragma()
H A Dslang_rs_check_ast.cpp149 void RSCheckAST::ValidateFunctionDecl(clang::FunctionDecl *FD) { in ValidateFunctionDecl()
239 } else if (clang::FunctionDecl *FD = in VisitDeclStmt() local
302 } else if (clang::FunctionDecl *FD = in Validate() local
H A Dslang_backend.cpp408 clang::FieldDecl* FD = clang::dyn_cast<clang::FieldDecl>(D); in PadStruct() local
480 const clang::FieldDecl* FD = info.second; in PadStruct() local
538 clang::FieldDecl* const FD = in PadStruct() local
601 void Backend::AnnotateFunction(clang::FunctionDecl *FD) { in AnnotateFunction()
634 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I); in HandleTopLevelDecl() local
648 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I); in HandleTopLevelDecl() local
731 clang::FunctionDecl *FD = mRefCount.CreateStaticGlobalDtor(); in HandleTranslationUnitPre() local
741 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I); in HandleTranslationUnitPre() local
H A Dslang_rs_foreach_lowering.cpp67 const clang::FunctionDecl* FD = in matchFunctionDesignator() local
98 const clang::FunctionDecl* FD = clang::dyn_cast<clang::FunctionDecl>(D); in matchKernelLaunchCall() local
172 clang::FunctionDecl* FD = clang::FunctionDecl::Create( in CreateForEachInternalFunctionDecl() local
384 void RSForEachLowering::handleForEachCalls(clang::FunctionDecl* FD, in handleForEachCalls()
H A Dslang_rs_export_func.h50 const clang::FunctionDecl *FD) in RSExportFunc()
H A Dslang_rs_object_ref_count.cpp54 clang::FunctionDecl *FD = static_cast<clang::FunctionDecl*>(*I); in GetRSRefCountingFunctions() local
524 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes() local
543 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes() local
587 clang::FieldDecl *FD = *FI; in ClearStructRSObject() local
922 clang::FieldDecl *FD = *FI; in CreateStructRSSetObject() local
1441 void RSObjectRefCount::HandleParamsAndLocals(clang::FunctionDecl *FD) { in HandleParamsAndLocals()
1541 const clang::FunctionDecl* FD = CE->getDirectCallee(); in VisitCallExpr() local
1747 clang::FunctionDecl *FD = nullptr; in CreateStaticGlobalDtor() local
H A Dslang_rs_export_type.cpp323 const clang::FieldDecl *FD = *FI; in TypeExportableHelper() local
558 const clang::FieldDecl *FD = *FI; in ValidateTypeHelper() local
1058 const clang::FieldDecl *FD = *FI; in IsStructureTypeWithRSObject() local
1377 const clang::FieldDecl *FD = *FIT; in Create() local
1523 clang::FieldDecl *FD = *FI; in Create() local
H A Dslang_rs_special_kernel_param.cpp99 const clang::FunctionDecl *FD, in processSpecialKernelParameters()
/aosp12/system/core/debuggerd/proto/
H A Dtombstone.proto182 message FD { message
/aosp12/bionic/tools/versioner/src/
H A DDeclarationDatabase.cpp41 if (auto FD = dyn_cast<FunctionDecl>(decl)) { in shouldMangle() local
/aosp12/frameworks/av/media/codec2/tests/
H A DC2SampleComponent_test.cpp34 using FD=C2FieldDescriptor; in PrintTo() typedef
H A DC2Param_test.cpp32 using FD=C2FieldDescriptor; in PrintTo() typedef
71 typedef C2FieldDescriptor FD; typedef
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java90 static final short FD = vr("FD"); field in LoaderDicom
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp175 int FD = open(fileName, O_RDONLY | O_CLOEXEC); in addFileToChecksum() local