Home
last modified time | relevance | path

Searched refs:function_return (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/cm/
H A Dcm_test.h55 T function_return = RunTest(); in RunEach() local
56 EXPECT_EQ(function_return, expected_return); in RunEach()
57 result &= (function_return == expected_return); in RunEach()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/
DAttrParserStringSwitches.inc55 .Case("function_return", true)
124 .Case("function_return", 1)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/
DAttrParserStringSwitches.inc55 .Case("function_return", true)
124 .Case("function_return", 1)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/
DAttrParserStringSwitches.inc55 .Case("function_return", true)
124 .Case("function_return", 1)
/aosp_15_r20/external/libxml2/python/
H A Dgenerator.py70 self.function_return = None
111 self.function_return, self.function_args,
121 self.function_return = [self.function_return_type,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/
DAttrParserStringSwitches.inc53 .Case("function_return", true)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DAttrHasAttributeImpl.inc138 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
696 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
993 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DAttrHasAttributeImpl.inc138 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
696 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
993 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DAttrHasAttributeImpl.inc138 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
699 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
1001 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DAttrHasAttributeImpl.inc135 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
685 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
974 ….Case("function_return", true && (T.getArch() == llvm::Triple::x86 || T.getArch() == llvm::Triple:…
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1082 ScopedPyObjectPtr function_return; in InitAttributes() local
1083 function_return.reset( in InitAttributes()
1085 if (function_return.get() == nullptr) { in InitAttributes()
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1082 ScopedPyObjectPtr function_return; in InitAttributes() local
1083 function_return.reset( in InitAttributes()
1085 if (function_return.get() == nullptr) { in InitAttributes()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DAttrSpellingListIndex.inc1073 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "")
1075 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "gnu")
1077 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "gnu")
DAttrParsedAttrKinds.inc1264 return AttributeCommonInfo::AT_FunctionReturnThunks; // "function_return"
3561 return AttributeCommonInfo::AT_FunctionReturnThunks; // "gnu::function_return"
5536 return AttributeCommonInfo::AT_FunctionReturnThunks; // "gnu::function_return"
DAttrParsedAttrImpl.inc6411 {AttributeCommonInfo::AS_GNU, "function_return"},
6412 {AttributeCommonInfo::AS_CXX11, "gnu::function_return"},
6413 {AttributeCommonInfo::AS_C23, "gnu::function_return"},
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DAttrSpellingListIndex.inc1033 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "")
1035 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "gnu")
1037 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "gnu")
DAttrParsedAttrKinds.inc1245 return AttributeCommonInfo::AT_FunctionReturnThunks; // "function_return"
3495 return AttributeCommonInfo::AT_FunctionReturnThunks; // "gnu::function_return"
5436 return AttributeCommonInfo::AT_FunctionReturnThunks; // "gnu::function_return"
DAttrParsedAttrImpl.inc6124 {AttributeCommonInfo::AS_GNU, "function_return"},
6125 {AttributeCommonInfo::AS_CXX11, "gnu::function_return"},
6126 {AttributeCommonInfo::AS_C23, "gnu::function_return"},
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DAttrSpellingListIndex.inc1073 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "")
1075 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "gnu")
1077 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "gnu")
DAttrParsedAttrKinds.inc1264 return AttributeCommonInfo::AT_FunctionReturnThunks; // "function_return"
3574 return AttributeCommonInfo::AT_FunctionReturnThunks; // "gnu::function_return"
5557 return AttributeCommonInfo::AT_FunctionReturnThunks; // "gnu::function_return"
DAttrParsedAttrImpl.inc6411 {AttributeCommonInfo::AS_GNU, "function_return"},
6412 {AttributeCommonInfo::AS_CXX11, "gnu::function_return"},
6413 {AttributeCommonInfo::AS_C23, "gnu::function_return"},
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DAttrSpellingListIndex.inc1073 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_GNU && Scope == "")
1075 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_CXX11 && Scope == "gnu")
1077 if (Name == "function_return" && getSyntax() == AttributeCommonInfo::AS_C23 && Scope == "gnu")
DAttrParsedAttrKinds.inc1264 return AttributeCommonInfo::AT_FunctionReturnThunks; // "function_return"
3561 return AttributeCommonInfo::AT_FunctionReturnThunks; // "gnu::function_return"
5536 return AttributeCommonInfo::AT_FunctionReturnThunks; // "gnu::function_return"
DAttrParsedAttrImpl.inc6411 {AttributeCommonInfo::AS_GNU, "function_return"},
6412 {AttributeCommonInfo::AS_CXX11, "gnu::function_return"},
6413 {AttributeCommonInfo::AS_C23, "gnu::function_return"},
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DAttrImpl.inc15496 OS << " __attribute__((function_return";
15505 OS << " [[gnu::function_return";
15514 OS << " [[gnu::function_return";
15531 return "function_return";
15533 return "function_return";
15535 return "function_return";

12