Searched refs:EmptyContext (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 47 struct EmptyContext {}; struct 411 template <class T> struct has_MappingTraits<T, EmptyContext> { 437 template <class T> struct has_MappingValidateTraits<T, EmptyContext> { 1695 EmptyContext Ctx; 1708 inline typename std::enable_if<has_MappingTraits<T, EmptyContext>::value, 1711 EmptyContext Ctx; 1723 EmptyContext Ctx; 1734 EmptyContext Ctx; 1745 EmptyContext Ctx; 1755 EmptyContext Ctx; [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 39 struct EmptyContext {}; struct 305 template <class T> struct has_MappingTraits<T, EmptyContext> { 333 template <class T> struct has_MappingValidateTraits<T, EmptyContext> { 570 EmptyContext Context; 610 EmptyContext Ctx; 619 EmptyContext Ctx; 625 EmptyContext Ctx; 716 template <typename T> void doMapping(IO &io, T &Val, EmptyContext &Ctx) { 724 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) { 732 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) { [all …]
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 47 struct EmptyContext {}; struct 411 template <class T> struct has_MappingTraits<T, EmptyContext> { 437 template <class T> struct has_MappingValidateTraits<T, EmptyContext> {
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | AuthContextTest.cs | 30 public void EmptyContext() in EmptyContext() method in Grpc.Core.Tests.AuthContextTest
|
/external/grpc-grpc/test/cpp/common/ |
D | secure_auth_context_test.cc | 35 TEST_F(SecureAuthContextTest, EmptyContext) { in TEST_F() argument
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | YAMLSerialization.cpp | 451 llvm::yaml::EmptyContext Ctx; in readYAML()
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendActions.cpp | 462 llvm::yaml::EmptyContext Context; in displayTemplightEntry()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 282 yaml::EmptyContext Ctx; in parseMachineFunction()
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 292 yaml::EmptyContext Ctx; in parseMachineFunction()
|
/external/llvm-project/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 2707 llvm::yaml::EmptyContext Ctx; in TestEscaped()
|