Home
last modified time | relevance | path

Searched refs:HasBody (Results 226 – 250 of 297) sorted by relevance

12345678910>>...12

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1853 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
1854 (void)HasBody; in SetFunctionAttributes()
1855 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCodeGenModule.cpp2043 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2044 (void)HasBody; in SetFunctionAttributes()
2045 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1214 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1233 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.ServiceModel.cs8430 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.RefreshInfo
8439 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.RefreshResponseInfo
8454 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.RegisterInfo
8463 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.RegisterResponseInfo
8473 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.ResolveInfo
8481 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.ResolveResponseInfo
8489 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.ServiceSettingsResponseInfo
8498 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.UnregisterInfo
8509 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.UpdateInfo
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCodeGenModule.cpp2151 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2152 (void)HasBody; in SetFunctionAttributes()
2153 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCodeGenModule.cpp2142 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2143 (void)HasBody; in SetFunctionAttributes()
2144 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCodeGenModule.cpp2142 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2143 (void)HasBody; in SetFunctionAttributes()
2144 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2142 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2143 (void)HasBody; in SetFunctionAttributes()
2144 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCodeGenModule.cpp2142 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2143 (void)HasBody; in SetFunctionAttributes()
2144 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCodeGenModule.cpp2142 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2143 (void)HasBody; in SetFunctionAttributes()
2144 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2810 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2838 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1767 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
1780 TEST(HasBody, FindsBodyOfFunctions) { in TEST() argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2810 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2838 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2822 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2850 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1767 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
1780 TEST(HasBody, FindsBodyOfFunctions) { in TEST() argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2760 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2787 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2681 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) {
2707 return Func->doesThisDeclarationHaveABody() || HasBody;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DControlBuilder.cs1874 public virtual bool HasBody() { in HasBody() method in System.Web.UI.ControlBuilder
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1378 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DAssemblyWriter.cs1409 method.HasBody ? code.WriteMethodBody (method) : 0, in AddMethod()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.ServiceModel.cs8736 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.RefreshInfo
8745 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.RefreshResponseInfo
8760 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.RegisterInfo
8769 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.RegisterResponseInfo
8779 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.ResolveInfo
8787 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.ResolveResponseInfo
8795 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.ServiceSettingsResponseInfo
8804 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.UnregisterInfo
8815 public bool HasBody() { throw null; } in HasBody() method in System.ServiceModel.PeerResolvers.UpdateInfo
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Serialization/
H A DASTReaderDecl.cpp2873 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2902 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2818 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2847 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp2845 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2874 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()

12345678910>>...12