/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 340 Function, enumerator 787 struct Function : ObjectImpl<Function, LexicalBlock, Object::Kind::Function> struct 789 std::string name; 790 FunctionType *type = nullptr; 791 uint32_t declLine = 0; 792 uint32_t declColumn = 0; 793 std::string linkage; 794 uint32_t flags = 0; // OR'd from OpenCLDebugInfo100DebugInfoFlags 795 sw::SpirvShader::Function::ID function;
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 144 uint32_t getRootSignature(llvm::Function *Function) { in getRootSignature() 777 bool ExpandOldStyleForEach(llvm::Function *Function, uint32_t Signature) { in ExpandOldStyleForEach() 918 bool ExpandForEach(llvm::Function *Function, uint32_t Signature) { in ExpandForEach() 1333 llvm::Function *Function = Module.getFunction(FI); in allocPointersExposed() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 108 struct Function { struct 109 uint32_t Index; 110 std::vector<LocalDecl> Locals; 111 yaml::BinaryRef Body;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 108 struct Function { struct 109 uint32_t Index; 110 std::vector<LocalDecl> Locals; 111 yaml::BinaryRef Body;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 108 struct Function { struct 109 uint32_t Index; 110 std::vector<LocalDecl> Locals; 111 yaml::BinaryRef Body;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 108 struct Function { struct 109 uint32_t Index; 110 std::vector<LocalDecl> Locals; 111 yaml::BinaryRef Body;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 108 struct Function { struct 109 uint32_t Index; 110 std::vector<LocalDecl> Locals; 111 yaml::BinaryRef Body;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 26 class Function; variable 134 virtual MCSection *getSectionForLSDA(const Function &, const MCSymbol &, in getSectionForLSDA()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 26 class Function; variable 134 virtual MCSection *getSectionForLSDA(const Function &, const MCSymbol &, in getSectionForLSDA()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Pass.cpp | 170 bool BasicBlockPass::doInitialization(Function &) { in doInitialization() argument 175 bool BasicBlockPass::doFinalization(Function &) { in doFinalization() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 26 class Function; variable 134 virtual MCSection *getSectionForLSDA(const Function &, const MCSymbol &, in getSectionForLSDA()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 26 class Function; variable 134 virtual MCSection *getSectionForLSDA(const Function &, const MCSymbol &, in getSectionForLSDA()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 26 class Function; variable 134 virtual MCSection *getSectionForLSDA(const Function &, const MCSymbol &, in getSectionForLSDA()
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | simple_serializer-inl.h | 281 typedef BasicSourceLineResolver::Function Function; typedef 326 typedef BasicSourceLineResolver::Function Function; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 26 class Function; variable 117 virtual const TargetSubtargetInfo *getSubtargetImpl(const Function &) const { in getSubtargetImpl()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/ |
H A D | function.cpp | 15 Function::Function(c10::QualifiedName name) : name_(std::move(name)) {} in Function() function in torch::jit::mobile::Function 17 Function::Function( in Function() function in torch::jit::mobile::Function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | clusapi.h | 349 #define CLCTL_EXTERNAL_CODE(Function,Access,Modify) (((Access) << CLUSCTL_ACCESS_SHIFT) | ((CLCTL_C… argument 350 #define CLCTL_INTERNAL_CODE(Function,Access,Modify) (((Access) << CLUSCTL_ACCESS_SHIFT) | CLCTL_INT… argument 461 #define CLUSCTL_RESOURCE_CODE(Function) (((CLUS_OBJECT_RESOURCE << CLUSCTL_OBJECT_SHIFT) | Function… argument 462 #define CLUSCTL_RESOURCE_TYPE_CODE(Function) (((CLUS_OBJECT_RESOURCE_TYPE << CLUSCTL_OBJECT_SHIFT) … argument 463 #define CLUSCTL_GROUP_CODE(Function) (((CLUS_OBJECT_GROUP << CLUSCTL_OBJECT_SHIFT) | Function)) argument 464 #define CLUSCTL_NODE_CODE(Function) (((CLUS_OBJECT_NODE << CLUSCTL_OBJECT_SHIFT) | Function)) argument 465 #define CLUSCTL_NETWORK_CODE(Function) (((CLUS_OBJECT_NETWORK << CLUSCTL_OBJECT_SHIFT) | Function)) argument 466 #define CLUSCTL_NETINTERFACE_CODE(Function) (((CLUS_OBJECT_NETINTERFACE << CLUSCTL_OBJECT_SHIFT) | … argument 467 #define CLUSCTL_CLUSTER_CODE(Function) (((CLUS_OBJECT_CLUSTER << CLUSCTL_OBJECT_SHIFT) | Function)) argument 468 #define CLUSCTL_USER_CODE(Function,Object) (((Object) << CLUSCTL_OBJECT_SHIFT) | ((CLCTL_USER_BASE … argument
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/ |
H A D | invoke_test.cc | 32 int Function(int a, int b) { return a - b; } in Function() function 103 TEST(InvokeTest, Function) { in TEST() argument
|
/aosp_15_r20/system/extras/simpleperf/scripts/ |
H A D | report_html.py | 454 class Function(object): class 846 def split_disassembly_jobs(self, functions: List[Function], 864 functions: List[Function]) -> Optional[List[Disassembly]]:
|
/aosp_15_r20/external/abseil-cpp/absl/utility/ |
H A D | utility_test.cc | 38 int Function(int a, int b) { return a - b; } in Function() function 93 TEST(ApplyTest, Function) { in TEST() argument
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | to_cssa.rs | 260 impl Function { implementation
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/utility/ |
H A D | utility_test.cc | 38 int Function(int a, int b) { return a - b; } in Function() function 93 TEST(ApplyTest, Function) { in TEST() argument
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/utility/ |
H A D | utility_test.cc | 38 int Function(int a, int b) { return a - b; } in Function() function 93 TEST(ApplyTest, Function) { in TEST() argument
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 679 if (const FunctionDecl *Function = ND->getAsFunction()) in getDeclUsageType() local 715 if (const FunctionType *Function = T->getAs<FunctionType>()) { in getDeclUsageType() local 1799 if (FunctionDecl *Function = dyn_cast<FunctionDecl>(SemaRef.CurContext)) in AddOrdinaryNameResults() local 2084 if (const FunctionDecl *Function = ND->getAsFunction()) in AddResultTypeChunk() local 2315 const FunctionDecl *Function, in AddFunctionParameterChunks() 2469 const FunctionDecl *Function) { in AddFunctionTypeQualsToCompletionString() 2712 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(ND)) { in CreateCodeCompletionString() local 2726 FunctionDecl *Function = FunTmpl->getTemplatedDecl(); in CreateCodeCompletionString() local 2891 const FunctionDecl *Function, in AddOverloadParameterChunks() 4167 } else if (FunctionDecl *Function = dyn_cast<FunctionDecl>(CurContext)) in CodeCompleteReturn() local
|
/aosp_15_r20/external/perfetto/python/generators/sql_processing/ |
H A D | docs_parse.py | 257 class Function: class 450 functions: List[Function], table_functions: List[TableFunction],
|