Home
last modified time | relevance | path

Searched defs:ContextPtr (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp453 const CompilerDeclContext &ContextPtr = in findFunctions() local
509 const CompilerDeclContext &ContextPtr = in findNamespaces() local
527 const CompilerDeclContext &ContextPtr = in findTypes() local
582 const CompilerDeclContext &ContextPtr = in findVariables() local
/external/angle/src/libANGLE/
DCLtypes.h56 using ContextPtr = RefPointer<Context>; variable
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h750 explicit ContextPtr(Context *context) : ptr(context) in ContextPtr() function
761 ContextPtr(ContextPtr && other) : ptr(other.ptr) { other.ptr = nullptr; } in ContextPtr() function
/external/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp1830 LLVMContext *ContextPtr = NoLLVMBitcode ? nullptr : &Context; in dumpSymbolNamesFromFile() local