Home
last modified time | relevance | path

Searched refs:EmptyContext (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h47 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/
DYAMLTraits.h39 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/
DYAMLTraits.h47 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/
DAuthContextTest.cs30 public void EmptyContext() in EmptyContext() method in Grpc.Core.Tests.AuthContextTest
/external/grpc-grpc/test/cpp/common/
Dsecure_auth_context_test.cc35 TEST_F(SecureAuthContextTest, EmptyContext) { in TEST_F() argument
/external/llvm-project/clang-tools-extra/clangd/index/
DYAMLSerialization.cpp451 llvm::yaml::EmptyContext Ctx; in readYAML()
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp462 llvm::yaml::EmptyContext Context; in displayTemplightEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp282 yaml::EmptyContext Ctx; in parseMachineFunction()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp292 yaml::EmptyContext Ctx; in parseMachineFunction()
/external/llvm-project/llvm/unittests/Support/
DYAMLIOTest.cpp2707 llvm::yaml::EmptyContext Ctx; in TestEscaped()