Home
last modified time | relevance | path

Searched defs:ParseContext (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp80 struct ParseContext { struct in llvm::RuntimeDyldCheckerExprEval
81 bool IsInsideLoad;
82 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp80 struct ParseContext { struct in llvm::RuntimeDyldCheckerExprEval
81 bool IsInsideLoad;
82 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext() argument
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlparser.cc182 XmlParser::ParseContext::ParseContext() : in ParseContext() function in buzz::XmlParser::ParseContext
/external/protobuf/src/google/protobuf/
Dmessage_lite.h76 class ParseContext; variable
Dparse_context.h330 ParseContext(int depth, bool aliasing, const char** start, T&&... args) in ParseContext() function
Dparse_context.cc343 ParseContext*) { in StringParser() argument