HomeSort by relevance Sort by last modified time
    Searched refs:CreateContext (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 65 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
107 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
145 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
ProgramState.h 602 void *(*CreateContext)(llvm::BumpPtrAllocator&),
608 ProgramStateTrait<T>::CreateContext,
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 480 void *(*CreateContext)(llvm::BumpPtrAllocator&),
485 p.first = CreateContext(Alloc);
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 199 User::LeaveIfError(Private->EPOC_WsScreen->CreateContext(Private->EPOC_WindowGc));

Completed in 582 milliseconds